Skip to content
Snippets Groups Projects
Commit c9eb3486 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

auto-retry binary builds on runner system failure

Try to work around broken build results because runners go away.
parent f8f27f5e
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ default:
- apt-get install sudo
- apt-get install build-essential devscripts reprepro fakeroot
image: ${DOCKER_ARCH}/${OS}:${SUITE}${IMAGE_EXTENSION}
retry:
max: 2
when: runner_system_failure
script:
- 'echo "SUITE: $SUITE"'
......
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