f599c2a691
* add macvlan cni to kubespray * macvlan: lint yaml files and fix sample config file * macvlan: add OWNERS file * add macvlan to README * macvlan : CI first shoot * macvlan : CI add full masquerade * delegate retrive pod cidr to master only * macvlan: add config for CI * macvlan: add netchecker deployment
107 lines
1.7 KiB
YAML
107 lines
1.7 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
|
|
|
|
packet_ubuntu-contiv-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: on_success
|
|
|
|
packet_ubuntu18-cilium-sep:
|
|
stage: deploy-special
|
|
<<: *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-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_ubuntu-kube-router-sep:
|
|
stage: deploy-part2
|
|
<<: *packet
|
|
when: manual
|