Skip to content

Commit

Permalink
gha: use s3://dvc-bench/results
Browse files Browse the repository at this point in the history
Old results are not compatible because asv things that they came from a newer version of asv.
  • Loading branch information
efiop committed Aug 16, 2021
1 parent f610554 commit d76dd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
max_attempts: 5
command: dvc pull data/cats_dogs.dvc
- name: download existing results
run: aws s3 cp --recursive s3://dvc-bench/latest_results results
run: aws s3 cp --recursive s3://dvc-bench/results results
- name: convert revs
run: asv check && python revs_to_sha.py
- name: run benchmarks
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: download existing results
run: aws s3 cp --recursive s3://dvc-bench/latest_results results
run: aws s3 cp --recursive s3://dvc-bench/results results
- name: join results
shell: bash
run: |
Expand All @@ -134,7 +134,7 @@ jobs:
- name: create static html
run: asv update && asv publish
- name: upload new results
run: aws s3 cp --recursive results s3://dvc-bench/latest_results
run: aws s3 cp --recursive results s3://dvc-bench/results
- name: deploy new benchmarks to github pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit d76dd16

Please sign in to comment.