Skip to content

Commit 9399ab0

Browse files
committed
[stable-only][2023.1] Remove CI job "tox-py311"
This job is failing in the CI since [1]. This job was added to the CI jobs as a preview job for Python 3.11, not supported in stable/2023.1 [2]. This job was useful while this branch was a development branch, but now it doesn't provide any useful information. [1]https://review.opendev.org/c/opendev/base-jobs/+/926360 [2]https://github.com/openstack/neutron/blob/stable/2023.1/setup.cfg#L17-L19 Closes-Bug: #2077885 Change-Id: I52b7820f0ef683c9cb935a7379bc145f55ffd02a
1 parent 1605036 commit 9399ab0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

zuul.d/job-templates.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
- openstack-tox-py310: # from openstack-python3-jobs template
3131
timeout: 3600
3232
irrelevant-files: *irrelevant-files
33-
# NOTE(ralonsoh): to be updated when "openstack-tox-py311" is defined
34-
# and added to "openstack-python3-jobs" template.
35-
- tox-py311:
36-
voting: false
37-
timeout: 3600
38-
irrelevant-files: *irrelevant-files
3933
- openstack-tox-cover: # from openstack-cover-jobs template
4034
timeout: 4800
4135
irrelevant-files: *irrelevant-files
@@ -89,10 +83,6 @@
8983
name: neutron-periodic-jobs
9084
periodic:
9185
jobs:
92-
# NOTE(ralonsoh): to be removed when "openstack-tox-py311" is defined
93-
# and added to "openstack-python3-jobs" template.
94-
- tox-py311:
95-
timeout: 3600
9686
- neutron-functional
9787
- neutron-functional-with-uwsgi-fips
9888
- neutron-fullstack

0 commit comments

Comments
 (0)