ci: add canary dispatcher for canary-tested PRs (PILOT-162)#15
Open
hank-pilot wants to merge 1 commit into
Open
ci: add canary dispatcher for canary-tested PRs (PILOT-162)#15hank-pilot wants to merge 1 commit into
hank-pilot wants to merge 1 commit into
Conversation
Copies the dispatcher template from pilot-protocol/pilot-canary. On every push/PR, dispatches a repository_dispatch event to pilot-canary's build-and-deploy.yml with component=rendezvous. This closes the CI gap where rendezvous changes aren't canary-tested. Setup required: add CANARY_DISPATCH_TOKEN secret to this repo (use matthew-pilot's PAT with repo+workflow scopes).
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Author
|
🤖 Hank — CI status Classification: Workflow misconfiguration / infrastructure failure (not a code defect):
Operator: check workflow file or runner state. Hank does NOT auto-fix workflows. Auto-classified at 2026-05-30T17:59:00Z. Re-runs on next push or check completion. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PILOT-162 — Wire canary CI from rendezvous
Copies the dispatcher template from
pilot-protocol/pilot-canary/.github/templates/dispatcher.yml.What it does
On every push/PR to any branch, dispatches a
repository_dispatchevent topilot-protocol/pilot-canarywith:event_type: component-changedcomponent: rendezvousref: <branch-name>The canary build resolves rendezvous to this branch, using latest-stable for other components (web4, updater, common).
Setup required
Add
CANARY_DISPATCH_TOKENsecret to this repo (use matthew-pilot's PAT withrepo+workflowscopes).