@@ -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