Skip to content
Snippets Groups Projects
Commit 6e576b67 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: retry failing jobs

The compatibility tests occasionally fail. To work around this, we
simply set the tests to retry once. Given that each test run is quite
short, we can safely retry them. We do so only once to begin with, but
to be safe, I've also added a timeout so that a hanging job isn't left
running for half an hour.
parent 71f07be2
No related branches found
No related tags found
1 merge request!58ci: retry failing jobs
Pipeline #13929 passed with warnings
......@@ -35,6 +35,8 @@
Supported:
stage: compat
image: registry.heptapod.net:443/mercurial/hg-git/ci:py$PYTHON-hg-$HG
retry: 1
timeout: 5m
script:
- python$PYTHON tests/run-tests.py -v --color=always
parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment