Skip to content
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

L2 - CI: shorter times for the L2 Integration Test #2037

Open
fborello-lambda opened this issue Feb 20, 2025 · 0 comments
Open

L2 - CI: shorter times for the L2 Integration Test #2037

fborello-lambda opened this issue Feb 20, 2025 · 0 comments
Labels

Comments

@fborello-lambda
Copy link
Contributor

fborello-lambda commented Feb 20, 2025

At the moment the L2 integration test needs ~35mins. We should have a job that lasts less.

  • We can have a built binary of the ethrex_l2
  • Have a simpler setup, we are using a docker-compose, maybe we can do the following to avoid the docker-compose::
    • Fire up an ethrex_l1 client with docker
    • Then deploy the contracts manually with make deploy-l1
    • Start the L2 node locally with make init-l2
    • Finally, run the integration tests with make test

File: .github/workflows/ci_l2.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant