Conversation
While we're here, upgrade the Hermes CI workflow to run on the `ubuntu-24.04-64core` runner, which has 64 cores and 256GB of RAM. This allows our (very expensive) integration test suite to complete in a reasonable amount of time. While we're here, modify `.github/actions/cache/action.yml` to *only* restore the cache, not save it, when operating in "restore" mode. Previously, when operating in "restore" mode, that action used the `actions/cache` action, which both restores a cache *and* attempts to update it afterwards. We don't make use of the updated cache, and it adds overhead to CI execution which becomes very large now that we are running Hermes integration tests in CI, which generate a large disk footprint in `target`. gherrit-pr-id: Gbts6ritlc57qe76lo6drsoum3ivarsqf
This was referenced Mar 29, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3167 +/- ##
=======================================
Coverage 91.85% 91.85%
=======================================
Files 20 20
Lines 6067 6067
=======================================
Hits 5573 5573
Misses 494 494 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jswrenn
approved these changes
Mar 29, 2026
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.
While we're here, upgrade the Hermes CI workflow to run on the
ubuntu-24.04-64corerunner, which has 64 cores and 256GB of RAM. Thisallows our (very expensive) integration test suite to complete in a
reasonable amount of time.
While we're here, modify
.github/actions/cache/action.ymlto onlyrestore the cache, not save it, when operating in "restore" mode.
Previously, when operating in "restore" mode, that action used the
actions/cacheaction, which both restores a cache and attempts toupdate it afterwards. We don't make use of the updated cache, and it
adds overhead to CI execution which becomes very large now that we are
running Hermes integration tests in CI, which generate a large disk
footprint in
target.Latest Update: v2 — Compare vs v1
📚 Full Patch History
Links show the diff between the row version and the column version.
⬇️ Download this PR
Branch
git fetch origin refs/heads/Gbts6ritlc57qe76lo6drsoum3ivarsqf && git checkout -b pr-Gbts6ritlc57qe76lo6drsoum3ivarsqf FETCH_HEADCheckout
git fetch origin refs/heads/Gbts6ritlc57qe76lo6drsoum3ivarsqf && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/Gbts6ritlc57qe76lo6drsoum3ivarsqf && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.