2019-04-17 15:32:03 +00:00
|
|
|
---
|
2019-04-16 12:35:05 +00:00
|
|
|
.gce_variables: &gce_variables
|
|
|
|
GCE_USER: travis
|
|
|
|
SSH_USER: $GCE_USER
|
|
|
|
CLOUD_MACHINE_TYPE: "g1-small"
|
|
|
|
CI_PLATFORM: "gce"
|
|
|
|
PRIVATE_KEY: $GCE_PRIVATE_KEY
|
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
.cache: &cache
|
|
|
|
cache:
|
|
|
|
key: "$CI_BUILD_REF_NAME"
|
|
|
|
paths:
|
|
|
|
- downloads/
|
|
|
|
- $HOME/.cache
|
2019-04-16 12:35:05 +00:00
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
.gce: &gce
|
|
|
|
extends: .testcases
|
|
|
|
<<: *cache
|
|
|
|
variables:
|
|
|
|
<<: *gce_variables
|
|
|
|
tags:
|
|
|
|
- gce
|
2019-04-16 12:35:05 +00:00
|
|
|
|
|
|
|
.centos_weave_kubeadm_variables: ¢os_weave_kubeadm_variables
|
|
|
|
# stage: deploy-part1
|
|
|
|
UPGRADE_TEST: "graceful"
|
|
|
|
|
|
|
|
.centos7_multus_calico_variables: ¢os7_multus_calico_variables
|
2019-04-18 08:50:09 +00:00
|
|
|
# stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
UPGRADE_TEST: "graceful"
|
|
|
|
|
|
|
|
# Builds for PRs only (premoderated by unit-tests step) and triggers (auto)
|
|
|
|
### PR JOBS PART1
|
|
|
|
|
|
|
|
gce_ubuntu18-flannel-aio:
|
|
|
|
stage: deploy-part1
|
|
|
|
<<: *gce
|
2019-04-17 15:32:03 +00:00
|
|
|
when: manual
|
2019-04-16 12:35:05 +00:00
|
|
|
except: ['triggers']
|
|
|
|
only: [/^pr-.*$/]
|
|
|
|
|
|
|
|
### PR JOBS PART2
|
|
|
|
|
|
|
|
gce_coreos-calico-aio:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
except: ['triggers']
|
|
|
|
only: [/^pr-.*$/]
|
|
|
|
|
|
|
|
gce_centos7-flannel-addons:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
2019-04-20 13:21:40 +00:00
|
|
|
when: manual
|
2019-04-16 12:35:05 +00:00
|
|
|
except: ['triggers']
|
|
|
|
only: [/^pr-.*$/]
|
|
|
|
|
|
|
|
### MANUAL JOBS
|
|
|
|
|
|
|
|
gce_centos-weave-kubeadm-sep:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-25 11:20:47 +00:00
|
|
|
extends: .gce
|
2019-04-16 12:35:05 +00:00
|
|
|
variables:
|
|
|
|
<<: *centos_weave_kubeadm_variables
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_ubuntu-weave-sep:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_coreos-calico-sep-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_ubuntu-canal-ha-triggers:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_centos7-flannel-addons-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_ubuntu-weave-sep-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
# More builds for PRs/merges (manual) and triggers (auto)
|
|
|
|
|
|
|
|
|
|
|
|
gce_ubuntu-canal-ha:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_ubuntu-canal-kubeadm:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_ubuntu-canal-kubeadm-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_ubuntu-flannel-ha:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
|
|
|
|
gce_centos-weave-kubeadm-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-25 11:20:47 +00:00
|
|
|
extends: .gce
|
2019-04-16 12:35:05 +00:00
|
|
|
variables:
|
|
|
|
<<: *centos_weave_kubeadm_variables
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_ubuntu-contiv-sep:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_coreos-cilium:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_ubuntu-cilium-sep:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_rhel7-weave:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_rhel7-weave-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_debian9-calico-upgrade:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_debian9-calico-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_coreos-canal:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_coreos-canal-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_rhel7-canal-sep:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_rhel7-canal-sep-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_centos7-calico-ha:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_centos7-calico-ha-triggers:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
|
|
|
|
|
|
|
gce_centos7-kube-router:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_centos7-multus-calico:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-25 11:20:47 +00:00
|
|
|
extends: .gce
|
2019-04-16 12:35:05 +00:00
|
|
|
variables:
|
|
|
|
<<: *centos7_multus_calico_variables
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_opensuse-canal:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
# no triggers yet https://github.com/kubernetes-incubator/kargo/issues/613
|
|
|
|
gce_coreos-alpha-weave-ha:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_coreos-kube-router:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_ubuntu-rkt-sep:
|
2019-04-18 08:50:09 +00:00
|
|
|
stage: deploy-gce
|
2019-04-16 12:35:05 +00:00
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|
|
|
|
|
|
|
|
gce_ubuntu-kube-router-sep:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *gce
|
|
|
|
when: manual
|
|
|
|
except: ['triggers']
|
|
|
|
only: ['master', /^pr-.*$/]
|