ci(fpga)+skills: bounded apt retries + ci-gates section 10 - #2230
Merged
Conversation
…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
enabled auto-merge (squash)
August 19, 2026 14:10
Contributor
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
# Conflicts: # docs/NOW.md
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
PR DashboardGenerated at: 2026-08-19 14:25:29 UTC
Summary
Seal Status
|
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 #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