[CELEBORN-1569][FOLLOWUP] Identify the unit test log name with java/scala version

### What changes were proposed in this pull request?
As title, follow up for https://github.com/apache/celeborn/pull/2693

### Why are the changes needed?

<img width="1126" alt="image" src="https://github.com/user-attachments/assets/7a0b7b2b-d7a3-46e3-adb9-56410e7ebb05">

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?
GA.

Closes #2789 from turboFei/test_log.

Authored-by: Wang, Fei <fwang12@ebay.com>
Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
This commit is contained in:
Wang, Fei 2024-10-09 20:15:10 +08:00 committed by mingji
parent 2b2bd6d913
commit df8a9a6149
No known key found for this signature in database
GPG Key ID: 6392F71F37356FA0
2 changed files with 9 additions and 9 deletions

View File

@ -38,7 +38,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: service-unit-test-log
name: service-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -77,7 +77,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: spark-${{ matrix.spark }}-unit-test-log
name: spark-${{ matrix.spark }}-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -141,7 +141,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: spark-${{ matrix.spark }}-unit-test-log
name: spark-${{ matrix.spark }}-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -181,7 +181,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: flink-${{ matrix.flink }}-unit-test-log
name: flink-${{ matrix.flink }}-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -213,7 +213,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: mr-unit-test-log
name: mr-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test/
**/target/test-reports/**

View File

@ -88,7 +88,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: spark-${{ matrix.spark }}-unit-test-log
name: spark-${{ matrix.spark }}-java-${{ matrix.java }}-scala-${{ matrix.scala }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -191,7 +191,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: spark-${{ matrix.spark }}-scala-${{ matrix.scala }}-unit-test-log
name: spark-${{ matrix.spark }}-java-${{ matrix.java }}-scala-${{ matrix.scala }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -227,7 +227,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: flink-${{ matrix.flink }}-unit-test-log
name: flink-${{ matrix.flink }}-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test-reports/**
**/target/unit-tests.log
@ -255,7 +255,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: mr-unit-test-log
name: mr-java-${{ matrix.java }}-unit-test-log
path: |
**/target/test/
**/target/test-reports/**