From 3f4f7143e6f4474f7bcbcb899ef899e6eb7ade5a Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Tue, 2 Apr 2024 14:01:36 +0200 Subject: [PATCH] drop support of unmaintaned openstack versions --- .github/workflows/integration_tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: