ci(gate-check-v3): add timeout-minutes:10 to gate-check job (hung-run bound) #2561

Merged
agent-reviewer merged 1 commits from fix/gate-check-v3-timeout into main 2026-06-11 00:45:34 +00:00
+7
View File
@@ -66,6 +66,13 @@ jobs:
# bp-exempt: PR advisory bot; merge blocking is enforced by CI status and branch protection.
gate-check:
runs-on: ubuntu-latest
# Hard bound on a hung-while-running run so the advisory context
# CONCLUDES (continue-on-error: true -> ignored) instead of
# hanging unconcluded and 405-blocking the Gitea merge-check.
# Normal conclude-time is ~12-16s, so 10m is a 30x safety margin
# over a stuck Python tick. Does NOT fix a QUEUED-never-picked-up
# orphan (operator-side run-clearing needed for that).
timeout-minutes: 10
# mc#1982: pre-existing continue-on-error mask; root-fix and remove, do not renew silently.
continue-on-error: true # Never block on our own detector failing
steps: