Browse Source

Add one retry to packet_pr jobs

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

1
.gitlab-ci/packet.yml

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

Loading…
Cancel
Save