Skip to content

Commit 2d6c161

Browse files
committed
[yoga only] Drop 8-stream jobs
8-stream is EOL[1] and there are no repos now, let's stop running these jobs. [1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/ Change-Id: Ica12e1605ecd4b38c562e874e85d2f28360c6294
1 parent 608914c commit 2d6c161

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

zuul.d/base.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -123,34 +123,6 @@
123123
# stadium projects where they need to use stadium project as working dir.
124124
zuul_work_dir: src/opendev.org/openstack/neutron
125125

126-
- job:
127-
name: neutron-functional-with-uwsgi-fips
128-
parent: neutron-functional-with-uwsgi
129-
nodeset: devstack-single-node-centos-8-stream
130-
description: |
131-
Functional testing for a FIPS enabled Centos 8 system
132-
vars:
133-
tox_environment:
134-
TOX_PYTHON: python3.8
135-
nslookup_target: 'opendev.org'
136-
enable_fips: True
137-
devstack_localrc:
138-
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
139-
Q_BUILD_OVS_FROM_GIT: true
140-
141-
- job:
142-
name: neutron-fullstack-with-uwsgi-fips
143-
parent: neutron-fullstack-with-uwsgi
144-
nodeset: devstack-single-node-centos-8-stream
145-
description: |
146-
Functional testing for a FIPS enabled Centos 8 system
147-
vars:
148-
nslookup_target: 'opendev.org'
149-
enable_fips: True
150-
devstack_localrc:
151-
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
152-
Q_BUILD_OVS_FROM_GIT: true
153-
154126
- job:
155127
name: neutron-linuxbridge-tempest-plugin-scenario-nftables
156128
parent: neutron-tempest-plugin-scenario-linuxbridge-yoga

zuul.d/job-templates.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
name: neutron-experimental-jobs
4848
experimental:
4949
jobs:
50-
- neutron-functional-with-uwsgi-fips
5150
- neutron-ovn-grenade-multinode
5251
- neutron-ovn-tempest-with-uwsgi-loki
5352
- tempest-integrated-networking:
@@ -92,9 +91,7 @@
9291
periodic:
9392
jobs:
9493
- neutron-functional
95-
- neutron-functional-with-uwsgi-fips
9694
- neutron-fullstack
97-
- neutron-fullstack-with-uwsgi-fips
9895
- neutron-ovs-tempest-slow
9996
- neutron-ovn-tempest-slow
10097
- neutron-ovn-tempest-postgres-full

0 commit comments

Comments
 (0)