ci: concurrency groups for ten gates that queued a run per merge - #4250
Merged
Merged
Conversation
… queueing
Every merge to master queued one more run of each ungrouped gate behind the
last: 61-62 per gate on 2026-09-17, against exactly 1 for each of the 15
workflows that already carry `<name>-${{ github.ref }}` with
cancel-in-progress. The repository had 2267 runs queued and PR required
checks waited behind them. Same shape as the grouped workflows; deploy and
image-build workflows are left out on purpose.
Closes #4249
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
gHashTag
enabled auto-merge (squash)
September 17, 2026 11:09
This was referenced Sep 17, 2026
Merged
Merged
This was referenced Sep 17, 2026
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
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.
Closes #4249
Adds the top-level
concurrencyblock the 15 already-grouped workflows use (<file-name>-${{ github.ref }},cancel-in-progress: true) to the ten gates that had none: secret-scan, seal-coverage, scorecard, now-sync-gate, notebook-gate, withdrawn-live-gate, untrusted-input-gate, schema-validation, gate-topology, fpga-build.Why: measured 2267 queued runs, 577 of them post-merge master runs, 61-62 per ungrouped gate against 1 per grouped workflow. The queue grew ~290/hour. Details and the one-off cancellation of 552 superseded runs are in #4249.
Not changed: deploy-api, sandbox-docker, agent-runner-docker, brain-seal-refresh, build-paper (they have side effects a cancelled run would lose).
Checked locally, with and without this change (all exit 0 both ways):
scripts/ci/check_pr_branch_filters.py,check_untrusted_shell_interp.py,check_untrusted_javascript_interp.py,test_required_gates_name_their_subject.py,tools/check_devhome_paths.py, and the four other scripts that read.github/workflows. Each edited file parses with PyYAML and its group starts with its own file name.🤖 Generated with Claude Code