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