Skip to content

Commit

Permalink
Fix nightly build artifact tags
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Jan 26, 2024
1 parent e57640f commit 29e6fb9
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/cbuildunittests-*.xml
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-linux-amd64
name: unit_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildunittests-*.xml
retention-days: ${{ steps.var.outputs.retention_days }}
if-no-files-found: error
Expand All @@ -525,7 +525,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_result-linux-amd64
name: integ_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildintegtests-*.xml
retention-days: ${{ steps.var.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
- name: Archive coverage report
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: coverage-report
name: coverage-report-buildmgr
path: |
./build/tools/buildmgr/coverage_buildmgr/
./build/tools/buildmgr/coverage_buildmgr.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download coverage report
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: coverage-report
pattern: coverage-report-*
path: coverage/

- name: Consolidate coverage data
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/packchk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkunittests-*.xml
if-no-files-found: error
retention-days: ${{ needs.setup.outputs.retention_days }}
Expand All @@ -145,7 +145,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkintegtests-*.xml
if-no-files-found: error
retention-days: ${{ needs.setup.outputs.retention_days }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-linux-amd64
name: unit_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkunittests-*.xml
if-no-files-found: error
retention-days: ${{ steps.var.outputs.retention_days }}
Expand All @@ -215,7 +215,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_result-linux-amd64
name: integ_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkintegtests-*.xml
if-no-files-found: error
retention-days: ${{ steps.var.outputs.retention_days }}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Archive coverage report
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: coverage-report
name: coverage-report-packchk
path: |
./build/tools/packchk/coverage_packchk/
./build/tools/packchk/coverage_packchk.info
Expand All @@ -278,7 +278,7 @@ jobs:
- name: Download coverage report
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: coverage-report
name: coverage-report-packchk
path: tools/packchk/distribution/coverage/

- name: Zip distribution folder
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/packgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packgenunittests-*.xml
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-linux-amd64
name: unit_test_result_packgen-linux-amd64
path: ./build/test_reports/packgenunittests-*.xml
retention-days: ${{ steps.var.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Archive coverage report
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: coverage-report
name: coverage-report-packgen
path: |
./build/tools/packgen/coverage_packgen/
./build/tools/packgen/coverage_packgen.info
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/projmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,20 +237,20 @@ jobs:
- name: Download test report windows-amd64
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: unit_test_result-windows-amd64
name: unit_test_result_projmgr-windows-amd64
path: tools/testreport/windows-amd64/

- name: Download test report linux-amd64
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: unit_test_result-linux-amd64
name: unit_test_result_projmgr-linux-amd64
path: tools/testreport/linux-amd64/

- name: Download test report macos-amd64
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: unit_test_result-darwin-amd64
name: unit_test_result_projmgr-darwin-amd64
path: tools/testreport/darwin-amd64/

- name: Zip test reports
Expand All @@ -269,7 +269,7 @@ jobs:
- name: Download coverage report
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: coverage-report
name: coverage-report-projmgr
path: tools/coverage/

- name: Zip coverage reports
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/projmgrunittests-*.xml
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-linux-amd64
name: unit_test_result_projmgr-linux-amd64
path: ./build/test_reports/projmgrunittests-*.xml
retention-days: ${{ steps.var.outputs.retention_days }}
if-no-files-found: error
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
- name: Archive coverage report
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: coverage-report
name: coverage-report-projmgr
path: |
./build/tools/projmgr/coverage_projmgr/
./build/tools/projmgr/coverage_projmgr.info
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/svdconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvunittests-*.xml
if-no-files-found: error
retention-days: ${{ needs.setup.outputs.retention_days }}
Expand All @@ -136,7 +136,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvintegtests-*.xml
if-no-files-found: error
retention-days: ${{ needs.setup.outputs.retention_days }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_report-linux-amd64
name: unit_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvunittests-*.xml
if-no-files-found: error
retention-days: ${{ steps.var.outputs.retention_days }}
Expand All @@ -206,7 +206,7 @@ jobs:
if: (github.event_name == 'push')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: integ_test_report-linux-amd64
name: integ_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvintegtests-*.xml
if-no-files-found: error
retention-days: ${{ steps.var.outputs.retention_days }}
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Archive coverage report
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: coverage-report
name: coverage-report-svdconv
path: |
./build/tools/svdconv/coverage_svdconv/
./build/tools/svdconv/coverage_svdconv.info
Expand All @@ -276,7 +276,7 @@ jobs:
- name: Download coverage report
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: coverage-report
name: coverage-report-svdconv
path: tools/svdconv/distribution/coverage/

- name: Zip distribution folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: unit_test_result-${{ matrix.target }}-${{ matrix.arch }}
name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error
Expand Down

0 comments on commit 29e6fb9

Please sign in to comment.