Skip to content

[codex] group blocking and postmerge CI workflows#30146

Merged
bolinfest merged 9 commits into
mainfrom
codex/single-required-ci-gate
Jun 26, 2026
Merged

[codex] group blocking and postmerge CI workflows#30146
bolinfest merged 9 commits into
mainfrom
codex/single-required-ci-gate

Conversation

@anp-oai

@anp-oai anp-oai commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Why

It's hard to change the set of required jobs when they're managed in the GitHub UI, and when each workflow is responsible for choosing it's own scheduling it's easy to end up with skew between what we enforce on PRs vs. on main.

What

  • add a blocking-ci caller workflow, triggered by pull requests and pushes to main, for Bazel, blob size, cargo-deny, Codespell, repo-checks, rust CI, and SDK CI
  • add an always() terminal job named CI required that fails unless every called workflow succeeds
  • add a postmerge-ci caller workflow for rust-ci-full and v8-canary, with a terminal Postmerge CI results job
  • centralize V8 relevance detection in v8_canary_changes.py; unrelated PR and postmerge runs execute metadata only and skip the expensive build matrices
  • leave v8-canary outside the blocking gate and leave the external cla check independent

Rollout

A repository admin must replace the existing required GitHub Actions contexts with CI required in the main-branch ruleset. Retain cla as a separate required check. Until that change is coordinated, this PR cannot satisfy the old standalone check names. In-flight PRs will need to be rebased after this lands.

@anp-oai anp-oai force-pushed the codex/single-required-ci-gate branch from f29c64a to aa28ffd Compare June 26, 2026 00:36
@anp-oai anp-oai changed the title [codex] add single required CI gate [codex] add blocking CI gate Jun 26, 2026
@anp-oai anp-oai changed the title [codex] add blocking CI gate [codex] group blocking and postmerge CI workflows Jun 26, 2026
@anp-oai anp-oai marked this pull request as ready for review June 26, 2026 06:14

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6d4f4b1620

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/blocking-ci.yml

@cconger cconger left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v8-canary change lgtm

@anp-oai anp-oai force-pushed the codex/single-required-ci-gate branch from 2b961c1 to eb158bf Compare June 26, 2026 22:06
@bolinfest bolinfest merged commit 1168254 into main Jun 26, 2026
12 of 23 checks passed
@bolinfest bolinfest deleted the codex/single-required-ci-gate branch June 26, 2026 22:07
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants