Skip to content

Commit 5e02047

Browse files
priteauAlex-Welsh
authored andcommitted
CI: Sync multinode release matrix with 2025.1
Nightly multinode workflows were testing upgrades from 2024.1 to master instead of 2024.1 to 2025.1.
1 parent e323d0d commit 5e02047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multinode-inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class Scenario:
3434
UBUNTU_NOBLE = OSRelease("ubuntu", "noble", "ubuntu")
3535
# NOTE(upgrade): Add supported releases here.
3636
OPENSTACK_RELEASES = [
37-
OpenStackRelease("2024.1", "2023.1", [ROCKY_9, UBUNTU_JAMMY]),
3837
OpenStackRelease("2023.1", "zed", [ROCKY_9, UBUNTU_JAMMY]),
39-
OpenStackRelease("master", "2024.1", [ROCKY_9, UBUNTU_NOBLE])
38+
OpenStackRelease("2024.1", "2023.1", [ROCKY_9, UBUNTU_JAMMY]),
39+
OpenStackRelease("2025.1", "2024.1", [ROCKY_9, UBUNTU_NOBLE]),
4040
]
4141
NEUTRON_PLUGINS = ["ovs", "ovn"]
4242

0 commit comments

Comments
 (0)