Run less CI jobs on each PR (#3967)
This commit is contained in:
parent
e25237455c
commit
13efa95ef7
1 changed files with 4 additions and 6 deletions
|
@ -364,6 +364,8 @@ gce_centos7-flannel-addons:
|
||||||
except: ['triggers']
|
except: ['triggers']
|
||||||
only: [/^pr-.*$/]
|
only: [/^pr-.*$/]
|
||||||
|
|
||||||
|
### MANUAL JOBS
|
||||||
|
|
||||||
gce_centos-weave-kubeadm-sep:
|
gce_centos-weave-kubeadm-sep:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
<<: *job
|
<<: *job
|
||||||
|
@ -372,10 +374,7 @@ gce_centos-weave-kubeadm-sep:
|
||||||
<<: *gce_variables
|
<<: *gce_variables
|
||||||
<<: *centos_weave_kubeadm_variables
|
<<: *centos_weave_kubeadm_variables
|
||||||
when: on_success
|
when: on_success
|
||||||
except: ['triggers']
|
only: ['triggers']
|
||||||
only: [/^pr-.*$/]
|
|
||||||
|
|
||||||
### MANUAL JOBS
|
|
||||||
|
|
||||||
gce_ubuntu-weave-sep:
|
gce_ubuntu-weave-sep:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
|
@ -385,8 +384,7 @@ gce_ubuntu-weave-sep:
|
||||||
<<: *gce_variables
|
<<: *gce_variables
|
||||||
<<: *ubuntu_weave_sep_variables
|
<<: *ubuntu_weave_sep_variables
|
||||||
when: manual
|
when: manual
|
||||||
except: ['triggers']
|
only: ['triggers']
|
||||||
only: [/^pr-.*$/]
|
|
||||||
|
|
||||||
gce_coreos-calico-sep-triggers:
|
gce_coreos-calico-sep-triggers:
|
||||||
stage: deploy-part2
|
stage: deploy-part2
|
||||||
|
|
Loading…
Reference in a new issue