mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-02 23:25:36 -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
|
# Jobs here MUST have a open issue so we don't lose sight of them
|
||||||
pr-flakey:
|
pr-flakey:
|
||||||
extends: pr
|
extends: pr
|
||||||
retry: 1
|
rules:
|
||||||
|
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
|
||||||
|
when: on_success
|
||||||
|
retry: 2
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TESTCASE:
|
- TESTCASE:
|
||||||
|
|||||||
Reference in New Issue
Block a user