Skip to content

Commit e32dcf1

Browse files
authored
return unmaintaned openstack versions into ci (#408)
* override TARGET_BRANCH
1 parent 2ed9c10 commit e32dcf1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/integration_tests.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: "zed"
3232
openstack_version: "stable/zed"
3333
ubuntu_version: "20.04"
34-
#- name: "yoga"
35-
# openstack_version: "unmaintained/yoga"
36-
# ubuntu_version: "20.04"
37-
#- name: "wallaby"
38-
# openstack_version: "unmaintained/wallaby"
39-
# ubuntu_version: "20.04"
40-
# block_storage_v2: true
34+
- name: "yoga"
35+
openstack_version: "unmaintained/yoga"
36+
ubuntu_version: "20.04"
37+
- name: "wallaby"
38+
openstack_version: "unmaintained/wallaby"
39+
ubuntu_version: "20.04"
40+
block_storage_v2: true
4141
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4242
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
4343
steps:
@@ -76,13 +76,14 @@ jobs:
7676
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-${{ github.workflow }}
7777

7878
- name: Deploy devstack
79-
uses: EmilienM/devstack-action@v0.11
79+
uses: EmilienM/devstack-action@v0.15
8080
with:
8181
branch: ${{ matrix.openstack_version }}
8282
conf_overrides: |
8383
CINDER_ISCSI_HELPER=lioadm
8484
SWIFT_ENABLE_TEMPURLS=True
8585
SWIFT_TEMPURL_KEY=secretkey
86+
TARGET_BRANCH=${{ matrix.openstack_version }}
8687
[[post-config|\$SWIFT_CONFIG_PROXY_SERVER]]
8788
[filter:versioned_writes]
8889
allow_object_versioning = true

0 commit comments

Comments
 (0)