Skip to content
Snippets Groups Projects
Commit 91a83a3a authored by rongzhang's avatar rongzhang
Browse files

Enable kubeadm test

Need to test the kubeadm deployment cluster, most of the functional changes, will involve kubeadm.
parent f765ed8f
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,17 @@ gce_centos7-flannel-addons:
except: ['triggers']
only: [/^pr-.*$/]
gce_centos-weave-kubeadm:
stage: deploy-part2
<<: *job
<<: *gce
variables:
<<: *gce_variables
<<: *centos_weave_kubeadm_variables
when: on_success
except: ['triggers']
only: [/^pr-.*$/]
gce_ubuntu-weave-sep:
stage: deploy-part2
<<: *job
......@@ -454,17 +465,6 @@ gce_ubuntu-canal-kubeadm-triggers:
when: on_success
only: ['triggers']
gce_centos-weave-kubeadm:
stage: deploy-part2
<<: *job
<<: *gce
variables:
<<: *gce_variables
<<: *centos_weave_kubeadm_variables
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]
gce_centos-weave-kubeadm-triggers:
stage: deploy-part2
<<: *job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment