From e32dcf1e5cf6a7073932bcbb73b0e190201f4ea9 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Thu, 4 Apr 2024 10:01:50 +0200 Subject: [PATCH] return unmaintaned openstack versions into ci (#408) * override TARGET_BRANCH --- .github/workflows/integration_tests.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 80edde1f..7fb7f574 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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: @@ -76,13 +76,14 @@ 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: | CINDER_ISCSI_HELPER=lioadm SWIFT_ENABLE_TEMPURLS=True SWIFT_TEMPURL_KEY=secretkey + TARGET_BRANCH=${{ matrix.openstack_version }} [[post-config|\$SWIFT_CONFIG_PROXY_SERVER]] [filter:versioned_writes] allow_object_versioning = true