ci(build-publish): amd64 runners for mirror repos (canary tag builds)#22669
Open
HashWrangler wants to merge 1 commit into
Open
ci(build-publish): amd64 runners for mirror repos (canary tag builds)#22669HashWrangler wants to merge 1 commit into
HashWrangler wants to merge 1 commit into
Conversation
When github.repository != smartcontractkit/chainlink, use ubuntu24.04-4cores-16GB and free-disk-space on docker-core/ccip so tag-triggered builds on chainlink-canary get enough disk (RANE-4676). Primary chainlink repo keeps default ubuntu-24.04 amd64 (Chad/Erik).
Contributor
|
👋 HashWrangler, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
Contributor
|
✅ No conflicts with other open PRs targeting |
Contributor
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM
Updates the tag-triggered build/publish workflow so mirror repos such as canary use larger amd64 runners and free disk cleanup for Docker image builds, while preserving existing defaults for smartcontractkit/chainlink.
Changes:
- Adds conditional
free-disk-spaceinput fordocker-coreanddocker-ccip. - Adds conditional
github-runner-amd64input for mirror repositories. - Leaves primary repository behavior unchanged by falling back to
ubuntu-24.04and no free-disk cleanup.
Scrupulous human review areas:
- Confirm the mirror repo runner label
ubuntu24.04-4cores-16GBis enabled for all intended mirror repositories. - Confirm the next canary tag build validates the operational runner/disk behavior.
erikburt
approved these changes
May 27, 2026
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.
Summary
Adds amd64 runner sizing and
free-disk-spacetobuild-publishfor non-primary repos, matching the existing arm64 /CL_GOPRIVATEpattern.Tag-triggered builds on chainlink-canary run the workflow file at the tag SHA (usually mirrored from chainlink). Canary
mainedits do not affect those jobs — this change must live on chainlink (per Erik/Chad).Changes
For
docker-coreanddocker-ccipwhengithub.repository != 'smartcontractkit/chainlink':smartcontractkit/chainlinkgithub-runner-amd64ubuntu24.04-4cores-16GBubuntu-24.04(default)free-disk-spacetruefalsegithub-runner-arm64ubuntu-24.04-4cores-16GB-ARMubuntu-24.04-armContext
ubuntu24.04-4cores-16GB)Coordination
Merge before or with private-release work that tags canary from SHAs that include this workflow. #22242 closed — not needed per Erik.
Test plan
develop, confirm next canary pre-release tag build schedules amd64 onubuntu24.04-4cores-16GB