We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b334a commit 3e0324fCopy full SHA for 3e0324f
.github/workflows/integration_tests.yml
@@ -37,13 +37,6 @@ jobs:
37
- name: "zed"
38
openstack_version: "unmaintained/zed"
39
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
46
- block_storage_v2: true
47
runs-on: ubuntu-${{ matrix.ubuntu_version }}
48
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
49
steps:
@@ -85,7 +78,6 @@ jobs:
85
78
uses: EmilienM/devstack-action@v0.15
86
79
with:
87
80
branch: ${{ matrix.openstack_version }}
88
- force: yes
89
81
conf_overrides: |
90
82
CINDER_ISCSI_HELPER=lioadm
91
83
SWIFT_ENABLE_TEMPURLS=True
0 commit comments