Skip to content

Commit 45690b5

Browse files
committed
include indy enabled in job name
1 parent 09084bf commit 45690b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-common.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
path: "sboms/*.json"
223223

224224
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 }})
226226
runs-on: ubuntu-latest
227227
strategy:
228228
matrix:
@@ -335,7 +335,7 @@ jobs:
335335
per_page: 100
336336
});
337337
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 })`;
339339
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
340340
341341
- name: Flaky test report
@@ -353,7 +353,7 @@ jobs:
353353
if: failure()
354354
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
355355
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 }}
357357
path: /tmp/deadlock-detector-*
358358
if-no-files-found: ignore
359359

0 commit comments

Comments
 (0)