From 80fa294a31f3697f1d462c7b864db2c1387436ac Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Thu, 27 Jun 2019 14:49:22 +0300 Subject: [PATCH] Disable redundant CI test cases (#4918) Change-Id: I1991bca8368adc20832d2bb15644411653446b51 --- .gitlab-ci/packet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml index f16a835f0..d139e76e9 100644 --- a/.gitlab-ci/packet.yml +++ b/.gitlab-ci/packet.yml @@ -59,7 +59,7 @@ packet_ubuntu-canal-kubeadm: packet_ubuntu-flannel-ha: stage: deploy-part2 <<: *packet - when: on_success + when: manual packet_ubuntu-contiv-sep: stage: deploy-part2 @@ -79,7 +79,7 @@ packet_debian9-calico-upgrade: packet_centos7-calico-ha: stage: deploy-part2 <<: *packet - when: on_success + when: manual packet_centos7-kube-router: stage: deploy-part2 @@ -99,4 +99,4 @@ packet_opensuse-canal: packet_ubuntu-kube-router-sep: stage: deploy-part2 <<: *packet - when: on_success + when: manual