Skip to content

fix(make): disambiguate partner-threshold task directory from bridge pause#672

Open
diegoawz wants to merge 2 commits into
base:mainfrom
diegoawz:fix/make
Open

fix(make): disambiguate partner-threshold task directory from bridge pause#672
diegoawz wants to merge 2 commits into
base:mainfrom
diegoawz:fix/make

Conversation

@diegoawz
Copy link
Copy Markdown

Summary

Fixes a copy-paste mistake where SET_BASE_BRIDGE_PARTNER_THRESHOLD_DIR used the same directory suffix as PAUSE_BRIDGE_BASE_DIR (-pause-bridge-base).

Problem

On the same calendar day and network=, make setup-bridge-partner-threshold and make setup-bridge-pause could resolve to the same task path. The second cp -r from the other template would overwrite the first, and the signature directory basename would be ambiguous for two different task types.

Solution

  • Set partner-threshold task output to ...-set-bridge-partner-threshold.
  • Update the template-set-bridge-partner-threshold matrix entry in validate-templates.yml so task_dir_suffix matches the Makefile (CI was only correct relative to the old, buggy path).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant