fix(ci): wait for ci-release-publish before ci-network-scenario#23169
Merged
Conversation
b04add1 to
b9d36d8
Compare
alexghr
approved these changes
May 12, 2026
PhilWindle
approved these changes
May 12, 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
ci-network-scenarioracedci-release-publishon nightly tag runs: thescenarios pulled
aztecprotocol/aztec:<tag>from Docker Hub before thatimage had been pushed, so the latest nightly failed.
Example: run 25710972450
(
v5.0.0-nightly.20260512) — scenarios started at 03:17 and failed by 03:35,while
ci-release-publishonly finished at 03:44.The proposed workflow change lives at
.github-new/workflows/ci3.ymlbecause this session was not started with
ci-allow. To land, copy it over.github/workflows/ci3.ymlin a follow-up commit (or re-run withci-allow).Fix
Add
ci-release-publishtoci-network-scenario'sneeds, and gate onits result being
successorskipped:ci-release-publishruns and must succeed beforescenarios start.
ci-network-scenariolabel →ci-release-publishis skipped(its
if:requires a tag), and the scenario job builds + pushes toaztecdevitself, so theskippedbranch keeps the gate happy.ci-release-publishfails on a nightly, scenarios are now skippedrather than failing with a Docker pull error.
No cycle:
ci-network-scenario → ci-release-publish → [ci, ci-compat-e2e] → ci.Details: https://gist.github.com/AztecBot/040284e4d65a4f5161d430eecbc9ac1a
Test plan
.github-new/workflows/ci3.ymlto.github/workflows/ci3.yml.ci-release-publishfirst;ci-network-scenariostarts only after the image is on Docker Hub.
ci-network-scenariolabel still runs scenarios asbefore (label-driven path:
ci-release-publishis skipped).ClaudeBox log: https://claudebox.work/s/af8eefbd781c1674?run=1