a43e0d3f95
* Switch to Kubernetes v1.16.0 Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158 * Fix download localhost cached file path Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47 * fix kubeadm etcd for v1.16 Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2 * disable tf packet jobs Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154 * Disable contiv packet jobs. Fix kube-router Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d * bump sonobuoy version Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
123 lines
2 KiB
YAML
123 lines
2 KiB
YAML
---
|
|
.packet_variables: &packet_variables
|
|
CI_PLATFORM: "packet"
|
|
SSH_USER: "kubespray"
|
|
|
|
.packet: &packet
|
|
extends: .testcases
|
|
variables:
|
|
<<: *packet_variables
|
|
tags:
|
|
- packet
|
|
only: [/^pr-.*$/]
|
|
except: ['triggers']
|
|
|
|
.test-upgrade: &test-upgrade
|
|
variables:
|
|
UPGRADE_TEST: "graceful"
|
|
|
|
packet_ubuntu18-calico-aio:
|
|
stage: deploy-part1
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
# ### PR JOBS PART2
|
|
|
|
packet_centos7-flannel-addons:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
# ### MANUAL JOBS
|
|
|
|
packet_centos-weave-kubeadm-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
only: ['triggers']
|
|
except: []
|
|
|
|
packet_ubuntu-weave-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
only: ['triggers']
|
|
except: []
|
|
|
|
# # 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
|
|
when: on_success
|
|
|
|
packet_ubuntu-flannel-ha:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
# Contiv does not work in k8s v1.16
|
|
# packet_ubuntu-contiv-sep:
|
|
# stage: deploy-part2
|
|
# <<: *packet
|
|
# when: on_success
|
|
|
|
packet_ubuntu18-cilium-sep:
|
|
stage: deploy-special
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_ubuntu18-flannel-containerd:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_debian9-macvlan-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
packet_debian9-calico-upgrade:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
packet_centos7-calico-ha:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_centos7-kube-ovn:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
packet_centos7-kube-router:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
packet_centos7-multus-calico:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_opensuse-canal:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_oracle-7-canal:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|
|
|
|
packet_ubuntu-kube-router-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|