Skip to content

Commit

Permalink
return unmaintaned openstack versions into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Apr 4, 2024
1 parent 2ed9c10 commit 091f929
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: "zed"
openstack_version: "stable/zed"
ubuntu_version: "20.04"
#- name: "yoga"
# openstack_version: "unmaintained/yoga"
# ubuntu_version: "20.04"
#- name: "wallaby"
# openstack_version: "unmaintained/wallaby"
# ubuntu_version: "20.04"
# block_storage_v2: true
- name: "yoga"
openstack_version: "unmaintained/yoga"
ubuntu_version: "20.04"
- name: "wallaby"
openstack_version: "unmaintained/wallaby"
ubuntu_version: "20.04"
block_storage_v2: true
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-${{ github.workflow }}

- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
uses: EmilienM/devstack-action@v0.15
with:
branch: ${{ matrix.openstack_version }}
conf_overrides: |
Expand Down

0 comments on commit 091f929

Please sign in to comment.