File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 3636 ubuntu_version : " 22.04"
3737 - name : " zed"
3838 openstack_version : " unmaintained/zed"
39- ubuntu_version : " 20.04"
40- - name : " yoga"
41- openstack_version : " unmaintained/yoga"
42- ubuntu_version : " 20.04"
43- - name : " wallaby"
44- openstack_version : " unmaintained/wallaby"
45- ubuntu_version : " 20.04"
46- block_storage_v2 : true
39+ ubuntu_version : " 22.04"
4740 runs-on : ubuntu-${{ matrix.ubuntu_version }}
4841 name : Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
4942 steps :
@@ -128,5 +121,5 @@ jobs:
128121 if : ${{ failure() }}
129122 uses : actions/upload-artifact@v4
130123 with :
131- name : failure-logs
124+ name : failure-logs-${{ strategy.job-index }}
132125 path : failure-logs
You can’t perform that action at this time.
0 commit comments