Skip to content

chore(ci): scenario tests pick docker registry by repo on v5-next - #24022

Merged
alexghr merged 1 commit into
v5-nextfrom
cb/ci3-scenario-registry-v5
Jun 11, 2026
Merged

chore(ci): scenario tests pick docker registry by repo on v5-next#24022
alexghr merged 1 commit into
v5-nextfrom
cb/ci3-scenario-registry-v5

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

What

In ci3.yml's ci-network-scenario job, select the Aztec docker image registry based on the repository for release-tag runs, instead of hardcoding aztecprotocol/aztec:${tag}:

  • AztecProtocol/aztec-packages-privateINTERNAL_DOCKER_REGISTRY (masked)
  • everything else → aztecprotocol (public)

Also wires INTERNAL_DOCKER_REGISTRY into the step env.

Why

The nightly Spartan scenario tests run on the private repo from v5.* nightly tags (cut from v5-next), so the executing ci3.yml is the one on v5-next. There it still pulled aztecprotocol/aztec:${tag} from the public registry, which does not hold the private/internal image.

This is the same public/private split already used for deploy-staging-internal vs deploy-staging-public (use_internal_docker_registry), and is a backport of the equivalent change already on next (commit 01f1bc5e9a8, "chore: deployments", A-1163) that was not carried over to v5-next.


Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 11, 2026
@AztecBot AztecBot added ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure ci-draft Run CI on draft PRs. labels Jun 11, 2026
@alexghr
alexghr marked this pull request as ready for review June 11, 2026 14:54
@AztecBot AztecBot added the claudebox Owned by claudebox. it can push to this PR. label Jun 11, 2026
@alexghr
alexghr requested a review from charlielye as a code owner June 11, 2026 14:54
@alexghr
alexghr enabled auto-merge June 11, 2026 14:54
@alexghr
alexghr added this pull request to the merge queue Jun 11, 2026
Merged via the queue into v5-next with commit 36fb411 Jun 11, 2026
57 of 65 checks passed
@alexghr
alexghr deleted the cb/ci3-scenario-registry-v5 branch June 11, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants