misc/scratch: move prod-like-arm to Graviton4 - #38739
Open
jasonhernandez wants to merge 1 commit into
Open
Conversation
The `prod-like-arm` scratch config still launched an `r6g.4xlarge`. Production's ARM node pools have moved on: the pools that carry weight today are `arm-swap` and `arm-jumbo-swap`, both on the `r8gd` family. Staying on Graviton2 means the box under test no longer matches the microarchitecture production runs on. Move the family to `r8g` and keep the size at `4xlarge`, so the CPU generation tracks production while the footprint and cost of the box are unchanged. Production uses the `d` variant for its local NVMe, which backs swap and the scratch filesystem. This config stays on plain `r8g`: nothing in `misc/scratch/provision.bash` mounts an instance store, so the extra disk would go unused. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
jasonhernandez
marked this pull request as ready for review
September 9, 2026 23:23
jasonhernandez
enabled auto-merge (squash)
September 9, 2026 23:23
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.
The
prod-like-armscratch config still launched anr6g.4xlarge, a Graviton2 box. Production's ARM node pools have moved on: the pools carrying weight today (arm-swap,arm-jumbo-swap) are all on ther8gdfamily, so a "production-like" scratch box was no longer on the microarchitecture production actually runs.This moves the family to
r8gand keeps the size at4xlarge, so the CPU generation tracks production while the footprint and cost of the box are unchanged.Production uses the
dvariant for its local NVMe, which backs swap and the scratch filesystem. This config deliberately stays on plainr8g: nothing inmisc/scratch/provision.bashmounts an instance store, so the extra disk would go unused. Wiring that up is a separate change.No tests:
misc/scratch/*.jsonare launch configs consumed bybin/scratch, with no test coverage.Release notes
None. Developer tooling only.
🤖 Generated with Claude Code