Retry vagrant and periodic packet jobs too
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
|
||||||
|
|
Loading…
Reference in New Issue