Skip to content

Commit

Permalink
Fix bad rsync arg; use --machine for asv continuous too
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 29, 2024
1 parent 77230c7 commit a594d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
conda run -n test asv machine --machine $RUNNER_NAME --yes
cat ~/.asv-machine.json
# Don't return exit code 1 if results are slower
conda run -n test asv continuous HEAD^ HEAD || true;
conda run -n test asv continuous --machine $RUNNER_NAME HEAD^ HEAD || true;
- name: Copy benchmarks to versioned-hdf5-benchmarks
run: |
ls -lash ./versioned-hdf5-benchmarks/.asv || true
rsync -R ./versioned-hdf5/.asv ./versioned-hdf5-benchmarks/
rsync -r ./versioned-hdf5/.asv ./versioned-hdf5-benchmarks/
ls -lash ./versioned-hdf5-benchmarks
ls -lash ./versioned-hdf5-benchmarks/.asv
Expand Down

0 comments on commit a594d1f

Please sign in to comment.