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

Skip to content

[v2] CI: Remove Bobcat #3379

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 2 commits into from
May 13, 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
14 changes: 1 addition & 13 deletions .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,14 @@ jobs:
- name: "master"
openstack_version: "master"
ubuntu_version: "22.04"
use_system_scope: true
additional_services: "openstack-cli-server"
- name: "dalmatian"
openstack_version: "stable/2024.2"
ubuntu_version: "22.04"
# NOTE(dtantsur): this forces running tests with a system scope
# token, which is required for certain actions. Use it on versions
# starting with 2024.1.
use_system_scope: true
additional_services: "openstack-cli-server"
- name: "caracal"
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
use_system_scope: true
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
use_system_scope: false
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
Expand Down Expand Up @@ -98,8 +87,7 @@ jobs:
DEVSTACK_PATH: ${{ github.workspace }}/devstack
PACKAGE: "./internal/acceptance/openstack/baremetal/..."
OS_BRANCH: ${{ matrix.openstack_version }}
# TODO(dtantsur): default to true when no longer supporting versions before 2024.1
USE_SYSTEM_SCOPE: ${{ matrix.use_system_scope }}
USE_SYSTEM_SCOPE: true
- name: Generate logs on failure
run: ./script/collectlogs
if: failure()
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with defaults and run basic acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Cinder and run blockstorage acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Nova and run compute acceptance tests
steps:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
enable_plugin magnum https://github.com/openstack/magnum stable/2024.1
MAGNUMCLIENT_BRANCH=stable/2024.1
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
devstack_conf_overrides: |
enable_plugin magnum https://github.com/openstack/magnum stable/2023.2
MAGNUMCLIENT_BRANCH=stable/2023.2
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Magnum and run containerinfra acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Designate and run dns acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-fwaas_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with enabled FWaaS_v2 and run networking acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Keystone and run identity acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Glance and run image acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Barbican and run keymanager acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Octavia and run loadbalancer acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Zaqar and run messaging acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Neutron and run networking acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Swift and run objectstorage acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Heat and run orchestration acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Placement and run placement acceptance tests
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
openstack_version: "stable/2024.1"
ubuntu_version: "22.04"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Manila and run sharedfilesystems acceptance tests
steps:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/functional-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
ubuntu_version: "22.04"
mistral_plugin_version: "stable/2024.1"
additional_services: ""
- name: "bobcat"
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
# Devstack support is broken with Mistral v2023.2, and requires 2 patches:
# * https://github.com/openstack/mistral/commit/e343ccb078d8ba261ac70afca93f4358589730d3
# * https://github.com/openstack/mistral/commit/ecdeadeb7a1aa87cba2cdb0c1a2bb1ffc4aabf25
mistral_plugin_version: "ecdeadeb7a1aa87cba2cdb0c1a2bb1ffc4aabf25"
additional_services: ""
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} with Mistral and run workflow acceptance tests
steps:
Expand Down
Loading