Skip to content

Commit fcfb171

Browse files
joseph-isaacsclaude
andcommitted
ci: move benchmark runners to c8id.metal-48xl
Update the bench-dedicated runner family used by the PR, develop, and nightly benchmark workflows from c6id.metal to c8id.metal-48xl. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EE1ue4mLVxfSXTXUNbB8Y6
1 parent 66c447e commit fcfb171

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/develop-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 120
3636
runs-on: >-
3737
${{ github.repository == 'vortex-data/vortex'
38-
&& format('runs-on={0}/runner=bench-dedicated/family=c6id.metal/extras=s3-cache/tag={1}', github.run_id, matrix.benchmark.id)
38+
&& format('runs-on={0}/runner=bench-dedicated/family=c8id.metal-48xl/extras=s3-cache/tag={1}', github.run_id, matrix.benchmark.id)
3939
|| 'ubuntu-latest' }}
4040
strategy:
4141
fail-fast: false

.github/workflows/nightly-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
matrix:
3131
machine_type:
3232
- id: x86
33-
instance_name: c6id.metal
33+
instance_name: c8id.metal-48xl

.github/workflows/pr-bench-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 120
3333
runs-on: >-
3434
${{ github.repository == 'vortex-data/vortex'
35-
&& format('runs-on={0}/runner=bench-dedicated/family=c6id.metal/tag={1}{2}', github.run_id, inputs.benchmark_id, github.event.pull_request.head.repo.fork == false && '/extras=s3-cache' || '')
35+
&& format('runs-on={0}/runner=bench-dedicated/family=c8id.metal-48xl/tag={1}{2}', github.run_id, inputs.benchmark_id, github.event.pull_request.head.repo.fork == false && '/extras=s3-cache' || '')
3636
|| 'ubuntu-latest' }}
3737
steps:
3838
- uses: runs-on/action@v2

.github/workflows/sql-bench-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
machine_type:
1414
required: false
1515
type: string
16-
default: c6id.metal
16+
default: c8id.metal-48xl
1717

1818
jobs:
1919
resolve-matrix:

0 commit comments

Comments
 (0)