[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:
parent
2b2bd6d913
commit
df8a9a6149
10
.github/workflows/maven.yml
vendored
10
.github/workflows/maven.yml
vendored
@ -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/**
|
||||
|
||||
8
.github/workflows/sbt.yml
vendored
8
.github/workflows/sbt.yml
vendored
@ -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/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user