Skip to content

Commit 3e0324f

Browse files
committed
remove wallaby and yoga due to ubuntu 20.04 deprecation
1 parent 95b334a commit 3e0324f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
- name: "zed"
3838
openstack_version: "unmaintained/zed"
3939
ubuntu_version: "22.04"
40-
- name: "yoga"
41-
openstack_version: "unmaintained/yoga"
42-
ubuntu_version: "22.04"
43-
- name: "wallaby"
44-
openstack_version: "unmaintained/wallaby"
45-
ubuntu_version: "22.04"
46-
block_storage_v2: true
4740
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4841
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
4942
steps:
@@ -85,7 +78,6 @@ jobs:
8578
uses: EmilienM/devstack-action@v0.15
8679
with:
8780
branch: ${{ matrix.openstack_version }}
88-
force: yes
8981
conf_overrides: |
9082
CINDER_ISCSI_HELPER=lioadm
9183
SWIFT_ENABLE_TEMPURLS=True

0 commit comments

Comments
 (0)