Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 032408f

Browse filesBrowse files
authored
Move master CI jobs to Ubuntu 24.04 (Noble)
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent d819c3f commit 032408f
Copy full SHA for 032408f

18 files changed

+18
-18
lines changed

‎.github/workflows/functional-baremetal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-baremetal.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-basic.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-blockstorage.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-compute.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-containerinfra.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-dns.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-fwaas_v2.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-identity.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-image.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-keymanager.yaml
+1-1Lines 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-loadbalancer.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-loadbalancer.yaml
+1-1Lines 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-messaging.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-messaging.yaml
+1-1Lines 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-networking.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-networking.yaml
+1-1Lines 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-objectstorage.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-objectstorage.yaml
+1-1Lines 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-orchestration.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-orchestration.yaml
+1-1Lines 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-placement.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-placement.yaml
+1-1Lines 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-sharedfilesystems.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-sharedfilesystems.yaml
+1-1Lines 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-workflow.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-workflow.yaml
+1-1Lines 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
mistral_plugin_version: "master"
1818
additional_services: "openstack-cli-server"
1919
- name: "dalmatian"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.