Skip to content

Commit

Permalink
keep self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Melody Wang committed Jul 22, 2024
1 parent aa1e007 commit 5944203
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ on:
default: false
jobs:
benchmark-linux-x86_64-linux:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, bare-metal, linux-x86_64-linux]
timeout-minutes: 1440

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_pystats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ on:
jobs:
collect-stats:
# TODO: Replace "azure" with "cloud"
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, azure]
steps:
- name: Checkout benchmarking
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
# the `base` job below. If the data already exists for this commit, it will be
# skipped.
determine_base:
runs-on:
labels: 4-core-ubuntu
runs-on: ubuntu-latest
outputs:
head: ${{ steps.base.outputs.head }}
date: ${{ steps.base.outputs.date }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Environments
venv/
.DS_Store

0 comments on commit 5944203

Please sign in to comment.