-
Notifications
You must be signed in to change notification settings - Fork 7
chore: fix ci runners #195
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
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
|
pls reference the issue which this closes in pr description, there is an issue for fixing ci runners. any lint fixes that are a result of upgrading |
|
clippy issue will be resolved once paradigmxyz#18900 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems out of scope of this pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates GitHub Actions workflow configurations to fix CI runners by migrating from custom "Reth" runner groups to standard ubuntu-latest runners and updating repository references from paradigmxyz/reth to op-rs/op-reth.
- Replaced all custom runner group configurations with ubuntu-latest
- Updated repository condition checks to reference the new op-rs/op-reth repository
- Standardized runner configurations across all workflow files
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/unit.yml | Replaced Reth runner group with ubuntu-latest for test, state, and doc jobs |
| .github/workflows/sync.yml | Updated sync job to use ubuntu-latest runner |
| .github/workflows/sync-era.yml | Updated sync job to use ubuntu-latest runner |
| .github/workflows/stage.yml | Updated stage-run-test job to use ubuntu-latest runner |
| .github/workflows/prepare-reth.yml | Updated repository check and runner configuration |
| .github/workflows/kurtosis.yml | Updated test and notification jobs to use ubuntu-latest runners |
| .github/workflows/kurtosis-op.yml | Updated test and notification jobs to use ubuntu-latest runners |
| .github/workflows/integration.yml | Updated test job to use ubuntu-latest runner |
| .github/workflows/hive.yml | Updated repository check and all jobs to use ubuntu-latest runners |
| .github/workflows/e2e.yml | Updated e2e-testsuite job to use ubuntu-latest runner |
| .github/workflows/compact.yml | Updated compact-codec job to use ubuntu-latest runner |
| .github/workflows/bench.yml | Updated codspeed job to use ubuntu-latest runner |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
lint referes to [main] branch, it should be [unstable] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179 --------- Co-authored-by: Julian Meyer <[email protected]>
Closes #179