Skip to content

Commit

Permalink
CI: Add 2024.1 to nightly multinode test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Sep 10, 2024
1 parent 0e2ca89 commit 8f18a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/multinode-inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class Scenario:
UBUNTU_JAMMY = OSRelease("ubuntu", "jammy", "ubuntu")
# NOTE(upgrade): Add supported releases here.
OPENSTACK_RELEASES = [
OpenStackRelease("2023.1", "zed", [ROCKY_9, UBUNTU_JAMMY])
OpenStackRelease("2024.1", "2023.1", [ROCKY_9, UBUNTU_JAMMY]),
OpenStackRelease("2023.1", "zed", [ROCKY_9, UBUNTU_JAMMY]),
]
NEUTRON_PLUGINS = ["ovs", "ovn"]

Expand Down

0 comments on commit 8f18a1a

Please sign in to comment.