molecule-core/tools
Molecule AI Infra-SRE da1487adad
Some checks failed
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 10s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 11s
CI / Detect changes (pull_request) Successful in 26s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 13s
E2E API Smoke Test / detect-changes (pull_request) Successful in 26s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 25s
qa-review / approved (pull_request) Failing after 12s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 30s
security-review / approved (pull_request) Failing after 13s
gate-check-v3 / gate-check (pull_request) Successful in 20s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 28s
sop-tier-check / tier-check (pull_request) Successful in 13s
CI / Platform (Go) (pull_request) Successful in 6s
CI / Canvas (Next.js) (pull_request) Successful in 6s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 5s
CI / Python Lint & Test (pull_request) Successful in 6s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 8s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 8s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 8s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 7s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / all-required (pull_request) Successful in 3s
audit-force-merge / audit (pull_request) Has been skipped
fix(sre): add explicit 15s timeout to gate-check-v3 HTTP calls
gate-check-v3 workflow is failing ~15s on main with
"Failing after 15s" (job-level failure). Root cause is likely
SOP_TIER_CHECK_TOKEN not provisioned (confirmed absent from repo
Actions secrets), causing unauthenticated API calls to hang or
fail. Without an explicit timeout, urllib uses the OS TCP default
(~60s on some platforms, ~15s on others).

Fix: add DEFAULT_TIMEOUT=15 to gate_check.py and pass it to all
urllib.request.urlopen() calls (api_get + comment POST/PATCH).
Cron step inline Python gets socket.setdefaulttimeout(15).

This is defense-in-depth. The real fix is provisioning
SOP_TIER_CHECK_TOKEN (tracked separately). The timeout ensures
a missing/invalid token causes a fast failure rather than
an indefinite hang that blocks the job for minutes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 23:23:34 +00:00
..
branch-protection ci(branch-protection): check-name parity gate (#144) 2026-05-07 14:42:50 -07:00
gate-check-v3 fix(sre): add explicit 15s timeout to gate-check-v3 HTTP calls 2026-05-11 23:23:34 +00:00
check-template-parity.sh fix(scripts): migrate ghcr.io→ECR + raw.githubusercontent.com→Gitea (#46) 2026-05-07 00:56:23 -07:00
test-hermes-bridge.sh test: regression guards for 2026-04-23 hermes + CP bug wave 2026-04-23 17:45:13 -07:00