Retry vagrant and periodic packet jobs too
This commit is contained in:
parent
b54cf5bd0a
commit
c8f3d88288
2 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,7 @@ before_script:
|
|||
|
||||
.testcases: &testcases
|
||||
<<: *job
|
||||
retry: 1
|
||||
before_script:
|
||||
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
|
||||
- ./tests/scripts/rebase.sh
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
# CI template for PRs
|
||||
.packet_pr:
|
||||
only: [/^pr-.*$/]
|
||||
retry: 1
|
||||
extends: .packet
|
||||
|
||||
# CI template for periodic CI jobs
|
||||
|
|
Loading…
Reference in a new issue