Skip to content

Commit 115fd52

Browse files
priteauAlex-Welsh
authored andcommitted
CI: Stop testing Zed to 2023.1 upgrade
1 parent a64b9fd commit 115fd52

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/multinode-inputs.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ class Scenario:
3535
UBUNTU_NOBLE = OSRelease("ubuntu", "noble", "ubuntu")
3636
# NOTE(upgrade): Add supported releases here.
3737
OPENSTACK_RELEASES = [
38-
OpenStackRelease("2023.1", "zed", [ROCKY_9, UBUNTU_JAMMY]),
3938
OpenStackRelease("2024.1", "2023.1", [ROCKY_9, UBUNTU_JAMMY]),
4039
OpenStackRelease("2025.1", "2024.1", [ROCKY_9, UBUNTU_NOBLE]),
4140
]
4241
NEUTRON_PLUGINS = ["ovs", "ovn"]
43-
VERSION_HIERARCHY = ["zed", "2023.1", "2024.1", "2025.1"]
42+
VERSION_HIERARCHY = ["2023.1", "2024.1", "2025.1"]
4443

4544

4645
def main() -> None:
@@ -85,9 +84,7 @@ def get_branch(version: str) -> str:
8584

8685

8786
def get_tkm_version(version: str) -> str:
88-
if version == "zed":
89-
return "ea61ea1730e179e05e8f0e58b759267664c555e7"
90-
elif version == "2025.1":
87+
if version == "2025.1":
9188
return "main"
9289
else:
9390
return get_branch(version)

0 commit comments

Comments
 (0)