Skip to content

Commit 96d2950

Browse files
authored
Rename junit-html artifact by a platform (#67)
1 parent 78fdf25 commit 96d2950

32 files changed

+32
-32
lines changed

.github/workflows/OCV-Contrib-PR-3.4-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,5 @@ jobs:
375375
uses: actions/upload-artifact@v3
376376
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
377377
with:
378-
name: junit-html
378+
name: junit-html-ubuntu20-arm64
379379
path: /home/ci/build/java_test/testResults/junit-noframes.html

.github/workflows/OCV-Contrib-PR-3.4-U14.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,5 @@ jobs:
375375
uses: actions/upload-artifact@v3
376376
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
377377
with:
378-
name: junit-html
378+
name: junit-html-ubuntu14-x86-64
379379
path: /home/ci/build/java_test/testResults/junit-noframes.html

.github/workflows/OCV-Contrib-PR-3.4-U20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
uses: actions/upload-artifact@v3
376376
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
377377
with:
378-
name: junit-html
378+
name: junit-html-ubuntu20-x86-64
379379
path: /home/ci/build/java_test/testResults/junit-noframes.html
380380
- name: Pylint
381381
timeout-minutes: 60

.github/workflows/OCV-Contrib-PR-3.4-W10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,5 @@ jobs:
370370
uses: actions/upload-artifact@v3
371371
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
372372
with:
373-
name: junit-html
373+
name: junit-html-windows10
374374
path: ${{ github.workspace }}\build\java_test\testResults\junit-noframes.html

.github/workflows/OCV-Contrib-PR-3.4-macOS-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,5 @@ jobs:
427427
uses: actions/upload-artifact@v3
428428
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
429429
with:
430-
name: junit-html
430+
name: junit-html-macos-arm64
431431
path: build/java_test/testResults/junit-noframes.html

.github/workflows/OCV-Contrib-PR-3.4-macOS-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,5 @@ jobs:
427427
uses: actions/upload-artifact@v3
428428
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
429429
with:
430-
name: junit-html
430+
name: junit-html-macos-x86-64
431431
path: build/java_test/testResults/junit-noframes.html

.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,5 @@ jobs:
429429
uses: actions/upload-artifact@v3
430430
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
431431
with:
432-
name: junit-html
432+
name: junit-html-ubuntu20-arm64
433433
path: /home/ci/build/java_test/testResults/junit-noframes.html

.github/workflows/OCV-Contrib-PR-4.x-U20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
uses: actions/upload-artifact@v3
438438
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
439439
with:
440-
name: junit-html
440+
name: junit-html-ubuntu20-x86-64
441441
path: /home/ci/build/java_test/testResults/junit-noframes.html
442442
- name: Pylint
443443
timeout-minutes: 60

.github/workflows/OCV-Contrib-PR-4.x-W10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,5 @@ jobs:
428428
uses: actions/upload-artifact@v3
429429
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
430430
with:
431-
name: junit-html
431+
name: junit-html-windows10
432432
path: ${{ github.workspace }}\build\java_test\testResults\junit-noframes.html

.github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,5 +501,5 @@ jobs:
501501
uses: actions/upload-artifact@v3
502502
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
503503
with:
504-
name: junit-html
504+
name: junit-html-macos-arm64
505505
path: build/java_test/testResults/junit-noframes.html

0 commit comments

Comments
 (0)