Skip to content
Success

#29490 (Aug 5, 2026, 1:52:46 PM)

Started 9 hr 37 min ago
Took 3.4 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 4296
originally caused by:

This run spent:

  • 7 sec waiting;
  • 3.4 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: d012ee6eb128488eb7429143a2e462ac4ee63dec
Repository: $GERRIT_REPO_URL
  • master
deps: fetch/clone: retry with backoff time

Replace the previous logic of running the whole Makefile again on any
failure, with wrapping all git clone and fetch commands in a new
retry_with_backoff_time function that actually sleeps before retrying
(a random amount of seconds to make less requests at once), and retries
up to 5 times, each time with likely more sleep time.

With this change it is more likely to succeed and we have less confusing
output as deps/Makefile will not run twice if it fails for any reason
(e.g. a syntax error).

Change-Id: I317c0357ff330a0626a622dadd1e44ba65b99545
Oliver Smith at