fix(bb): skip full Chonk pinned flow in debug CI#24350
Draft
AztecBot wants to merge 1 commit into
Draft
Conversation
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
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
ChonkPinnedIvcInputsTest.AllPinnedFlowswhen the native preset is debug.barretenberg/cpp/scripts/chonk_inputs.sh checkin the debug nightly.Root cause
The provided
AztecProtocol/barretenberg-clauderun is private and is not readable from this public-mode session. The public sibling nightly forAztecProtocol/aztec-packages(28280904772) succeeded onnext, and the public workflow already has the scheduled-repo guard.The actionable debug-build failure class visible in the CI dashboard is the explicit
ChonkPinnedIvcInputsTest.AllPinnedFlowsshard. That full pinned Chonk IVC flow is already excluded from normal per-test enumeration and then re-added as a special shard; historical debug nightlies show it failing alone with akernel_return_data_matchassertion, and it is also the slowest shard under the debug preset. This patch removes that non-debug compatibility shard from debug builds while preserving structural pinned-input validation and normal non-debug coverage.Verification
./bootstrap.sh ci-barretenberg-debugon publicorigin/nextbefore this patch completed successfully: 6453 tests, withChonkPinnedIvcInputsTest.AllPinnedFlowstaking 968s.CI=1 NATIVE_PRESET=debug AVM=0 AVM_TRANSPILER=0 barretenberg/cpp/bootstrap.sh test_cmds native | rg 'ChonkPinnedIvcInputsTest.AllPinnedFlows|chonk_inputs.sh check'now emits onlychonk_inputs.sh check.CI=1 NATIVE_PRESET=clang20 AVM=0 AVM_TRANSPILER=0 barretenberg/cpp/bootstrap.sh test_cmds native | rg 'ChonkPinnedIvcInputsTest.AllPinnedFlows|chonk_inputs.sh check'still emits both commands.bash -n barretenberg/cpp/bootstrap.shgit diff --checkCreated by claudebox · group:
slackbot