Newer
Older
Andreas Krüger
committed
---
.packet: &packet
extends: .testcases
variables:
CI_PLATFORM: "packet"
SSH_USER: "kubespray"
Andreas Krüger
committed
tags:
- packet
only: [/^pr-.*$/]
except: ['triggers']
Andreas Krüger
committed
packet_ubuntu18-calico-aio:
Andreas Krüger
committed
stage: deploy-part1
Andreas Krüger
committed
when: on_success
# ### PR JOBS PART2
packet_centos7-flannel-addons:
Andreas Krüger
committed
stage: deploy-part2
Andreas Krüger
committed
# ### MANUAL JOBS
Andreas Krüger
committed
stage: deploy-part2
Andreas Krüger
committed
when: on_success
Andreas Krüger
committed
Andreas Krüger
committed
stage: deploy-part2
Andreas Krüger
committed
when: manual
# # More builds for PRs/merges (manual) and triggers (auto)
Andreas Krüger
committed
stage: deploy-special
Andreas Krüger
committed
when: manual
Andreas Krüger
committed
stage: deploy-part2
Andreas Krüger
committed
Andreas Krüger
committed
stage: deploy-part2
Andreas Krüger
committed
# Contiv does not work in k8s v1.16
Andreas Krüger
committed
Andreas Krüger
committed
stage: deploy-special
Andreas Krüger
committed
when: manual
packet_ubuntu18-flannel-containerd:
stage: deploy-part2
stage: deploy-part2
extends: .packet
Andreas Krüger
committed
packet_debian9-calico-upgrade:
stage: deploy-part2
Andreas Krüger
committed
packet_debian10-containerd:
stage: deploy-part2
Andreas Krüger
committed
packet_centos7-calico-ha:
Andreas Krüger
committed
packet_centos7-kube-ovn:
stage: deploy-part2
Andreas Krüger
committed
packet_centos7-kube-router:
Andreas Krüger
committed
packet_centos7-multus-calico:
stage: deploy-part2
Andreas Krüger
committed
when: manual
packet_opensuse-canal:
stage: deploy-part2
Andreas Krüger
committed
when: manual
packet_amazon-linux-2-aio:
stage: deploy-part2
packet_ubuntu18-calico-ha-recover:
stage: deploy-part2
extends: .packet
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:
stage: deploy-part2
extends: .packet
when: on_success
variables:
RECOVER_CONTROL_PLANE_TEST: "true"
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:],kube-master[1:]"