test(ci): skip e2e_multi_validator_node_key_store entirely on merge-train/spartan#23544
Merged
Conversation
PhilWindle
approved these changes
May 24, 2026
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
PR #23344 was dequeued again at https://github.com/AztecProtocol/aztec-packages/actions/runs/26370196367. The flake-flag added in #23528 (
error_regex: "Tx dropped by P2P node") wasn't enough — ci3 retries once and the multi-validator web3signer suite has now been seen failing in a second pipelining-related mode that the regex doesn't match.Both observed modes hit the same
should build blocks & attest with multiple validator keyscase:Tx dropped by P2P nodeatPromise.allindex 0 (the original mode, ci.aztec-labs.com/9a5fa90aa18f62e7).AttestationTimeoutError: Timeout collecting attestations for slot 29: 0/5, followed bySimulation error: Block 0x… not found in the node. This might indicate a reorg has occurred.(ci.aztec-labs.com/b91d3218b5e88ae4).Following the same pattern as #23542 for
e2e_ha_full: collapse the existing error_regex entry into a singleskip: trueso the suite is outright skipped onmerge-train/spartanuntil proposer pipelining stabilises.Notes
merge-train/spartanper yarn-project default base.Requested in Slack by @PhilWindle.
Created by claudebox · group:
slackbot