429: Benchmark CIs: not use a default label to call the GH runner r=irevoire a=curquiza

Since we now have multiple self-hosted github runners, we need to differentiate them calling them in the CI. The `self-hosted` label is the default one, so we need to use the unique and appropriate one for the benchmark machine

<img width="925" alt="Capture d’écran 2022-01-04 à 15 42 18" src="https://user-images.githubusercontent.com/20380692/148079840-49cd7878-5912-46ff-8ab8-bf646777f782.png">


Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2022-01-04 15:41:08 +00:00 committed by GitHub
commit 74594be234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ env:
jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: self-hosted
runs-on: benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1

View File

@ -12,7 +12,7 @@ env:
jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: self-hosted
runs-on: benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1

View File

@ -12,7 +12,7 @@ env:
jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: self-hosted
runs-on: benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1

View File

@ -12,7 +12,7 @@ env:
jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: self-hosted
runs-on: benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1

View File

@ -12,7 +12,7 @@ env:
jobs:
benchmarks:
name: Run and upload benchmarks
runs-on: self-hosted
runs-on: benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1