fix(ci): default S3_BUILD_CACHE_AWS_PARAMS in cache_s3_transfer{,_to}#22898
Merged
ludamad merged 1 commit intoMay 1, 2026
Merged
Conversation
ludamad
approved these changes
May 1, 2026
danielntmd
pushed a commit
to danielntmd/aztec-packages
that referenced
this pull request
May 6, 2026
BEGIN_COMMIT_OVERRIDE
fix(ci): default S3_BUILD_CACHE_AWS_PARAMS in cache_s3_transfer{,_to}
(AztecProtocol#22898)
chore: low-hanging chonk prover fixes from profiling (AztecProtocol#22855)
chore: fuse N `add_scaled` into one `parallel_for` (AztecProtocol#22893)
feat: Delayed merge implementation (AztecProtocol#22775)
chore: numeric audit response (AztecProtocol#22856)
fix: harden BN254 G2 SRS ingress (AztecProtocol#22858)
fix: remove unused hash_challenge variable in batch_merge.test.cpp
(AztecProtocol#22906)
fix(bbup): remove jq dependency (AztecProtocol#22912)
chore: fix g2 test failing on merge-train (AztecProtocol#22920)
fix(ci): error on disabled-cache in CI hash calculation (AztecProtocol#22904)
END_COMMIT_OVERRIDE
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.
cache_s3_transferandcache_s3_transfer_toinci3/source_cachereference${S3_BUILD_CACHE_AWS_PARAMS}without a default. Every script that sourcesci3/sourceruns underset -euo pipefail(viaci3/source_options), and the variable is unset in production CI (it is only set inci3/source_testfor local fixtures), so the functions abort with:This caused benchmark breakdown S3 uploads from
ci_benchmark_ivc_flows.sh/ci_benchmark_ultrahonk_circuits.shto fail silently, surfacing as the bench job appearing skipped on the breakdown dashboard.Match the existing convention used by
cache_upload,cache_delete,cache_download,cache_exists, andcache_lsby providing an empty default (:-).Regression from dfa23c2 ("feat: migrate CI from SSH to SSM with SSH fallback") which added these two functions.
Details: https://gist.github.com/AztecBot/517dc093e9149bc56adbacc8f721c8b4
ClaudeBox log: https://claudebox.work/s/33613d341cf3129d?run=1