Files
OmniRoute/changelog.d/maintenance/ci-coverage-codecov-step-timeout.md
Diego Rodrigues de Sa e Souza 6f1f1668dd fix(ci): stop a stalled Codecov upload from cancelling the Coverage job and the main run (main twin of #11972) (#11978)
Same change as #11972 on release/v3.8.51: the Coverage job had timeout-minutes: 20,
the c8 merge across 8 shards takes ~10 min and the informational Codecov upload hung
for the rest of the budget on two consecutive main runs (33207760653, 33215115341),
ending the job cancelled and turning the run's conclusion cancelled with every
blocking job green. Codecov step: 5-minute ceiling + continue-on-error; job: 30 min.
2026-08-29 06:47:17 -03:00

321 B

  • Coverage job on ci.yml: the informational Codecov upload gets its own 5-minute ceiling and continue-on-error, and the job budget grows from 20 to 30 minutes (the 8-shard c8 merge alone takes ~10) — a stalled upload no longer ends the job cancelled and drags a fully green main run's conclusion down with it