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

Skip to content

CI: Add Epoxy #3368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ jobs:
enable_plugin magnum https://github.com/openstack/magnum master
MAGNUMCLIENT_BRANCH=master
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
devstack_conf_overrides: |
# ensure we're using a working version of setuptools
if [ -n "\$TOP_DIR" ]; then
sed -i 's/setuptools\[core\]$/setuptools[core]==79.0.1/g' \$TOP_DIR/lib/infra \$TOP_DIR/inc/python
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi

enable_plugin magnum https://github.com/openstack/magnum stable/2025.1
MAGNUMCLIENT_BRANCH=stable/2025.1
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-fwaas_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ jobs:
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
devstack_conf_overrides: |
# ensure we're using a working version of setuptools
if [ -n "\$TOP_DIR" ]; then
sed -i 's/setuptools\[core\]$/setuptools[core]==79.0.1/g' \$TOP_DIR/lib/infra \$TOP_DIR/inc/python
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
openstack_version: "master"
ubuntu_version: "24.04"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
sed -i 's/pip_install "-U" "pbr"/pip_install "-U" "pbr" "setuptools[core]==79.0.1"/g' \$TOP_DIR/lib/infra
fi
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/functional-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
ubuntu_version: "24.04"
mistral_plugin_version: "master"
additional_services: "openstack-cli-server"
- name: "epoxy"
openstack_version: "stable/2025.1"
ubuntu_version: "22.04"
mistral_plugin_version: "stable/2025.1"
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
Expand Down
Loading