Skip to content

fix(ci): split pinned chonk debug test by flow#24422

Draft
AztecBot wants to merge 1 commit into
nextfrom
cb/split-chonk-pinned-debug-tests
Draft

fix(ci): split pinned chonk debug test by flow#24422
AztecBot wants to merge 1 commit into
nextfrom
cb/split-chonk-pinned-debug-tests

Conversation

@AztecBot

@AztecBot AztecBot commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

The debug build currently emits a single bbapi_tests ChonkPinnedIvcInputsTest.AllPinnedFlows CI 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_FLOW selector. 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.sh
  • AVM=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.AllPinnedFlows

Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-barretenberg-full Run all barretenberg checks. 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 Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-barretenberg-full Run all barretenberg checks. 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.

1 participant