mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-15 23:10:24 -02:30
CI: runs openeuler on less PR (#13160)
Openeuler has a lot of flakes, so let's try to make it less painful on PR by putting it in extended + adding a 2nd retry
This commit is contained in:
@@ -62,7 +62,10 @@ pr:
|
||||
# Jobs here MUST have a open issue so we don't lose sight of them
|
||||
pr-flakey:
|
||||
extends: pr
|
||||
retry: 1
|
||||
rules:
|
||||
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
|
||||
when: on_success
|
||||
retry: 2
|
||||
parallel:
|
||||
matrix:
|
||||
- TESTCASE:
|
||||
|
||||
Reference in New Issue
Block a user