Use kubespray/kubespray:v2.11.0 for CI (#5363)

This commit is contained in:
Maxime Guyot
2019-12-11 09:10:05 +01:00
committed by Kubernetes Prow Robot
parent f8a18fcaca
commit 6ff5ccc938
5 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
yamllint:
extends: .job
stage: unit-tests
variables:
LANG: C.UTF-8
script:
- yamllint --strict .
except: ['triggers', 'master']

View File

@@ -78,9 +78,9 @@ packet_ubuntu18-flannel-containerd:
when: manual
packet_debian9-macvlan-sep:
stage: deploy-part2
stage: unit-tests
<<: *packet
when: on_success
when: manual
packet_debian9-calico-upgrade:
stage: deploy-part2
@@ -105,7 +105,7 @@ packet_centos7-kube-ovn:
packet_centos7-kube-router:
stage: deploy-part2
<<: *packet
when: on_success
when: manual
packet_centos7-multus-calico:
stage: deploy-part2

View File

@@ -3,6 +3,7 @@
.terraform_install:
extends: .job
before_script:
- update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- ./tests/scripts/rebase.sh
- ./tests/scripts/testcases_prepare.sh
- ./tests/scripts/terraform_install.sh