Skip to content
Snippets Groups Projects
Verified Commit da1dd5b0 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

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 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).
parent d3aa92ce
No related branches found
No related tags found
1 merge request!1066ci: re-try OBS distrotests
Pipeline #69664 passed
......@@ -516,6 +516,10 @@ obs:build:all:
expire_in: 1 week
paths:
- ./j*
retry:
max: 1
when:
- script_failure
obs:centos7:x86_64:
<<: *distrotest
......
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