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