Skip to content

Commit 45fd2c1

Browse files
authored
Merge pull request #2433 from stackhpc/mn-drop-2023.1
Stop testing 2023.1 multinode upgrades
2 parents 6156861 + 543a9c8 commit 45fd2c1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/multinode-inputs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ class Scenario:
3636
UBUNTU_NOBLE = OSRelease("ubuntu", "noble", "ubuntu")
3737
# NOTE(upgrade): Add supported releases here.
3838
OPENSTACK_RELEASES = [
39-
OpenStackRelease("2024.1", "2023.1", [ROCKY_9, UBUNTU_JAMMY]),
39+
OpenStackRelease("2024.1", "", [ROCKY_9, UBUNTU_JAMMY]),
4040
OpenStackRelease("2025.1", "2024.1", [ROCKY_9, UBUNTU_NOBLE]),
4141
OpenStackRelease("2025.1", "", [ROCKY_10]),
4242
]
4343
NEUTRON_PLUGINS = ["ovs", "ovn"]
44-
VERSION_HIERARCHY = ["2023.1", "2024.1", "2025.1"]
45-
4644

4745
def main() -> None:
4846

0 commit comments

Comments
 (0)