2537 manual ci workflow e2e with partial prover#2553
Draft
Conversation
…gin with commit hash suffix
…ckage image in local stack for trace-limits v5
…ncer-auto-release
…levant code changes
…esu-nodes-into-l2-besu-node' into 2537-manual-ci-workflow-e2e-with-partial-prover
…on-traces-output-path
…esu-nodes-into-l2-besu-node' into 2537-manual-ci-workflow-e2e-with-partial-prover
…runner small to large for sequencer unit test
…on-traces-output-path
8cd8eb3 to
1db8b75
Compare
…esu-nodes-into-l2-besu-node' into 2537-manual-ci-workflow-e2e-with-partial-prover
… docker image if fleet is not enabled in workflow
…nd-shomei-besu-nodes-into-l2-besu-node
…esu-nodes-into-l2-besu-node' into 2591-merging-tracer-and-shomei-besu-nodes-into-l2-besu-node
…esu-nodes-into-l2-besu-node' into 2537-manual-ci-workflow-e2e-with-partial-prover
Base automatically changed from
2591-merging-tracer-and-shomei-besu-nodes-into-l2-besu-node
to
main
March 20, 2026 09:44
…ow-e2e-with-partial-prover
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.
This PR implements issue(s) #2537
Checklist
PR.
Note
Medium Risk
Medium risk because it changes CI orchestration, runner sizing, and docker-compose startup commands used for E2E; failures would impact pipeline reliability rather than production behavior.
Overview
Adds a new manually-dispatchable GitHub Actions workflow to run
linea-besu-packageE2E tests against a partial prover setup, optionally building and uploading the package image when no tag is provided.Extends the reusable E2E workflow with new inputs (component tags, local-image toggle, partial-prover test mode, runner selection) and switches execution to conditionally start a partial-prover compose stack and run a dedicated
test:partial-prover:localJest script.Introduces a new compose override + prover TOML config for partial-prover mode, adds a corresponding
Makefiletarget, and refactors the coordinator container startup to pass config overrides via JVM-Dflags.Written by Cursor Bugbot for commit 4b67e28. This will update automatically on new commits. Configure here.