mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 14:06:03 -03:30
Retry vagrant and periodic packet jobs too
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b54cf5bd0a
commit
c8f3d88288
@@ -52,6 +52,7 @@ before_script:
|
|||||||
|
|
||||||
.testcases: &testcases
|
.testcases: &testcases
|
||||||
<<: *job
|
<<: *job
|
||||||
|
retry: 1
|
||||||
before_script:
|
before_script:
|
||||||
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||||
- ./tests/scripts/rebase.sh
|
- ./tests/scripts/rebase.sh
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
# CI template for PRs
|
# CI template for PRs
|
||||||
.packet_pr:
|
.packet_pr:
|
||||||
only: [/^pr-.*$/]
|
only: [/^pr-.*$/]
|
||||||
retry: 1
|
|
||||||
extends: .packet
|
extends: .packet
|
||||||
|
|
||||||
# CI template for periodic CI jobs
|
# CI template for periodic CI jobs
|
||||||
|
|||||||
Reference in New Issue
Block a user