Skip to content

Commit

Permalink
Add .cirun.yml - might be needed to initiate run
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 28, 2024
1 parent a32aef2 commit b6184ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .cirun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
runners:
- name: "benchmark-runner"
cloud: "gcp"
instance_type: "n1-standard-8"
machine_image: "ubuntu-minimal-2404-noble-amd64-v20240910"
labels:
- "cirun-benchmark-runner"
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
# set the machine name depending on the OS/arch image
echo "Setting machine name to $RUNNER_NAME"
cat ~/.asv-machine.json
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;
Expand Down

0 comments on commit b6184ea

Please sign in to comment.