diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-10-30 16:59:27 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-10-30 16:59:27 +0100 |
commit | e03604e3f8ceaf31bb33d17dcefbbba018f353cc (patch) | |
tree | 81f6d6be29334e7dd557fa4bcdc38f4eee71de42 /.gitlab-ci.yml | |
parent | tests: align with keymgr now logging to stderr (diff) | |
download | knot-e03604e3f8ceaf31bb33d17dcefbbba018f353cc.tar.xz knot-e03604e3f8ceaf31bb33d17dcefbbba018f353cc.zip |
ci: re-try OBS distrotests
Often, the VM fails to boot (even twice in the row, as already handled
by the test itself) which leads to false negative result.
These nightly/weekly tests fail far too often (at least on of the ~7
tests) and generate annoying notifications.
Adding yet another layer of retries should reduce the number of false
negatives without diminishing the value of the test (since the real
packaging issues are 100 % reproducible).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9db4f5611..dec1dcfdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -365,6 +365,10 @@ obs:build:all: expire_in: 1 week paths: - ./j* + retry: + max: 1 + when: + - script_failure obs:centos7:x86_64: <<: *distrotest |