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

Closed
wants to merge 4 commits into 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.

…tegration test job
@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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@mpaulucci mpaulucci marked this pull request as draft May 26, 2025 18:00
@ilitteri
Copy link
Contributor Author

We don't use docker bake anymore

@ilitteri ilitteri closed this Jun 13, 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: Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants