Skip to content

Commit f146f75

Browse files
committed
chore[ci]: bump query bench runner
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 1c48710 commit f146f75

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 120
3232
runs-on:
3333
- runs-on=${{ github.run_id }}
34-
- family=c6id.8xlarge
34+
- family=i7i.8xlarge
3535
- image=ubuntu24-full-x64
3636
- spot=false
3737
- ${{ github.event.pull_request.head.repo.fork == false && 'extras=s3-cache' || '' }}

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
timeout-minutes: 120
3737
runs-on:
3838
- runs-on=${{ github.run_id }}
39-
- family=c6id.8xlarge
39+
- family=i7i.8xlarge
4040
- image=ubuntu24-full-x64
4141
- spot=false
4242
- extras=s3-cache

.github/workflows/nightly-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
machine_type:
7171
- id: x86
72-
instance_name: c6id.8xlarge
72+
instance_name: i7i.8xlarge
7373
# TODO(joe): support other arch
7474
# - id: arm64
7575
# instance_name: c6gd.8xlarge

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
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.8xlarge
1313
benchmark_matrix:
1414
required: false
1515
type: string

0 commit comments

Comments
 (0)