Browse Source
Merge pull request #3197 from riverzhang/kubeadm-test
Enable kubeadm test
pull/3198/head
k8s-ci-robot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
11 deletions
-
.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 |
|
|
|