Skip to content

.gitlab-ci.yml: automatically retry failed jobs

Nikos Mavrogiannopoulos requested to merge tmp-auto-retries into master

This uses the retry keyword in .gitlab-ci.yml to automatically retry failed jobs. The reason for that is that several jobs fail due to infrastructure issues (systems disappearing), and retrying them manually is not a pleasant process.

Checklist

  • Code modified for feature

Reviewer's checklist:

  • No obvious mistakes in the code

Merge request reports