Skip to content

fix(ci): revert ci-compat-e2e to AWS access keys#23211

Merged
benesjan merged 2 commits into
backport-to-v4-next-stagingfrom
jb/ci-revert-compat-e2e-to-keys
May 12, 2026
Merged

fix(ci): revert ci-compat-e2e to AWS access keys#23211
benesjan merged 2 commits into
backport-to-v4-next-stagingfrom
jb/ci-revert-compat-e2e-to-keys

Conversation

@benesjan

Copy link
Copy Markdown
Contributor

Summary

Example of the failure being patched: https://github.com/AztecProtocol/aztec-packages/actions/runs/25737242295/job/75580441745

Test plan

  • CI3 on this PR runs to green (regular ci job is unaffected — it already uses static keys).
  • Apply the ci-compat-e2e label here to exercise the compat-e2e job end-to-end and confirm the EC2 spot/on-demand request succeeds with the static credentials.

🤖 Generated with Claude Code

Reverts OIDC-based AWS auth in the ci-compat-e2e job back to access
key credentials. The OIDC role lacks ec2:RunInstances, so spot/on-demand
provisioning fails (hidden until now by continue-on-error on nightly tags).

Mirrors c3c1371 which applied the same workaround to ci-release-publish.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@benesjan benesjan requested a review from charlielye as a code owner May 12, 2026 17:17
@benesjan benesjan changed the title ci: revert ci-compat-e2e to AWS access keys fix(ci): revert ci-compat-e2e to AWS access keys May 12, 2026
@benesjan benesjan added the ci-compat-e2e Checks that contracts compiled in older stable versions still work on current stack. label May 12, 2026
@benesjan benesjan merged commit 80fe2ec into backport-to-v4-next-staging May 12, 2026
14 of 15 checks passed
@benesjan benesjan deleted the jb/ci-revert-compat-e2e-to-keys branch May 12, 2026 17:50
AztecBot added a commit that referenced this pull request May 13, 2026
BEGIN_COMMIT_OVERRIDE
chore: kv store test fully on vitest (#23096)
chore: backport kv-store vitest migration (#23096) to v4-next (#23185)
test: add noir tests for get_note_hash_membership_witness (#23190)
fix(aztec-up): explicit exit in CLI acceptance test harness (#23200)
refactor(pxe): batch nullifier sync across scopes (#23129)
refactor(pxe): backport batch nullifier sync across scopes (#23129) to
v4-next (#23208)
fix(ci): revert ci-compat-e2e to AWS access keys (#23211)
test: drop event_logs from compat matrix and loosen avm_simulator
assertion regex (#23193)
fix(aztec-up): install manifest-pinned Node version instead of LTS
(#23201)
fix(ci): move CLI acceptance test timeout from job to step (#23205)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-compat-e2e Checks that contracts compiled in older stable versions still work on current stack.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants