Skip to content
Snippets Groups Projects
Commit 53e3463b authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Fix GCE tests with undefined CI_PLATFORM (#4650)

parent c9ed5f69
Branches
Tags
No related merge requests found
...@@ -59,7 +59,7 @@ gce_centos7-flannel-addons: ...@@ -59,7 +59,7 @@ gce_centos7-flannel-addons:
gce_centos-weave-kubeadm-sep: gce_centos-weave-kubeadm-sep:
stage: deploy-gce stage: deploy-gce
<<: *gce extends: .gce
variables: variables:
<<: *centos_weave_kubeadm_variables <<: *centos_weave_kubeadm_variables
when: on_success when: on_success
...@@ -126,7 +126,7 @@ gce_ubuntu-flannel-ha: ...@@ -126,7 +126,7 @@ gce_ubuntu-flannel-ha:
gce_centos-weave-kubeadm-triggers: gce_centos-weave-kubeadm-triggers:
stage: deploy-gce stage: deploy-gce
<<: *gce extends: .gce
variables: variables:
<<: *centos_weave_kubeadm_variables <<: *centos_weave_kubeadm_variables
when: on_success when: on_success
...@@ -227,7 +227,7 @@ gce_centos7-kube-router: ...@@ -227,7 +227,7 @@ gce_centos7-kube-router:
gce_centos7-multus-calico: gce_centos7-multus-calico:
stage: deploy-gce stage: deploy-gce
<<: *gce extends: .gce
variables: variables:
<<: *centos7_multus_calico_variables <<: *centos7_multus_calico_variables
when: manual when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment