Skip to content

Commit

Permalink
upload-artifacts: include hidden benchmarks results
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Sep 17, 2024
1 parent 598d9d0 commit ae733a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ jobs:
- name: upload raw results
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: .benchmarks-${{ matrix.test.name }}
path: dvc/.benchmarks
- if: ${{ env.CPROFILE_ARGS }}
Expand Down Expand Up @@ -279,6 +280,7 @@ jobs:
- name: upload raw results
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: .benchmarks-${{ matrix.test.name }}
path: dvc-s3/.benchmarks
- if: ${{ env.CPROFILE_ARGS }}
Expand Down Expand Up @@ -367,6 +369,7 @@ jobs:
- name: upload raw results
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: .benchmarks-${{ matrix.test.name }}
path: dvc-azure/.benchmarks
- if: ${{ env.CPROFILE_ARGS }}
Expand Down Expand Up @@ -449,6 +452,7 @@ jobs:
- name: upload raw results
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: .benchmarks-${{ matrix.test.name }}
path: dvc-gs/.benchmarks
- if: ${{ env.CPROFILE_ARGS }}
Expand Down Expand Up @@ -491,6 +495,7 @@ jobs:
delete-merged: true
- uses: actions/upload-artifact/merge@v4
with:
include-hidden-files: true
name: all-benchmarks
pattern: .benchmarks-*
delete-merged: true
Expand Down

0 comments on commit ae733a2

Please sign in to comment.