Skip to content
Snippets Groups Projects
Unverified Commit 38daee41 authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Reorder tests in packet file (#6067)

parent f8f55bc4
Branches
Tags
No related merge requests found
...@@ -36,137 +36,119 @@ packet_ubuntu18-crio: ...@@ -36,137 +36,119 @@ packet_ubuntu18-crio:
variables: variables:
MITOGEN_ENABLE: "true" MITOGEN_ENABLE: "true"
# ### MANUAL JOBS packet_ubuntu16-canal-kubeadm-ha:
packet_centos7-weave-upgrade-ha:
stage: deploy-part3
extends: .packet
when: on_success
variables:
UPGRADE_TEST: basic
MITOGEN_ENABLE: "false"
packet_ubuntu16-weave-sep:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: on_success
# # More builds for PRs/merges (manual) and triggers (auto)
packet_ubuntu16-canal-sep: packet_ubuntu16-canal-sep:
stage: deploy-special stage: deploy-special
extends: .packet extends: .packet
when: manual when: manual
packet_ubuntu16-canal-kubeadm-ha:
stage: deploy-part2
extends: .packet
when: on_success
packet_ubuntu16-flannel-ha: packet_ubuntu16-flannel-ha:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: manual
# Contiv does not work in k8s v1.16 packet_ubuntu16-kube-router-sep:
# packet_ubuntu16-contiv-sep:
# stage: deploy-part2
# extends: .packet
# when: on_success
packet_ubuntu18-cilium-sep:
stage: deploy-special
extends: .packet
when: manual
packet_ubuntu18-flannel-containerd-ha:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: manual
packet_ubuntu18-flannel-containerd-ha-once: packet_debian10-containerd:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_debian9-macvlan: packet_centos7-calico-ha-once-localhost:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: on_success
services:
- docker:18.09.9-dind
packet_debian9-calico-upgrade-once: packet_centos8-kube-ovn:
stage: deploy-part3 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: on_success
variables:
UPGRADE_TEST: graceful
MITOGEN_ENABLE: "false"
packet_debian10-containerd: packet_centos8-calico:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_centos7-calico-ha: packet_fedora30-weave:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: on_success
packet_centos7-calico-ha-once-localhost: packet_opensuse-canal:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: on_success
services:
- docker:18.09.9-dind
packet_centos8-kube-ovn: # Contiv does not work in k8s v1.16
# packet_ubuntu16-contiv-sep:
# stage: deploy-part2
# extends: .packet
# when: on_success
# ### MANUAL JOBS
packet_ubuntu16-weave-sep:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: manual
packet_fedora30-weave: packet_ubuntu18-cilium-sep:
stage: deploy-special
extends: .packet
when: manual
packet_ubuntu18-flannel-containerd-ha:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: manual
packet_fedora31-flannel: packet_ubuntu18-flannel-containerd-ha-once:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: manual
variables:
MITOGEN_ENABLE: "true"
packet_centos7-kube-router: packet_debian9-macvlan:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: manual
packet_centos7-multus-calico: packet_centos7-calico-ha:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: manual
packet_centos8-calico: packet_centos7-kube-router:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: manual
packet_opensuse-canal: packet_centos7-multus-calico:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: on_success when: manual
packet_oracle7-canal-ha: packet_oracle7-canal-ha:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: manual
packet_ubuntu16-kube-router-sep: packet_fedora31-flannel:
stage: deploy-part2 stage: deploy-part2
extends: .packet extends: .packet
when: manual when: on_success
variables:
MITOGEN_ENABLE: "true"
packet_amazon-linux-2-aio: packet_amazon-linux-2-aio:
stage: deploy-part2 stage: deploy-part2
...@@ -176,6 +158,14 @@ packet_amazon-linux-2-aio: ...@@ -176,6 +158,14 @@ packet_amazon-linux-2-aio:
# ### PR JOBS PART3 # ### PR JOBS PART3
# Long jobs (45min+) # Long jobs (45min+)
packet_centos7-weave-upgrade-ha:
stage: deploy-part3
extends: .packet
when: on_success
variables:
UPGRADE_TEST: basic
MITOGEN_ENABLE: "false"
packet_debian9-calico-upgrade: packet_debian9-calico-upgrade:
stage: deploy-part3 stage: deploy-part3
extends: .packet extends: .packet
...@@ -184,6 +174,14 @@ packet_debian9-calico-upgrade: ...@@ -184,6 +174,14 @@ packet_debian9-calico-upgrade:
UPGRADE_TEST: graceful UPGRADE_TEST: graceful
MITOGEN_ENABLE: "false" MITOGEN_ENABLE: "false"
packet_debian9-calico-upgrade-once:
stage: deploy-part3
extends: .packet
when: on_success
variables:
UPGRADE_TEST: graceful
MITOGEN_ENABLE: "false"
packet_ubuntu18-calico-ha-recover: packet_ubuntu18-calico-ha-recover:
stage: deploy-part3 stage: deploy-part3
extends: .packet extends: .packet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment