Browse Source

Enable kubeadm test

Need to test the kubeadm deployment cluster, most of the functional changes, will involve kubeadm.
pull/3197/head
rongzhang 6 years ago
parent
commit
91a83a3a0f
1 changed files with 11 additions and 11 deletions
  1. 22
      .gitlab-ci.yml

22
.gitlab-ci.yml

@ -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

Loading…
Cancel
Save