Browse Source

Retry vagrant and periodic packet jobs too

pull/7944/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
c8f3d88288
2 changed files with 1 additions and 1 deletions
  1. 1
      .gitlab-ci.yml
  2. 1
      .gitlab-ci/packet.yml

1
.gitlab-ci.yml

@ -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

1
.gitlab-ci/packet.yml

@ -11,7 +11,6 @@
# CI template for PRs
.packet_pr:
only: [/^pr-.*$/]
retry: 1
extends: .packet
# CI template for periodic CI jobs

Loading…
Cancel
Save