Skip to content

Commit

Permalink
action: download-all-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Desiki-high <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Apr 21, 2023
1 parent 82d3610 commit 1328e28
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,36 +347,9 @@ jobs:
if: github.event_name == 'pull_request'
needs: [benchmark-oci, benchmark-zran-all-prefetch, benchmark-zran-no-prefetch, benchmark-nydus-no-prefetch, benchmark-nydus-all-prefetch, benchmark-nydus-filelist-prefetch]
steps:
- name: Download benchmark-oci
uses: actions/download-artifact@master
with:
name: benchmark-oci
path: benchmark-oci
- name: Download benchmark-zran-all-prefetch
uses: actions/download-artifact@master
with:
name: benchmark-zran-all-prefetch
path: benchmark-zran-all-prefetch
- name: Download benchmark-zran-no-prefetch
uses: actions/download-artifact@master
with:
name: benchmark-zran-no-prefetch
path: benchmark-zran-no-prefetch
- name: Download benchmark-nydus-no-prefetch
uses: actions/download-artifact@master
with:
name: benchmark-nydus-no-prefetch
path: benchmark-nydus-no-prefetch
- name: Download benchmark-nydus-all-prefetch
uses: actions/download-artifact@master
with:
name: benchmark-nydus-all-prefetch
path: benchmark-nydus-all-prefetch
- name: Download benchmark-nydus-filelist-prefetch
uses: actions/download-artifact@master
with:
name: benchmark-nydus-filelist-prefetch
path: benchmark-nydus-filelist-prefetch
- uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -R
- name: Save Result
run: |
sudo install -m 755 benchmark-oci/wordpress.csv oci.csv
Expand All @@ -388,7 +361,7 @@ jobs:
echo "| benchmark-result | pull-elapsed(s) | create-elapsed(s) | run-elapsed(s) | total-elapsed(s) |" > $GITHUB_STEP_SUMMARY
echo "|:-------|:-----------------:|:-------------------:|:----------------:|:------------------:|" >> $GITHUB_STEP_SUMMARY
files=(oci.csv nydus-no-prefetch.csv zran-no-prefetch.csv nydus-all-prefetch.csv zran-all-prefetch.csv nydus-filelist-prefetch.csv)
for file in "${files[@]}"; do
Expand Down

0 comments on commit 1328e28

Please # to comment.