Skip to content

Commit a43b5bd

Browse files
committed
Move all CS9 jobs to non-voting
With the upcoming support removal for Python 3.9 we can't guarantee that CentOS Stream 9 jobs will keep working. Moving all of them to non-voting and deprecating support. Change-Id: Ibaf56d9460ef34922fe32e63680c58c42c59ac4b Signed-off-by: Riccardo Pittau <[email protected]>
1 parent e0c98b6 commit a43b5bd

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

doc/source/install/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ Supported operating systems
1414

1515
Full support (fully tested in the CI, no known or potential issues):
1616

17-
* CentOS Stream 9
18-
19-
.. note::
20-
RHEL 9 and derivatives are assumed to work but not tested explicitly.
21-
2217
* Ubuntu 22.04 "Jammy" and 24.04 "Noble"
2318
* Debian 11 "Bullseye" and 12 "Bookworm"
2419

20+
Deprecated support:
21+
22+
* CentOS Stream 9
23+
2524
.. note::
2625
Operating systems evolve and so does the support for them, even on stable
2726
branches.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
deprecations:
3+
- |
4+
With the upcoming support removal for Python 3.9 we can't
5+
guarantee that CentOS Stream 9 jobs will keep working.
6+
CentOS Stream 9 support is considered deprecated and it
7+
will be removed with no further notice.

zuul.d/project.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
check:
88
jobs:
99
- bifrost-tox-linters
10-
- bifrost-integration-tinyipa-centos-9
1110
- bifrost-integration-tinyipa-ubuntu-noble
1211
- bifrost-integration-tinyipa-ubuntu-jammy
1312
- bifrost-integration-tinyipa-keystone-ubuntu-noble
@@ -16,12 +15,16 @@
1615
- bifrost-integration-tinyipa-debian-bullseye
1716
- bifrost-integration-redfish-vmedia-uefi-ubuntu-noble
1817
- bifrost-integration-redfish-vmedia-uefi-ubuntu-jammy
19-
- bifrost-integration-redfish-vmedia-uefi-centos-9
2018
- bifrost-integration-redfish-vmedia-uefi-debian-bookworm
21-
- bifrost-integration-inspector-centos-9
2219
- bifrost-integration-inspector-ubuntu-jammy
2320
- bifrost-upgrade-ubuntu-jammy
2421
# Non-voting jobs
22+
- bifrost-integration-tinyipa-centos-9:
23+
voting: false
24+
- bifrost-integration-inspector-centos-9:
25+
voting: false
26+
- bifrost-integration-redfish-vmedia-uefi-centos-9:
27+
voting: false
2528
- bifrost-integration-tinyipa-keystone-centos-9:
2629
voting: false
2730
- bifrost-upgrade-keystone-centos9:
@@ -67,7 +70,6 @@
6770
gate:
6871
jobs:
6972
- bifrost-tox-linters
70-
- bifrost-integration-tinyipa-centos-9
7173
- bifrost-integration-tinyipa-ubuntu-noble
7274
- bifrost-integration-tinyipa-ubuntu-jammy
7375
- bifrost-integration-tinyipa-keystone-ubuntu-noble
@@ -76,9 +78,7 @@
7678
- bifrost-integration-tinyipa-debian-bullseye
7779
- bifrost-integration-redfish-vmedia-uefi-ubuntu-noble
7880
- bifrost-integration-redfish-vmedia-uefi-ubuntu-jammy
79-
- bifrost-integration-redfish-vmedia-uefi-centos-9
8081
- bifrost-integration-redfish-vmedia-uefi-debian-bookworm
81-
- bifrost-integration-inspector-centos-9
8282
- bifrost-integration-inspector-ubuntu-jammy
8383
- bifrost-upgrade-ubuntu-jammy
8484
experimental:

0 commit comments

Comments
 (0)