Skip to content

refactor(ci): optimize integration-test job (pr-main_l2) #2619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ilitteri
Copy link
Contributor

Motivation

With the introduction of Validium (09e7db7), the integration test is being run twice: once for Validium ethrex L2 and another for Vanilla ethrex L2. Each run builds the Prover independently, and those builds take too long.

Description

  • Add a separate job build-prover to build the Prover binary and upload it as artifact.
  • Constraint the integration-test job to require build-prover job to run, and replace the Prover building step with a Prover artifact download step.

@ilitteri ilitteri added the L2 Rollup client label Apr 28, 2025
@ilitteri ilitteri self-assigned this Apr 28, 2025
@ilitteri ilitteri requested a review from a team as a code owner April 28, 2025 14:06
@ilitteri ilitteri changed the title refactor(ci): optimize prover build on integration-test job (pr-main_l2) refactor(ci): optimize integration-test job (pr-main_l2) Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L2 Rollup client
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant