Skip to content

Commit 8320aa3

Browse files
committed
Move master CI jobs to Ubuntu 24.04 (Noble)
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent c9a3171 commit 8320aa3

18 files changed

+18
-18
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- name: "master"
1818
openstack_version: "master"
19-
ubuntu_version: "22.04"
19+
ubuntu_version: "24.04"
2020
additional_services: "openstack-cli-server"
2121
- name: "dalmatian"
2222
openstack_version: "stable/2024.2"

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
devstack_conf_overrides: |
1818
# ensure we're using a working version of setuptools
1919
if [ -n "\$TOP_DIR" ]; then

.github/workflows/functional-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- name: "master"
1616
openstack_version: "master"
17-
ubuntu_version: "22.04"
17+
ubuntu_version: "24.04"
1818
devstack_conf_overrides: |
1919
# ensure we're using a working version of setuptools
2020
if [ -n "\$TOP_DIR" ]; then

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
additional_services: "openstack-cli-server"
1818
- name: "dalmatian"
1919
openstack_version: "stable/2024.2"

.github/workflows/functional-keymanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- name: "master"
1515
openstack_version: "master"
16-
ubuntu_version: "22.04"
16+
ubuntu_version: "24.04"
1717
devstack_conf_overrides: |
1818
# ensure we're using a working version of setuptools
1919
if [ -n "\$TOP_DIR" ]; then

0 commit comments

Comments
 (0)