ci: migrate CircleCI jobs to Gen2 resource classes#478
Open
hdcesario-op wants to merge 1 commit into
Open
Conversation
Same-size swap mirroring ethereum-optimism/optimism#20917 + #20927. 7 `resource_class: large` → `large.gen2` token replacements. No image-pin changes (machine executors, where present, are already pinned). Refs: ethereum-optimism/core-team#2564
👷 Deploy request for actions-ui pending review.Visit the deploys page to approve it
|
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.
Summary
Same-size Gen1 → Gen2 swap for the 7
resource_class: largedeclarations in this repo. Mechanical token replacement (large→large.gen2). No dimension changes, no image-pin changes.Part of W4 of the CircleCI cost-reduction initiative — ethereum-optimism/core-team#2564.
Change
Per-job token replacement on 7 jobs.
large→large.gen2Validation
git diff --shortstat: +7/-7 line changes, exclusively onresource_class:fieldsyaml.safe_load)Precedent
Same mechanic as ethereum-optimism/optimism#20917 (41 jobs, all 99 checks green) and ethereum-optimism/optimism#20927 (22 jobs, all checks green). Both merged into
developin the monorepo.Refs