Skip to content

Commit 9f9dccd

Browse files
author
Ghanshyam Mann
committed
Switch devstack nodeset to Ubuntu 24.04 (Noble)
Ref: https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-noble.html Change-Id: I7ac8f9443c386e56c4ca45a171e104f0b350bc7f
1 parent 4993380 commit 9f9dccd

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.zuul.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
description: |
440440
Minimal devstack base job, intended for use by jobs that need
441441
less than the normal minimum set of required-projects.
442-
nodeset: openstack-single-node-jammy
442+
nodeset: openstack-single-node-noble
443443
required-projects:
444444
- opendev.org/openstack/requirements
445445
vars:
@@ -686,7 +686,7 @@
686686
- job:
687687
name: devstack-multinode
688688
parent: devstack
689-
nodeset: openstack-two-node-jammy
689+
nodeset: openstack-two-node-noble
690690
description: |
691691
Simple multinode test to verify multinode functionality on devstack side.
692692
This is not meant to be used as a parent job.
@@ -727,18 +727,18 @@
727727
configure_swap_size: 4096
728728

729729
- job:
730-
name: devstack-platform-ubuntu-noble
730+
name: devstack-platform-ubuntu-jammy
731731
parent: tempest-full-py3
732-
description: Ubuntu 24.04 LTS (noble) platform test
733-
nodeset: openstack-single-node-noble
732+
description: Ubuntu 22.04 LTS (Jammy) platform test
733+
nodeset: openstack-single-node-jammy
734734
timeout: 9000
735735
vars:
736736
configure_swap_size: 8192
737737

738738
- job:
739-
name: devstack-platform-ubuntu-jammy-ovn-source
740-
parent: devstack-platform-ubuntu-jammy
741-
description: Ubuntu 22.04 LTS (jammy) platform test (OVN from source)
739+
name: devstack-platform-ubuntu-noble-ovn-source
740+
parent: devstack-platform-ubuntu-noble
741+
description: Ubuntu 24.04 LTS (noble) platform test (OVN from source)
742742
voting: false
743743
vars:
744744
devstack_localrc:
@@ -748,10 +748,10 @@
748748
OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
749749

750750
- job:
751-
name: devstack-platform-ubuntu-jammy-ovs
751+
name: devstack-platform-ubuntu-noble-ovs
752752
parent: tempest-full-py3
753-
description: Ubuntu 22.04 LTS (jammy) platform test (OVS)
754-
nodeset: openstack-single-node-jammy
753+
description: Ubuntu 24.04 LTS (noble) platform test (OVS)
754+
nodeset: openstack-single-node-noble
755755
voting: false
756756
timeout: 9000
757757
vars:
@@ -853,7 +853,7 @@
853853

854854
- job:
855855
name: devstack-unit-tests
856-
nodeset: ubuntu-jammy
856+
nodeset: ubuntu-noble
857857
description: |
858858
Runs unit tests on devstack project.
859859
@@ -873,9 +873,9 @@
873873
- devstack-platform-centos-9-stream
874874
- devstack-platform-debian-bookworm
875875
- devstack-platform-rocky-blue-onyx
876-
- devstack-platform-ubuntu-jammy-ovn-source
877-
- devstack-platform-ubuntu-jammy-ovs
878-
- devstack-platform-ubuntu-noble
876+
- devstack-platform-ubuntu-noble-ovn-source
877+
- devstack-platform-ubuntu-noble-ovs
878+
- devstack-platform-ubuntu-jammy
879879
- devstack-multinode
880880
- devstack-unit-tests
881881
- openstack-tox-bashate
@@ -1002,6 +1002,6 @@
10021002
- devstack-platform-centos-9-stream
10031003
- devstack-platform-debian-bookworm
10041004
- devstack-platform-rocky-blue-onyx
1005-
- devstack-platform-ubuntu-jammy-ovn-source
1006-
- devstack-platform-ubuntu-jammy-ovs
1007-
- devstack-platform-ubuntu-noble
1005+
- devstack-platform-ubuntu-noble-ovn-source
1006+
- devstack-platform-ubuntu-noble-ovs
1007+
- devstack-platform-ubuntu-jammy

0 commit comments

Comments
 (0)