From 5944203cc33d236879cff2754321b516aeb53b5d Mon Sep 17 00:00:00 2001 From: Melody Wang Date: Mon, 22 Jul 2024 14:53:07 -0700 Subject: [PATCH] keep self-hosted --- .github/workflows/_benchmark.yml | 2 +- .github/workflows/_pystats.yml | 2 +- .github/workflows/benchmark.yml | 3 +-- .gitignore | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_benchmark.yml b/.github/workflows/_benchmark.yml index b208bc02..6714d190 100644 --- a/.github/workflows/_benchmark.yml +++ b/.github/workflows/_benchmark.yml @@ -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: diff --git a/.github/workflows/_pystats.yml b/.github/workflows/_pystats.yml index 436b78bb..cd619ed0 100644 --- a/.github/workflows/_pystats.yml +++ b/.github/workflows/_pystats.yml @@ -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 diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 319020fc..d1e1f235 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 }} diff --git a/.gitignore b/.gitignore index 846e0a9c..7d30e032 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Environments venv/ +.DS_Store