Skip to content

Retry jobs automatically on certain types of failures

Reuben Pereira requested to merge rp/retry-automatically into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Content

  • Retry jobs automatically on certain types of failures.

There are some failures that are not related to the script that is being executed. For such failures, we can retry automatically a few times before giving up. See https://docs.gitlab.com/ee/ci/yaml/#retrywhen for a list of failure types.

I've only added some failure types in this MR. We can add more later.

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports

Loading