File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222
222
path : " sboms/*.json"
223
223
224
224
test :
225
- name : test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})
225
+ name : test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }}), indy ${{ matrix.test-indy }})
226
226
runs-on : ubuntu-latest
227
227
strategy :
228
228
matrix :
@@ -335,7 +335,7 @@ jobs:
335
335
per_page: 100
336
336
});
337
337
const matrix = JSON.parse(process.env.matrix);
338
- const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm })`;
338
+ const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm }, indy ${ matrix.test-indy } )`;
339
339
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
340
340
341
341
- name : Flaky test report
@@ -353,7 +353,7 @@ jobs:
353
353
if : failure()
354
354
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
355
355
with :
356
- name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}
356
+ name : deadlock-detector-test-${{ matrix.test-java-version }}-${{ matrix.vm }}-${{ matrix.test-partition }}-indy-${{ matrix.test-indy }}
357
357
path : /tmp/deadlock-detector-*
358
358
if-no-files-found : ignore
359
359
You can’t perform that action at this time.
0 commit comments