Skip to content

Add retries for runner system failures in CI

What does this MR do?

Add retries for runner system failures in CI

Why was this MR needed?

Sometimes a job can fail because of a network issue or some other problem intermittent problem such as pulling docker images the developer can't really do anything apart from just running the job again.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #25655 (closed)

Merge request reports