Skip to content

Commit 95b334a

Browse files
committed
force running on unsupported OS
1 parent 21aa4b5 commit 95b334a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: EmilienM/devstack-action@v0.15
8686
with:
8787
branch: ${{ matrix.openstack_version }}
88-
force: true
88+
force: yes
8989
conf_overrides: |
9090
CINDER_ISCSI_HELPER=lioadm
9191
SWIFT_ENABLE_TEMPURLS=True
@@ -129,5 +129,5 @@ jobs:
129129
if: ${{ failure() }}
130130
uses: actions/upload-artifact@v4
131131
with:
132-
name: failure-logs-${{ matrix.openstack_version }}
132+
name: failure-logs-${{ strategy.job-index }}
133133
path: failure-logs

0 commit comments

Comments
 (0)