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

feat(l1): assertoor CI integration #943

Merged
merged 8 commits into from
Oct 24, 2024
Merged

feat(l1): assertoor CI integration #943

merged 8 commits into from
Oct 24, 2024

Conversation

rodrigo-o
Copy link
Contributor

@rodrigo-o rodrigo-o commented Oct 22, 2024

Motivation

Assertoor integration as part of the CI

Description

This PR adds the Assertoor GHA to have a local devnet running with some checks as part of the CI. Most of the time for the stability checks was related to consensus, after removing those checks in a custom playbook created from stability-check.yaml we are able to run it as part of the CI. For assertoor to run with our fork of ethereum-package a small commit was needed to the ethereum-rust-integration branch.

I've also added some entries to the paths-ignore on the push rules.

Note about time: Most of the time spent in this new job is not the assertoor run, which takes ~3-5 mins, but the actual building of the docker image, which take ~9mins before starting the tests. This is done in parallel to the docker build in the CI, but now it's done 2 times. Fortunately, this is not the longest run, since Hive / Cancun Engine tests (pull_request) takes ~19m

Resolves #952

@rodrigo-o rodrigo-o marked this pull request as ready for review October 23, 2024 15:51
@rodrigo-o rodrigo-o requested a review from a team as a code owner October 23, 2024 15:51
Copy link
Contributor

@fkrause98 fkrause98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rodrigo-o rodrigo-o added this pull request to the merge queue Oct 24, 2024
Merged via the queue into main with commit 22e3cff Oct 24, 2024
12 checks passed
@rodrigo-o rodrigo-o deleted the assertoor-run-on-cd branch October 24, 2024 12:43
@rodrigo-o rodrigo-o restored the assertoor-run-on-cd branch October 24, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Add job that runs a localnet with assertor as part of the CI
3 participants