We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa4b5 commit 95b334aCopy full SHA for 95b334a
1 file changed
.github/workflows/integration_tests.yml
@@ -85,7 +85,7 @@ jobs:
85
uses: EmilienM/devstack-action@v0.15
86
with:
87
branch: ${{ matrix.openstack_version }}
88
- force: true
+ force: yes
89
conf_overrides: |
90
CINDER_ISCSI_HELPER=lioadm
91
SWIFT_ENABLE_TEMPURLS=True
@@ -129,5 +129,5 @@ jobs:
129
if: ${{ failure() }}
130
uses: actions/upload-artifact@v4
131
132
- name: failure-logs-${{ matrix.openstack_version }}
+ name: failure-logs-${{ strategy.job-index }}
133
path: failure-logs
0 commit comments