Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb18a35

Browse files
committed
Add epoxy jobs
We opt to run on Jammy for now due to to [1]. That's okay since Jammy is a supported host for Epoxy [2]. We should migrate once [1] has been resolved, however. [1] https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2065685 [2] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Signed-off-by: Stephen Finucane <[email protected]>
1 parent c9a3171 commit cb18a35

18 files changed

+76
-0
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-basic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
openstack_version: "master"
1919
ubuntu_version: "22.04"
2020
additional_services: "openstack-cli-server"
21+
- name: "epoxy"
22+
openstack_version: "stable/2025.1"
23+
ubuntu_version: "22.04"
24+
additional_services: "openstack-cli-server"
2125
- name: "dalmatian"
2226
openstack_version: "stable/2024.2"
2327
ubuntu_version: "22.04"

.github/workflows/functional-blockstorage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-compute.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-containerinfra.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
enable_plugin magnum https://github.com/openstack/magnum master
2525
MAGNUMCLIENT_BRANCH=master
2626
additional_services: "openstack-cli-server"
27+
- name: "epoxy"
28+
openstack_version: "stable/2025.1"
29+
ubuntu_version: "22.04"
30+
devstack_conf_overrides: |
31+
enable_plugin magnum https://github.com/openstack/magnum stable/2025.1
32+
MAGNUMCLIENT_BRANCH=stable/2025.1
33+
additional_services: "openstack-cli-server"
2734
- name: "dalmatian"
2835
openstack_version: "stable/2024.2"
2936
ubuntu_version: "22.04"

.github/workflows/functional-dns.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
2323
fi
2424
additional_services: "openstack-cli-server"
25+
- name: "epoxy"
26+
openstack_version: "stable/2025.1"
27+
ubuntu_version: "22.04"
28+
additional_services: "openstack-cli-server"
2529
- name: "dalmatian"
2630
openstack_version: "stable/2024.2"
2731
ubuntu_version: "22.04"

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-identity.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-image.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-keymanager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
2222
fi
2323
additional_services: "openstack-cli-server"
24+
- name: "epoxy"
25+
openstack_version: "stable/2025.1"
26+
ubuntu_version: "22.04"
27+
additional_services: "openstack-cli-server"
2428
- name: "dalmatian"
2529
openstack_version: "stable/2024.2"
2630
ubuntu_version: "22.04"

.github/workflows/functional-loadbalancer.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
2222
fi
2323
additional_services: "openstack-cli-server"
24+
- name: "epoxy"
25+
openstack_version: "stable/2025.1"
26+
ubuntu_version: "22.04"
27+
additional_services: "openstack-cli-server"
2428
- name: "dalmatian"
2529
openstack_version: "stable/2024.2"
2630
ubuntu_version: "22.04"

.github/workflows/functional-messaging.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-networking.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-objectstorage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-orchestration.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-placement.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
openstack_version: "master"
1616
ubuntu_version: "22.04"
1717
additional_services: "openstack-cli-server"
18+
- name: "epoxy"
19+
openstack_version: "stable/2025.1"
20+
ubuntu_version: "22.04"
21+
additional_services: "openstack-cli-server"
1822
- name: "dalmatian"
1923
openstack_version: "stable/2024.2"
2024
ubuntu_version: "22.04"

.github/workflows/functional-sharedfilesystems.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
2222
fi
2323
additional_services: "openstack-cli-server"
24+
- name: "epoxy"
25+
openstack_version: "stable/2025.1"
26+
ubuntu_version: "22.04"
27+
additional_services: "openstack-cli-server"
2428
- name: "dalmatian"
2529
openstack_version: "stable/2024.2"
2630
ubuntu_version: "22.04"

.github/workflows/functional-workflow.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
ubuntu_version: "22.04"
1717
mistral_plugin_version: "master"
1818
additional_services: "openstack-cli-server"
19+
- name: "epoxy"
20+
openstack_version: "stable/2025.1"
21+
ubuntu_version: "22.04"
22+
mistral_plugin_version: "stable/2025.1"
23+
additional_services: "openstack-cli-server"
1924
- name: "dalmatian"
2025
openstack_version: "stable/2024.2"
2126
ubuntu_version: "22.04"

0 commit comments

Comments
 (0)