Skip to content

ci: concurrency + timeout-minutes on 3 queue-saturating workflows#248

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/queue-saturation-concurrency-timeouts
May 30, 2026
Merged

ci: concurrency + timeout-minutes on 3 queue-saturating workflows#248
hyperpolymath merged 1 commit into
mainfrom
chore/queue-saturation-concurrency-timeouts

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Same pattern as proven#115. Targets the 3 workflows on this repo lacking `concurrency:` (rust-ci, boj-build, instant-sync). Reduces queue pressure against the GitHub Pro 40-job concurrent ceiling.

Other workflows on this repo (abi-verify, codeql, coq-build, scorecard-enforcer, hypatia-scan, secret-scanner) already had concurrency declarations.

Note: uncommitted parallel-session changes in formal/ are NOT included in this PR (per estate parallel-session git defence).

🤖 Generated with Claude Code

…ating workflows

Same pattern as proven#115. Targets the workflows that lacked
`concurrency:` declarations on this repo (the ones that already had
it — abi-verify, codeql, coq-build, scorecard-enforcer, hypatia-scan,
secret-scanner — are unchanged).

- rust-ci.yml `no-default-features` job: cargo build+test, 20m budget
- boj-build.yml `trigger-boj`: quick curl trigger, 5m
- instant-sync.yml `dispatch`: repository-dispatch, 5m

Each subsequent push to a ref now cancels its predecessor on these
workflows. Reduces queue pressure against the GitHub Pro 40-job
concurrent ceiling.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath
hyperpolymath enabled auto-merge (squash) May 30, 2026 17:02
@hyperpolymath
hyperpolymath merged commit 538957c into main May 30, 2026
6 of 15 checks passed
@hyperpolymath
hyperpolymath deleted the chore/queue-saturation-concurrency-timeouts branch May 30, 2026 17:04
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 69 issues detected

Severity Count
🔴 Critical 7
🟠 High 16
🟡 Medium 46

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in abi-verify.yml",
    "type": "missing_timeout_minutes",
    "file": "abi-verify.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in coq-build.yml",
    "type": "missing_timeout_minutes",
    "file": "coq-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in governance.yml",
    "type": "missing_timeout_minutes",
    "file": "governance.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in hypatia-scan.yml",
    "type": "missing_timeout_minutes",
    "file": "hypatia-scan.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "missing_timeout_minutes",
    "file": "mirror.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in rust-ci.yml",
    "type": "missing_timeout_minutes",
    "file": "rust-ci.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in scorecard-enforcer.yml",
    "type": "missing_timeout_minutes",
    "file": "scorecard-enforcer.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in scorecard-enforcer.yml",
    "type": "missing_timeout_minutes",
    "file": "scorecard-enforcer.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

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