From 25a6800815a8592df57f81cf310c8a6fd78e0b70 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 12 Mar 2024 22:26:52 +0000 Subject: [PATCH] Zuul: Remove references to centos-7 job nodes OpenDev is preparing to remove centos-7 nodes on March 15[*]. This change drops Zuul configuration references to anything directly or indirectly relying on that label. [*] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/A2YIY5L7MVYSQMTVZU3L3OM7GLVVZPLK/ Change-Id: Ib22b06a42f8f5fefebd25cde2bb43fb3c77b6ec8 (cherry picked from commit 106e2e3eff6716f59d7382c43f0ad1db3f51982e) --- .zuul.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dab9b1168..31ed0dea9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -19,10 +19,6 @@ - openstack/neutron - neutron-vpnaas-functional-sswan - neutron-tempest-plugin-vpnaas - - neutron-tempest-plugin-vpnaas-libreswan-centos: - # TODO(mlavalle) switch to voting when this job is moved to Centos - # 8 - voting: false gate: jobs: - openstack-tox-py38: @@ -36,9 +32,6 @@ - openstack/neutron - neutron-vpnaas-functional-sswan - neutron-tempest-plugin-vpnaas - # TODO(mlavalle) uncomment following line when the job is moved to - # Centos 8 - # - neutron-tempest-plugin-vpnaas-libreswan-centos experimental: jobs: - neutron-vpnaas-rally @@ -53,23 +46,6 @@ - neutron-tempest-plugin-vpnaas - neutron-vpnaas-functional-sswan -- job: - name: neutron-tempest-plugin-vpnaas-libreswan-centos - parent: neutron-tempest-plugin-vpnaas - nodeset: devstack-single-node-centos-7 - vars: - devstack_localrc: - IPSEC_PACKAGE: libreswan - USE_PYTHON3: false - # VPNaaS 4in6 and 6in4 scenarios would fail after LibreSwan 3.18. - # Base node using Libreswan 3.20 on CentOS 7.4. - # Refer to https://github.com/libreswan/libreswan/issues/175. - devstack_local_conf: - test-config: - $TEMPEST_CONFIG: - neutron_vpnaas_plugin_options: - skip_4in6_6in4_tests: true - - job: name: neutron-vpnaas-functional-sswan parent: neutron-functional