Skip to content
Snippets Groups Projects
Unverified Commit 1617a6ea authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

CI upgrade from v2.13.1 (#6188)

parent e9ce7243
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ stages: ...@@ -8,7 +8,7 @@ stages:
- deploy-special - deploy-special
variables: variables:
KUBESPRAY_VERSION: v2.13.0 KUBESPRAY_VERSION: v2.13.1
FAILFASTCI_NAMESPACE: 'kargo-ci' FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray' GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
ANSIBLE_FORCE_COLOR: "true" ANSIBLE_FORCE_COLOR: "true"
......
...@@ -73,7 +73,8 @@ packet_debian10-containerd: ...@@ -73,7 +73,8 @@ packet_debian10-containerd:
packet_centos7-calico-ha-once-localhost: packet_centos7-calico-ha-once-localhost:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success # Problem with docker-cli client
when: manual
services: services:
- docker:18.09.9-dind - docker:18.09.9-dind
...@@ -173,7 +174,7 @@ packet_fedora30-cilium-containerd: ...@@ -173,7 +174,7 @@ packet_fedora30-cilium-containerd:
packet_centos7-weave-upgrade-ha: packet_centos7-weave-upgrade-ha:
stage: deploy-part3 stage: deploy-part3
extends: .packet extends: .packet
when: manual when: on_success
variables: variables:
UPGRADE_TEST: basic UPGRADE_TEST: basic
MITOGEN_ENABLE: "false" MITOGEN_ENABLE: "false"
...@@ -181,7 +182,7 @@ packet_centos7-weave-upgrade-ha: ...@@ -181,7 +182,7 @@ packet_centos7-weave-upgrade-ha:
packet_debian9-calico-upgrade: packet_debian9-calico-upgrade:
stage: deploy-part3 stage: deploy-part3
extends: .packet extends: .packet
when: manual when: on_success
variables: variables:
UPGRADE_TEST: graceful UPGRADE_TEST: graceful
MITOGEN_ENABLE: "false" MITOGEN_ENABLE: "false"
...@@ -189,7 +190,7 @@ packet_debian9-calico-upgrade: ...@@ -189,7 +190,7 @@ packet_debian9-calico-upgrade:
packet_debian9-calico-upgrade-once: packet_debian9-calico-upgrade-once:
stage: deploy-part3 stage: deploy-part3
extends: .packet extends: .packet
when: manual when: on_success
variables: variables:
UPGRADE_TEST: graceful UPGRADE_TEST: graceful
MITOGEN_ENABLE: "false" MITOGEN_ENABLE: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment