Skip to content

Retry `build-assets-image` and `build-qa-image` jobs

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

Merge request reports