Skip to content

[codex] migrate CircleCI Docker executors to gen2 - #14057

Open
satanTime wants to merge 1 commit into
help-me-mom:mainfrom
satanTime:codex/migrate-circleci-gen2
Open

[codex] migrate CircleCI Docker executors to gen2#14057
satanTime wants to merge 1 commit into
help-me-mom:mainfrom
satanTime:codex/migrate-circleci-gen2

Conversation

@satanTime

Copy link
Copy Markdown
Member

What changed

Migrates every CircleCI Docker executor in .circleci/config.yml from resource_class: medium to resource_class: medium.gen2.

The Windows orb job is unchanged because it does not use the Docker executor resource classes.

Why

This lets the whole CircleCI Docker CI matrix run on CircleCI's gen2 Docker compute so the project can benchmark the real runtime and credit impact.

CircleCI currently prices medium.gen2 higher per minute than medium, so this PR should be evaluated using the actual CI run duration and consumed credits before merging.

Validation

  • git diff --check
  • Ruby YAML parse of .circleci/config.yml
  • Confirmed no remaining resource_class: medium entries in .circleci/config.yml

CircleCI CLI validation was not run because the circleci CLI is not installed locally.

@satanTime
satanTime marked this pull request as ready for review June 7, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant