Skip to content

ci(fpga)+skills: bounded apt retries + ci-gates section 10 - #2230

Merged
gHashTag merged 2 commits into
masterfrom
ci/apt-bounded-retry
Aug 19, 2026
Merged

ci(fpga)+skills: bounded apt retries + ci-gates section 10#2230
gHashTag merged 2 commits into
masterfrom
ci/apt-bounded-retry

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #2229. Nine apt points bounded (timeout+retry+fail-fast — a hang is not a failure until you bound it); ci-gates skill records onion layers 11-14. docs/NOW.md updated.

🤖 Generated with Claude Code

…n ci-gates

apt on a dead mirror hangs without erroring, so Acquire::Retries alone never
fires and five jobs at once burned their whole 45-90 minute ceilings on
Install steps. Every apt point in fpga-build.yml and emit-bitexact-gate.yml
now runs as bounded attempts (timeout 420 update / 600 install) with three
retries, a warning per miss, and a loud terminal error.

ci-gates gains section 10: the four post-onion layers (path contracts,
executed-not-read dependency lists, the duplicate artifact-name landmine
that only passes while broken, the gate regex as contract, and the device
default that flipped under a textually clean merge).

Closes #2229.
@gHashTag
gHashTag enabled auto-merge (squash) August 19, 2026 14:10
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 14:11:31 UTC

Summary

Status Count
Total Open PRs 29
PRs with Failing Checks 13
PRs with All Checks Green 16
READY 9
FAILING 13
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=54d19991b0c2 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-08-19 14:25:29 UTC

Summary

Status Count
Total Open PRs 29
PRs with Failing Checks 12
PRs with All Checks Green 17
READY 9
FAILING 12
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=54d19991b0c2 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag
gHashTag merged commit 224e55a into master Aug 19, 2026
19 of 21 checks passed
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.

CI: apt install steps hang on a dead mirror and burn whole timeout ceilings

1 participant