Skip to content

Commit 0d4b2d4

Browse files
Merge pull request #3374 from shiftstack/bump-to-noble
Move master CI jobs to Ubuntu 24.04
2 parents 37187ac + 8320aa3 commit 0d4b2d4

18 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/functional-baremetal.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
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"
2020
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
@@ -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
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"
2020
openstack_version: "stable/2024.2"

.github/workflows/functional-compute.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
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"
2020
openstack_version: "stable/2024.2"

.github/workflows/functional-containerinfra.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-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
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- name: "master"
2020
openstack_version: "master"
21-
ubuntu_version: "22.04"
21+
ubuntu_version: "24.04"
2222
additional_services: "openstack-cli-server"
2323
- name: "dalmatian"
2424
openstack_version: "stable/2024.2"

.github/workflows/functional-identity.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
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"
2020
openstack_version: "stable/2024.2"

.github/workflows/functional-image.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
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"
2020
openstack_version: "stable/2024.2"

.github/workflows/functional-keymanager.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

0 commit comments

Comments
 (0)