2019-04-17 15:32:03 +00:00
|
|
|
---
|
2020-09-18 15:08:46 +00:00
|
|
|
.packet:
|
2019-04-17 15:32:03 +00:00
|
|
|
extends: .testcases
|
|
|
|
variables:
|
2020-09-18 15:08:46 +00:00
|
|
|
CI_PLATFORM: packet
|
|
|
|
SSH_USER: kubespray
|
2019-04-17 15:32:03 +00:00
|
|
|
tags:
|
|
|
|
- packet
|
2020-09-18 15:08:46 +00:00
|
|
|
except: [triggers]
|
|
|
|
|
|
|
|
# CI template for PRs
|
|
|
|
.packet_pr:
|
2019-05-02 19:20:20 +00:00
|
|
|
only: [/^pr-.*$/]
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet
|
|
|
|
|
|
|
|
# CI template for periodic CI jobs
|
|
|
|
# Enabled when PERIODIC_CI_ENABLED var is set
|
|
|
|
.packet_periodic:
|
|
|
|
only:
|
|
|
|
variables:
|
|
|
|
- $PERIODIC_CI_ENABLED
|
|
|
|
extends: .packet
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2019-04-24 10:32:04 +00:00
|
|
|
packet_ubuntu18-calico-aio:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part1
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-04-17 15:32:03 +00:00
|
|
|
when: on_success
|
|
|
|
|
2020-03-27 09:14:23 +00:00
|
|
|
# Future AIO job
|
|
|
|
packet_ubuntu20-calico-aio:
|
|
|
|
stage: deploy-part1
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-06-16 20:04:05 +00:00
|
|
|
when: on_success
|
2020-03-27 09:14:23 +00:00
|
|
|
|
2019-04-17 15:32:03 +00:00
|
|
|
# ### PR JOBS PART2
|
|
|
|
|
2020-04-15 16:24:03 +00:00
|
|
|
packet_centos7-flannel-containerd-addons-ha:
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part2
|
2019-04-20 13:21:40 +00:00
|
|
|
when: on_success
|
2020-04-24 12:20:07 +00:00
|
|
|
variables:
|
|
|
|
MITOGEN_ENABLE: "true"
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-05-05 14:17:09 +00:00
|
|
|
packet_centos7-crio:
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-04-22 13:09:52 +00:00
|
|
|
stage: deploy-part2
|
|
|
|
when: on_success
|
2020-04-24 12:20:07 +00:00
|
|
|
variables:
|
|
|
|
MITOGEN_ENABLE: "true"
|
2020-04-22 13:09:52 +00:00
|
|
|
|
2020-05-05 14:17:09 +00:00
|
|
|
packet_ubuntu18-crio:
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-05 14:17:09 +00:00
|
|
|
stage: deploy-part2
|
|
|
|
when: manual
|
|
|
|
variables:
|
|
|
|
MITOGEN_ENABLE: "true"
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_ubuntu16-canal-kubeadm-ha:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-05-03 19:36:26 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-04-15 16:24:03 +00:00
|
|
|
packet_ubuntu16-canal-sep:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-special
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-04-17 15:32:03 +00:00
|
|
|
when: manual
|
|
|
|
|
2019-12-17 15:07:59 +00:00
|
|
|
packet_ubuntu16-flannel-ha:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-06-27 11:49:22 +00:00
|
|
|
when: manual
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_ubuntu16-kube-router-sep:
|
2019-07-31 18:22:14 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-07-31 18:22:14 +00:00
|
|
|
when: manual
|
|
|
|
|
2020-07-13 14:12:33 +00:00
|
|
|
packet_ubuntu16-kube-router-svc-proxy:
|
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-07-13 14:12:33 +00:00
|
|
|
when: manual
|
|
|
|
|
2020-07-30 09:46:31 +00:00
|
|
|
packet_debian10-cilium-svc-proxy:
|
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-07-30 09:46:31 +00:00
|
|
|
when: manual
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_debian10-containerd:
|
2020-03-05 15:31:39 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: on_success
|
|
|
|
variables:
|
|
|
|
MITOGEN_ENABLE: "true"
|
2020-03-05 15:31:39 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos7-calico-ha-once-localhost:
|
2019-12-11 12:48:06 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-06-04 15:59:14 +00:00
|
|
|
when: on_success
|
|
|
|
variables:
|
|
|
|
# This will instruct Docker not to start over TLS.
|
|
|
|
DOCKER_TLS_CERTDIR: ""
|
2020-05-03 19:36:26 +00:00
|
|
|
services:
|
2020-06-04 15:59:14 +00:00
|
|
|
- docker:19.03.9-dind
|
2019-06-28 07:35:38 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos8-kube-ovn:
|
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-03-05 15:31:39 +00:00
|
|
|
when: on_success
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos8-calico:
|
2019-12-05 13:42:32 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-12-05 13:42:32 +00:00
|
|
|
when: on_success
|
|
|
|
|
2020-07-31 06:31:07 +00:00
|
|
|
packet_fedora32-weave:
|
2019-04-24 08:42:04 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: on_success
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_opensuse-canal:
|
2020-04-02 09:02:24 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-04-01 14:19:28 +00:00
|
|
|
when: on_success
|
2020-03-05 15:31:39 +00:00
|
|
|
|
2020-07-31 14:33:08 +00:00
|
|
|
packet_ubuntu18-ovn4nfv:
|
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-07-31 14:33:08 +00:00
|
|
|
when: on_success
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
# Contiv does not work in k8s v1.16
|
|
|
|
# packet_ubuntu16-contiv-sep:
|
|
|
|
# stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
# extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
# when: on_success
|
|
|
|
|
|
|
|
# ### MANUAL JOBS
|
|
|
|
|
|
|
|
packet_ubuntu16-weave-sep:
|
2019-07-31 03:10:20 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
2019-07-31 03:10:20 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_ubuntu18-cilium-sep:
|
|
|
|
stage: deploy-special
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
|
|
|
|
|
|
|
packet_ubuntu18-flannel-containerd-ha:
|
2020-04-18 13:35:36 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
2020-04-18 13:35:36 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_ubuntu18-flannel-containerd-ha-once:
|
2020-04-18 13:35:36 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
2020-04-18 13:35:36 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_debian9-macvlan:
|
2019-06-11 09:58:18 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-12-11 08:10:05 +00:00
|
|
|
when: manual
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos7-calico-ha:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-04-17 15:32:03 +00:00
|
|
|
when: manual
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos7-kube-router:
|
2020-04-07 12:49:43 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
2020-04-07 12:49:43 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos7-multus-calico:
|
2019-04-17 15:32:03 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-03 19:36:26 +00:00
|
|
|
when: manual
|
2019-04-17 15:32:03 +00:00
|
|
|
|
2020-04-15 16:24:03 +00:00
|
|
|
packet_oracle7-canal-ha:
|
2019-07-12 06:17:06 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-07-12 06:17:06 +00:00
|
|
|
when: manual
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_fedora31-flannel:
|
2019-06-11 09:58:18 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-05-03 19:36:26 +00:00
|
|
|
when: on_success
|
|
|
|
variables:
|
|
|
|
MITOGEN_ENABLE: "true"
|
2019-12-05 13:44:32 +00:00
|
|
|
|
|
|
|
packet_amazon-linux-2-aio:
|
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2019-12-05 13:44:32 +00:00
|
|
|
when: manual
|
2020-02-11 09:38:01 +00:00
|
|
|
|
2020-07-31 06:31:07 +00:00
|
|
|
packet_fedora32-kube-ovn-containerd:
|
2020-05-08 14:55:43 +00:00
|
|
|
stage: deploy-part2
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-05-08 14:55:43 +00:00
|
|
|
when: on_success
|
|
|
|
|
2020-03-26 20:56:24 +00:00
|
|
|
# ### PR JOBS PART3
|
|
|
|
# Long jobs (45min+)
|
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_centos7-weave-upgrade-ha:
|
|
|
|
stage: deploy-part3
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-05-27 12:22:40 +00:00
|
|
|
when: on_success
|
2020-05-03 19:36:26 +00:00
|
|
|
variables:
|
|
|
|
UPGRADE_TEST: basic
|
|
|
|
MITOGEN_ENABLE: "false"
|
|
|
|
|
2020-03-26 20:56:24 +00:00
|
|
|
packet_debian9-calico-upgrade:
|
|
|
|
stage: deploy-part3
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_pr
|
2020-05-27 12:22:40 +00:00
|
|
|
when: on_success
|
2020-03-26 20:56:24 +00:00
|
|
|
variables:
|
|
|
|
UPGRADE_TEST: graceful
|
2020-04-24 12:20:07 +00:00
|
|
|
MITOGEN_ENABLE: "false"
|
2020-03-26 20:56:24 +00:00
|
|
|
|
2020-05-03 19:36:26 +00:00
|
|
|
packet_debian9-calico-upgrade-once:
|
|
|
|
stage: deploy-part3
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-05-27 12:22:40 +00:00
|
|
|
when: on_success
|
2020-05-03 19:36:26 +00:00
|
|
|
variables:
|
|
|
|
UPGRADE_TEST: graceful
|
|
|
|
MITOGEN_ENABLE: "false"
|
|
|
|
|
2020-02-11 09:38:01 +00:00
|
|
|
packet_ubuntu18-calico-ha-recover:
|
2020-03-26 20:56:24 +00:00
|
|
|
stage: deploy-part3
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-02-11 09:38:01 +00:00
|
|
|
when: on_success
|
|
|
|
variables:
|
|
|
|
RECOVER_CONTROL_PLANE_TEST: "true"
|
|
|
|
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[2:],kube-master[1:]"
|
|
|
|
|
|
|
|
packet_ubuntu18-calico-ha-recover-noquorum:
|
2020-03-26 20:56:24 +00:00
|
|
|
stage: deploy-part3
|
2020-09-18 15:08:46 +00:00
|
|
|
extends: .packet_periodic
|
2020-02-11 09:38:01 +00:00
|
|
|
when: on_success
|
|
|
|
variables:
|
|
|
|
RECOVER_CONTROL_PLANE_TEST: "true"
|
|
|
|
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:],kube-master[1:]"
|