chore(ci): use self-hosted runners and harden hive dev mode#1861
Merged
danceratopz merged 3 commits intoethereum:forks/osakafrom Dec 8, 2025
Merged
chore(ci): use self-hosted runners and harden hive dev mode#1861danceratopz merged 3 commits intoethereum:forks/osakafrom
danceratopz merged 3 commits intoethereum:forks/osakafrom
Conversation
1e21b0f to
47f5b03
Compare
5 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## forks/osaka #1861 +/- ##
============================================
Coverage 87.31% 87.31%
============================================
Files 541 541
Lines 32832 32832
Branches 3015 3015
============================================
Hits 28668 28668
Misses 3557 3557
Partials 607 607
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
spencer-tb
approved these changes
Dec 8, 2025
Contributor
spencer-tb
left a comment
There was a problem hiding this comment.
LGTM! CI is passing woo! 🙌
SamWilsn
pushed a commit
that referenced
this pull request
Dec 9, 2025
…on (#1861) Add new --extract-to flag to consume cache command that extracts fixtures directly to a specified directory, bypassing the normal cache structure. This replaces the need for separate download scripts like 'download-and-extract-fixtures.sh' by integrating the functionality into the existing consume tooling. Usage: uvx --from git+https://github.com/ethereum/execution-spec-tests \ consume cache --input=zkevm@v0.1.0 --extract-to=./zkevm-fixtures
SamWilsn
pushed a commit
that referenced
this pull request
Dec 9, 2025
…on (#1861) Add new --extract-to flag to consume cache command that extracts fixtures directly to a specified directory, bypassing the normal cache structure. This replaces the need for separate download scripts like 'download-and-extract-fixtures.sh' by integrating the functionality into the existing consume tooling. Usage: uvx --from git+https://github.com/ethereum/execution-spec-tests \ consume cache --input=zkevm@v0.1.0 --extract-to=./zkevm-fixtures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗒️ Description
start-hive-devaction with the robust startup waiting logic that was originally added in fix(github): Fix benchmark genesis generation #1800.build-benchmark-genesisandhive-consumeworkflows to use the new action.Problem
The
dev-modejob inhive-consume.yamlcan fail due to a race condition. The wait loop only polled for 60 seconds (30 iterations × 2s), but Hive takes longer to build Docker images (hiveproxy, client images). The loop silently fell through without failing, causing the next step to start while Hive was still building - resulting in "Error connecting to hive simulator" failures. Example flow:This behavior is also seen in this screenshot:

Solution
Extract the robust waiting logic from
build-benchmark-genesis(which already had proper timeout handling) into a reusable action that:kill -0).hive-urlfor use in subsequent steps.🔗 Related Issues or PRs
N/A.
✅ Checklist
toxchecks to avoid unnecessary CI fails, see also Code Standards and Enabling Pre-commit Checks:uvx tox -e statictype(scope):.All: Considered adding an entry to CHANGELOG.md.skippedCute Animal Picture