diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 7214343e..80edde1f 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: