Browse Source

Enable packet_*-kube-router jobs (#4594)

pull/4868/head
Maxime Guyot 6 years ago
committed by Kubernetes Prow Robot
parent
commit
7a3547e4d1
1 changed files with 4 additions and 4 deletions
  1. 8
      .gitlab-ci/packet.yml

8
.gitlab-ci/packet.yml

@ -82,9 +82,9 @@ packet_centos7-calico-ha:
when: on_success
packet_centos7-kube-router:
stage: deploy-special
stage: deploy-part2
<<: *packet
when: manual
when: on_success
packet_centos7-multus-calico:
stage: deploy-part2
@ -97,6 +97,6 @@ packet_opensuse-canal:
when: manual
packet_ubuntu-kube-router-sep:
stage: deploy-special
stage: deploy-part2
<<: *packet
when: manual
when: on_success
Loading…
Cancel
Save