fix(ci): split pinned chonk debug test by flow#24422
Draft
AztecBot wants to merge 1 commit into
Draft
Conversation
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
The debug build currently emits a single
bbapi_tests ChonkPinnedIvcInputsTest.AllPinnedFlowsCI command for every pinned Chonk flow. That makes the shard the long tail of the nightly debug job and puts all pinned-flow coverage under one 20-minute timeout.This splits the pinned Chonk command generation into one command per pinned flow using the test's existing
CHONK_PINNED_IVC_FLOWselector. Coverage is unchanged, but each flow gets its own timeout/cache key and can run independently under CI scheduling.Validation
bash -n barretenberg/cpp/bootstrap.shAVM=0 AVM_TRANSPILER=0 NATIVE_PRESET=debug barretenberg/cpp/bootstrap.sh test_cmds | rg 'ChonkPinnedIvcInputsTest|chonk_inputs.sh check'AVM=0 AVM_TRANSPILER=0 NATIVE_PRESET=debug CHONK_PINNED_IVC_FLOW=deploy_schnorr+sponsored_fpc barretenberg/cpp/scripts/run_test.sh bbapi_tests ChonkPinnedIvcInputsTest.AllPinnedFlowsCreated by claudebox · group:
slackbot