Skip to content

Commit c6dfd16

Browse files
author
Ghanshyam Mann
committed
Drop centos 8 stream testing
In Zed cycle testing runtime, we are targetting the centos 9 stream - https://governance.openstack.org/tc/reference/runtimes/zed.html With dropping the python 3.6 support, project started adding python 3.8 as minimum, example nova: - https://github.com/openstack/nova/blob/56b5aed08c6a3ed81b78dc216f0165ebfe3c3350/setup.cfg#L13 with that, centos 8 stream job is failing 100% - https://zuul.openstack.org/build/970d029dc96742c3aa0f6932a35e97cf - https://zuul.openstack.org/builds?job_name=devstack-platform-centos-8-stream&skip=0 This commit drops centos-8-stream testing so that we focus on centos-9-stream. Change-Id: I045e67b1ca79aba1b2a7be9f88d7804c69c6d781
1 parent 3b0c035 commit c6dfd16

1 file changed

Lines changed: 0 additions & 51 deletions

File tree

.zuul.yaml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@
5656
nodes:
5757
- controller
5858

59-
- nodeset:
60-
name: devstack-single-node-centos-8-stream
61-
nodes:
62-
- name: controller
63-
label: centos-8-stream
64-
groups:
65-
- name: tempest
66-
nodes:
67-
- controller
68-
6959
- nodeset:
7060
name: devstack-single-node-centos-9-stream
7161
nodes:
@@ -146,36 +136,6 @@
146136
nodes:
147137
- compute1
148138

149-
- nodeset:
150-
name: openstack-two-node-centos-8-stream
151-
nodes:
152-
- name: controller
153-
label: centos-8-stream
154-
- name: compute1
155-
label: centos-8-stream
156-
groups:
157-
# Node where tests are executed and test results collected
158-
- name: tempest
159-
nodes:
160-
- controller
161-
# Nodes running the compute service
162-
- name: compute
163-
nodes:
164-
- controller
165-
- compute1
166-
# Nodes that are not the controller
167-
- name: subnode
168-
nodes:
169-
- compute1
170-
# Switch node for multinode networking setup
171-
- name: switch
172-
nodes:
173-
- controller
174-
# Peer nodes for multinode networking setup
175-
- name: peers
176-
nodes:
177-
- compute1
178-
179139
- nodeset:
180140
name: openstack-two-node-centos-9-stream
181141
nodes:
@@ -694,16 +654,6 @@
694654
# we often have to rush things through devstack to stabilise the gate,
695655
# and these platforms don't have the round-the-clock support to avoid
696656
# becoming blockers in that situation.
697-
- job:
698-
name: devstack-platform-centos-8-stream
699-
parent: tempest-full-py3
700-
description: CentOS 8 Stream platform test
701-
nodeset: devstack-single-node-centos-8-stream
702-
voting: false
703-
timeout: 9000
704-
vars:
705-
configure_swap_size: 4096
706-
707657
- job:
708658
name: devstack-platform-centos-9-stream
709659
parent: tempest-full-py3
@@ -877,7 +827,6 @@
877827
- devstack-ipv6
878828
- devstack-enforce-scope
879829
- devstack-platform-fedora-latest
880-
- devstack-platform-centos-8-stream
881830
- devstack-platform-centos-9-stream
882831
- devstack-platform-debian-bullseye
883832
- devstack-multinode

0 commit comments

Comments
 (0)