2019-04-17 15:32:03 +00:00
|
|
|
---
|
|
|
|
.packet_variables: &packet_variables
|
|
|
|
CI_PLATFORM: "packet"
|
|
|
|
SSH_USER: "kubespray"
|
|
|
|
|
|
|
|
.packet: &packet
|
|
|
|
extends: .testcases
|
|
|
|
variables:
|
|
|
|
<<: *packet_variables
|
|
|
|
tags:
|
|
|
|
- packet
|
2019-05-02 19:20:20 +00:00
|
|
|
only: [/^pr-.*$/]
|
|
|
|
except: ['triggers']
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
.test-upgrade: &test-upgrade
|
|
|
|
variables:
|
|
|
|
UPGRADE_TEST: "graceful"
|
|
|
|
|
2019-04-24 10:32:04 +00:00
|
|
|
packet_ubuntu18-calico-aio:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part1
|
|
|
|
<<: *packet
|
|
|
|
when: on_success
|
|
|
|
|
|
|
|
# ### PR JOBS PART2
|
|
|
|
|
|
|
|
packet_centos7-flannel-addons:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
2019-04-20 13:21:40 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
# ### MANUAL JOBS
|
|
|
|
|
|
|
|
packet_centos-weave-kubeadm-sep:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: on_success
|
|
|
|
only: ['triggers']
|
2019-05-02 19:20:20 +00:00
|
|
|
except: []
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
packet_ubuntu-weave-sep:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
only: ['triggers']
|
2019-05-02 19:20:20 +00:00
|
|
|
except: []
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
# # More builds for PRs/merges (manual) and triggers (auto)
|
|
|
|
|
|
|
|
packet_ubuntu-canal-ha:
|
|
|
|
stage: deploy-special
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
|
|
|
packet_ubuntu-canal-kubeadm:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
2019-04-18 08:50:09 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
packet_ubuntu-flannel-ha:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
2019-06-27 11:49:22 +00:00
|
|
|
when: manual
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2019-10-02 09:21:07 +00:00
|
|
|
# Contiv does not work in k8s v1.16
|
|
|
|
# packet_ubuntu-contiv-sep:
|
|
|
|
# stage: deploy-part2
|
|
|
|
# <<: *packet
|
|
|
|
# when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2019-04-26 12:54:37 +00:00
|
|
|
packet_ubuntu18-cilium-sep:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-special
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
2019-07-31 18:22:14 +00:00
|
|
|
packet_ubuntu18-flannel-containerd:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
2019-06-28 07:35:38 +00:00
|
|
|
packet_debian9-macvlan-sep:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: on_success
|
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
packet_debian9-calico-upgrade:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
2019-04-18 08:50:09 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2019-12-05 13:42:32 +00:00
|
|
|
packet_debian10-containerd:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: on_success
|
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
packet_centos7-calico-ha:
|
2019-04-24 08:42:04 +00:00
|
|
|
stage: deploy-part2
|
2019-04-17 15:32:03 +00:00
|
|
|
<<: *packet
|
2019-06-27 11:49:22 +00:00
|
|
|
when: manual
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2019-07-31 03:10:20 +00:00
|
|
|
packet_centos7-kube-ovn:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: on_success
|
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
packet_centos7-kube-router:
|
2019-06-11 09:58:18 +00:00
|
|
|
stage: deploy-part2
|
2019-04-17 15:32:03 +00:00
|
|
|
<<: *packet
|
2019-06-11 09:58:18 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
|
|
|
packet_centos7-multus-calico:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
|
|
|
packet_opensuse-canal:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
2019-07-12 06:17:06 +00:00
|
|
|
packet_oracle-7-canal:
|
|
|
|
stage: deploy-part2
|
|
|
|
<<: *packet
|
|
|
|
when: manual
|
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
packet_ubuntu-kube-router-sep:
|
2019-06-11 09:58:18 +00:00
|
|
|
stage: deploy-part2
|
2019-04-17 15:32:03 +00:00
|
|
|
<<: *packet
|
2019-06-27 11:49:22 +00:00
|
|
|
when: manual
|