hubcio opened a new pull request, #3924:
URL: https://github.com/apache/iggy/pull/3924

   Runners intermittently lose egress to azure.archive.ubuntu.com.
   apt falls back through the mirror list, then stalls with no
   output at all, so the job sits dead until it burns the full 60
   minute budget. Three consecutive doctest runs on PR #3921 died
   this way, each on a different runner, while sibling jobs on the
   same run finished apt in nine seconds.
   
   apt's own Acquire::*::Timeout does not bound this - the observed
   stalls ran half an hour past the 120s default - so
   scripts/ci/apt-install.sh caps both the index refresh and the
   install with timeout(1). A wedged runner now fails loudly in
   minutes instead of dying quietly at the job limit. Installation
   still runs after a failed update, so a merely stale index set is
   not fatal. Every call site routes through it rather than
   repeating the loop inline.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to