Skip to content

Commit 21aa4b5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
uses: EmilienM/devstack-action@v0.15
8686
with:
8787
branch: ${{ matrix.openstack_version }}
88+
force: true
8889
conf_overrides: |
8990
CINDER_ISCSI_HELPER=lioadm
9091
SWIFT_ENABLE_TEMPURLS=True
@@ -128,5 +129,5 @@ jobs:
128129
if: ${{ failure() }}
129130
uses: actions/upload-artifact@v4
130131
with:
131-
name: failure-logs
132+
name: failure-logs-${{ matrix.openstack_version }}
132133
path: failure-logs

0 commit comments

Comments
 (0)