|
|
@ -273,14 +273,14 @@ before_script: |
|
|
|
-e cloud_region=${CLOUD_REGION} |
|
|
|
|
|
|
|
# Test matrix. Leave the comments for markup scripts. |
|
|
|
.coreos_calico_sep_variables: &coreos_calico_sep_variables |
|
|
|
.coreos_calico_aio_variables: &coreos_calico_aio_variables |
|
|
|
# stage: deploy-gce-part1 |
|
|
|
AUTHORIZATION_MODES: "{ 'authorization_modes': [ 'RBAC' ] }" |
|
|
|
KUBE_NETWORK_PLUGIN: calico |
|
|
|
CLOUD_IMAGE: coreos-stable-1465-6-0-v20170817 |
|
|
|
CLOUD_REGION: us-west1-b |
|
|
|
CLOUD_MACHINE_TYPE: "n1-standard-2" |
|
|
|
CLUSTER_MODE: separate |
|
|
|
CLUSTER_MODE: aio |
|
|
|
BOOTSTRAP_OS: coreos |
|
|
|
RESOLVCONF_MODE: host_resolvconf # This is required as long as the CoreOS stable channel uses docker < 1.12 |
|
|
|
##User-data to simply turn off coreos upgrades |
|
|
@ -412,13 +412,13 @@ before_script: |
|
|
|
STARTUP_SCRIPT: "" |
|
|
|
|
|
|
|
# Builds for PRs only (premoderated by unit-tests step) and triggers (auto) |
|
|
|
coreos-calico-sep: |
|
|
|
coreos-calico-aio: |
|
|
|
stage: deploy-gce-part1 |
|
|
|
<<: *job |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *coreos_calico_sep_variables |
|
|
|
<<: *coreos_calico_aio_variables |
|
|
|
when: on_success |
|
|
|
except: ['triggers'] |
|
|
|
only: [/^pr-.*$/] |
|
|
@ -429,7 +429,7 @@ coreos-calico-sep-triggers: |
|
|
|
<<: *gce |
|
|
|
variables: |
|
|
|
<<: *gce_variables |
|
|
|
<<: *coreos_calico_sep_variables |
|
|
|
<<: *coreos_calico_aio_variables |
|
|
|
when: on_success |
|
|
|
only: ['triggers'] |
|
|
|
|
|
|
|