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 36
36
ubuntu_version : " 22.04"
37
37
- name : " zed"
38
38
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"
47
40
runs-on : ubuntu-${{ matrix.ubuntu_version }}
48
41
name : Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
49
42
steps :
@@ -128,5 +121,5 @@ jobs:
128
121
if : ${{ failure() }}
129
122
uses : actions/upload-artifact@v4
130
123
with :
131
- name : failure-logs
124
+ name : failure-logs-${{ strategy.job-index }}
132
125
path : failure-logs
You can’t perform that action at this time.
0 commit comments