CI: remove centos7 and weave jobs from test pipeline (#11344)
Centos7 reached EOL and the jobs are failing. Weave network is an archived projectpull/11343/head
parent
348335ece5
commit
fe97b99984
|
@ -94,7 +94,6 @@ packet_ubuntu24-calico-etcd-datastore:
|
||||||
packet_almalinux8-crio:
|
packet_almalinux8-crio:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
|
||||||
packet_almalinux8-kube-ovn:
|
packet_almalinux8-kube-ovn:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
@ -104,7 +103,6 @@ packet_debian10-docker:
|
||||||
packet_debian11-calico:
|
packet_debian11-calico:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
|
||||||
packet_debian12-cilium:
|
packet_debian12-cilium:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
@ -119,14 +117,9 @@ packet_rockylinux9-cilium:
|
||||||
packet_amazon-linux-2-all-in-one:
|
packet_amazon-linux-2-all-in-one:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
packet_fedora38-docker-weave:
|
|
||||||
extends: .packet_pr
|
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
packet_opensuse-docker-cilium:
|
packet_opensuse-docker-cilium:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
|
||||||
packet_ubuntu20-cilium-sep:
|
packet_ubuntu20-cilium-sep:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
|
|
||||||
|
@ -155,18 +148,6 @@ packet_almalinux8-calico:
|
||||||
packet_almalinux8-docker:
|
packet_almalinux8-docker:
|
||||||
extends: .packet_pr_extended
|
extends: .packet_pr_extended
|
||||||
|
|
||||||
packet_centos7-calico-ha-once-localhost:
|
|
||||||
extends: .packet_pr_extended
|
|
||||||
variables:
|
|
||||||
# This will instruct Docker not to start over TLS.
|
|
||||||
DOCKER_TLS_CERTDIR: ""
|
|
||||||
DOCKER_HOST: "tcp://docker:2375"
|
|
||||||
services:
|
|
||||||
- docker:26.1.4-dind
|
|
||||||
|
|
||||||
packet_centos7-flannel-addons-ha:
|
|
||||||
extends: .packet_pr_extended
|
|
||||||
|
|
||||||
packet_debian10-calico:
|
packet_debian10-calico:
|
||||||
extends: .packet_pr_extended
|
extends: .packet_pr_extended
|
||||||
|
|
||||||
|
@ -186,9 +167,6 @@ packet_ubuntu22-all-in-one-docker:
|
||||||
extends: .packet_pr_extended
|
extends: .packet_pr_extended
|
||||||
|
|
||||||
# ### MANUAL JOBS
|
# ### MANUAL JOBS
|
||||||
packet_centos7-calico-ha:
|
|
||||||
extends: .packet_pr_manual
|
|
||||||
|
|
||||||
packet_fedora37-crio:
|
packet_fedora37-crio:
|
||||||
extends: .packet_pr_manual
|
extends: .packet_pr_manual
|
||||||
|
|
||||||
|
@ -198,9 +176,6 @@ packet_ubuntu20-flannel-ha:
|
||||||
packet_ubuntu20-all-in-one-docker:
|
packet_ubuntu20-all-in-one-docker:
|
||||||
extends: .packet_pr_manual
|
extends: .packet_pr_manual
|
||||||
|
|
||||||
packet_ubuntu20-docker-weave-sep:
|
|
||||||
extends: .packet_pr_manual
|
|
||||||
|
|
||||||
packet_ubuntu20-flannel-ha-once:
|
packet_ubuntu20-flannel-ha-once:
|
||||||
extends: .packet_pr_manual
|
extends: .packet_pr_manual
|
||||||
|
|
||||||
|
@ -216,9 +191,6 @@ packet_almalinux8-calico-nodelocaldns-secondary:
|
||||||
packet_debian10-macvlan:
|
packet_debian10-macvlan:
|
||||||
extends: .packet_pr_manual
|
extends: .packet_pr_manual
|
||||||
|
|
||||||
packet_centos7-multus-calico:
|
|
||||||
extends: .packet_pr_manual
|
|
||||||
|
|
||||||
packet_debian11-custom-cni:
|
packet_debian11-custom-cni:
|
||||||
extends: .packet_pr_manual
|
extends: .packet_pr_manual
|
||||||
|
|
||||||
|
@ -242,15 +214,6 @@ packet_fedora37-calico-selinux:
|
||||||
stage: deploy-extended
|
stage: deploy-extended
|
||||||
extends: .packet_periodic
|
extends: .packet_periodic
|
||||||
|
|
||||||
packet_fedora38-kube-ovn:
|
|
||||||
stage: deploy-extended
|
|
||||||
extends: .packet_periodic
|
|
||||||
|
|
||||||
packet_centos7-weave-upgrade-ha:
|
|
||||||
stage: deploy-extended
|
|
||||||
extends: .packet_periodic
|
|
||||||
variables:
|
|
||||||
UPGRADE_TEST: basic
|
|
||||||
|
|
||||||
packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha:
|
packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha:
|
||||||
stage: deploy-extended
|
stage: deploy-extended
|
||||||
|
|
|
@ -34,11 +34,6 @@ vagrant_ubuntu20-calico-dual-stack:
|
||||||
when: manual
|
when: manual
|
||||||
# FIXME: this test if broken (perma-failing)
|
# FIXME: this test if broken (perma-failing)
|
||||||
|
|
||||||
vagrant_ubuntu20-weave-medium:
|
|
||||||
stage: deploy-extended
|
|
||||||
extends: .vagrant
|
|
||||||
when: manual
|
|
||||||
|
|
||||||
vagrant_ubuntu20-flannel:
|
vagrant_ubuntu20-flannel:
|
||||||
stage: deploy-part1
|
stage: deploy-part1
|
||||||
extends: .vagrant
|
extends: .vagrant
|
||||||
|
@ -66,8 +61,3 @@ vagrant_fedora37-kube-router:
|
||||||
extends: .vagrant
|
extends: .vagrant
|
||||||
when: manual
|
when: manual
|
||||||
# FIXME: this test if broken (perma-failing)
|
# FIXME: this test if broken (perma-failing)
|
||||||
|
|
||||||
vagrant_centos7-kube-router:
|
|
||||||
stage: deploy-extended
|
|
||||||
extends: .vagrant
|
|
||||||
when: manual
|
|
||||||
|
|
Loading…
Reference in New Issue