Maxime Guyot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
5 deletions
-
.gitlab-ci.yml
-
.gitlab-ci/packet.yml
|
|
@ -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" |
|
|
|