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
This commit is contained in:
parent
53b060dbe1
commit
106e2e3eff
24
.zuul.yaml
24
.zuul.yaml
@ -26,10 +26,6 @@
|
||||
- neutron-vpnaas-functional-sswan
|
||||
- neutron-tempest-plugin-vpnaas
|
||||
- neutron-tempest-plugin-vpnaas-ovn
|
||||
- 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:
|
||||
@ -50,9 +46,6 @@
|
||||
- neutron-vpnaas-functional-sswan
|
||||
- neutron-tempest-plugin-vpnaas
|
||||
- neutron-tempest-plugin-vpnaas-ovn
|
||||
# TODO(mlavalle) uncomment following line when the job is moved to
|
||||
# Centos 8
|
||||
# - neutron-tempest-plugin-vpnaas-libreswan-centos
|
||||
experimental:
|
||||
jobs:
|
||||
- neutron-vpnaas-rally
|
||||
@ -73,23 +66,6 @@
|
||||
- neutron-tempest-plugin-vpnaas-ovn
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user