Skip to content

Commit ede2ac5

Browse files
committed
wip
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 3188e24 commit ede2ac5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
matrix:
4949
machine_type:
5050
- id: x86
51-
instance_name: c6id.8xlarge
51+
instance_name: i7i.metal-24xl

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
machine_type:
1010
required: false
1111
type: string
12-
default: c6id.8xlarge
12+
default: i7i.metal-24xl
1313
benchmark_matrix:
1414
required: false
1515
type: string
@@ -109,7 +109,7 @@ jobs:
109109

110110
runs-on: >-
111111
${{ github.repository == 'vortex-data/vortex'
112-
&& format('runs-on={0}/runner=bench-dedicated/tag={1}{2}', github.run_id, matrix.id, (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && '/extras=s3-cache' || '')
112+
&& format('runs-on={0}/runner=bench-dedicated/instance-type={1}/tag={2}{3}', github.run_id, inputs.machine_type, matrix.id, (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && '/extras=s3-cache' || '')
113113
|| 'ubuntu-latest' }}
114114
steps:
115115
- uses: runs-on/action@v2

0 commit comments

Comments
 (0)