Retry `build-assets-image` and `build-qa-image` jobs
requested to merge 216233-transient-network-failure-in-build-assets-image-and-build-gitlab-qa into master
What does this MR do?
Adds retries to build-assets-image
and build-qa-image
jobs.
These jobs build and pushes images to container registry. If there are connection errors to the registry, the script fails and the job would be considered failed. Using .default-retry
does not help in this case, as this is considered a script failure by GitLab CI.
Having the job retried in the event of script failure is a boring solution to address these intermittent network failures.
Closes #216233 (closed)
Edited by Albert Salim