nightly: raise timeouts so the rerun pass can run#411
Merged
Conversation
…+ timeout headroom Two combined fixes for the 3 consecutive red nightlies (Jul 19-21): 1. main was still running the OLD serialized config (-parallel 1, no reruns) — the validated gotestsum config from feat/nightly-selfhosted (parallel 6, --rerun-fails=3 to re-run load-starvation failures in a fresh process, nightly-beta release job) never landed. Adopt it. 2. Raise go-test -timeout 40/45m -> 60/65m and job timeout-minutes -> 80/85 so the first pass is never killed mid-run and the rerun pass has room. Evidence: first pass takes ~39m at -parallel 6 with ~45 load-dependent failures that pass individually (isolated 2026-07-15); -parallel 3 measured strictly worse (59 fails/60m), so parallelism tuning is a dead end — completion headroom is the fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
TeoSlayer
force-pushed
the
ci/nightly-timeout-headroom
branch
from
July 22, 2026 06:23
8cc4e94 to
cad9b25
Compare
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.
Two combined fixes for the 3 consecutive red nightlies (Jul 19–21):
-parallel 1, no reruns) — the validated gotestsum config fromfeat/nightly-selfhosted(parallel 6 +--rerun-fails=3fresh-process isolation + the nightly-beta prerelease job) never landed. This adopts it.-timeout40/45m → 60/65m, job timeouts → 80/85m, so the first pass is never killed mid-run and the rerun pass gets to isolate the ~45 known load-starvation failures (they pass individually — isolated 2026-07-15;-parallel 3measured strictly worse: 59 fails/60m vs 45/39m at p6).Long-term fix remains making the integration tests hermetic; this makes the nightly meaningful + green-capable now, and green nights start cutting
v*-nightly.<date>prereleases.🤖 Generated with Claude Code