mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 10:30:00 -04:00
For system tests, retry twice before failing
This commit is contained in:
parent
d77ac39370
commit
b6538b5488
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ stages:
|
|||
|
||||
.system_test: &system_test_job
|
||||
stage: test
|
||||
retry: 2
|
||||
before_script:
|
||||
- rm -rf .ccache
|
||||
- bash -x bin/tests/system/ifconfig.sh up
|
||||
|
|
|
|||
Loading…
Reference in a new issue