|
|
@ -244,10 +244,6 @@ before_script: |
|
|
|
# stage: deploy-part1 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.ubuntu_canal_ha_variables: &ubuntu_canal_ha_variables |
|
|
|
# stage: deploy-part1 |
|
|
|
UPGRADE_TEST: "graceful" |
|
|
|
|
|
|
|
.centos_weave_kubeadm_variables: ¢os_weave_kubeadm_variables |
|
|
|
# stage: deploy-part1 |
|
|
|
UPGRADE_TEST: "graceful" |
|
|
@ -256,6 +252,10 @@ before_script: |
|
|
|
# stage: deploy-part1 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.ubuntu_canal_ha_variables: &ubuntu_canal_ha_variables |
|
|
|
# stage: deploy-special |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.ubuntu_contiv_sep_variables: &ubuntu_contiv_sep_variables |
|
|
|
# stage: deploy-special |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
@ -276,7 +276,7 @@ before_script: |
|
|
|
# stage: deploy-part2 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.debian8_calico_variables: &debian8_calico_variables |
|
|
|
.debian9_calico_variables: &debian9_calico_variables |
|
|
|
# stage: deploy-part2 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
@ -302,7 +302,7 @@ before_script: |
|
|
|
|
|
|
|
.centos7_multus_calico_variables: ¢os7_multus_calico_variables |
|
|
|
# stage: deploy-part2 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
UPGRADE_TEST: "graceful" |
|
|
|
|
|
|
|
.coreos_alpha_weave_ha_variables: &coreos_alpha_weave_ha_variables |
|
|
|
# stage: deploy-special |
|
|
@ -317,7 +317,7 @@ before_script: |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.ubuntu_flannel_variables: &ubuntu_flannel_variables |
|
|
|
# stage: deploy-special |
|
|
|
# stage: deploy-part2 |
|
|
|
MOVED_TO_GROUP_VARS: "true" |
|
|
|
|
|
|
|
.ubuntu_kube_router_variables: &ubuntu_kube_router_variables |
|
|
@ -378,6 +378,17 @@ gce_centos-weave-kubeadm-sep: |
|
|
|
except: ['triggers'] |
|
|
|
only: [/^pr-.*$/] |
|
|
|
|
|
|
|
gce_ubuntu-flannel-ha: |
|
|
|
stage: deploy-part2 |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *ubuntu_flannel_variables |
|
|
|
when: on_success |
|
|
|
except: ['triggers'] |
|
|
|
only: [/^pr-.*$/] |
|
|
|
|
|
|
|
### MANUAL JOBS |
|
|
|
|
|
|
|
gce_ubuntu-weave-sep: |
|
|
@ -402,7 +413,7 @@ gce_coreos-calico-sep-triggers: |
|
|
|
only: ['triggers'] |
|
|
|
|
|
|
|
gce_ubuntu-canal-ha-triggers: |
|
|
|
stage: deploy-part2 |
|
|
|
stage: deploy-special |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
@ -444,7 +455,7 @@ do_ubuntu-canal-ha: |
|
|
|
only: ['master', /^pr-.*$/] |
|
|
|
|
|
|
|
gce_ubuntu-canal-ha: |
|
|
|
stage: deploy-part2 |
|
|
|
stage: deploy-special |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
@ -539,24 +550,24 @@ gce_rhel7-weave-triggers: |
|
|
|
when: on_success |
|
|
|
only: ['triggers'] |
|
|
|
|
|
|
|
gce_debian8-calico-upgrade: |
|
|
|
gce_debian9-calico-upgrade: |
|
|
|
stage: deploy-part2 |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *debian8_calico_variables |
|
|
|
<<: *debian9_calico_variables |
|
|
|
when: manual |
|
|
|
except: ['triggers'] |
|
|
|
only: ['master', /^pr-.*$/] |
|
|
|
|
|
|
|
gce_debian8-calico-triggers: |
|
|
|
gce_debian9-calico-triggers: |
|
|
|
stage: deploy-part2 |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *debian8_calico_variables |
|
|
|
<<: *debian9_calico_variables |
|
|
|
when: on_success |
|
|
|
only: ['triggers'] |
|
|
|
|
|
|
@ -690,17 +701,6 @@ gce_ubuntu-rkt-sep: |
|
|
|
except: ['triggers'] |
|
|
|
only: ['master', /^pr-.*$/] |
|
|
|
|
|
|
|
gce_ubuntu-flannel-sep: |
|
|
|
stage: deploy-special |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *ubuntu_flannel_variables |
|
|
|
when: manual |
|
|
|
except: ['triggers'] |
|
|
|
only: ['master', /^pr-.*$/] |
|
|
|
|
|
|
|
gce_ubuntu-kube-router-sep: |
|
|
|
stage: deploy-special |
|
|
|
<<: *job |
|
|
|