Skip to content

Commit d102f8c

Browse files
committed
use c6/7/8 runners
1 parent 8d29acd commit d102f8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cre-regression-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
| map({
9292
test_name: .value,
9393
test_id: .key,
94-
runs_on: "runs-on=\($run_id)-\(.key)-\($run_attempt)/cpu=8/ram=64/family=r6i+r7i+r8i/spot=co/image=ubuntu24-full-x64/extras=s3-cache",
94+
runs_on: "runs-on=\($run_id)-\(.key)-\($run_attempt)/cpu=8/ram=16/family=c6i+c7i+c8i/spot=co/image=ubuntu24-full-x64/extras=s3-cache",
9595
configs: ($per[.value] // "configs/workflow-gateway-capabilities-don.toml")
9696
})
9797
')

.github/workflows/cre-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
| to_entries
130130
| map(.value + {
131131
test_id: .key,
132-
runs_on: "runs-on=\($run_id)-\(.key)-\($run_attempt)/cpu=8/ram=64/family=r6i+r7i+r8i/spot=co/image=ubuntu24-full-x64/extras=s3-cache"
132+
runs_on: "runs-on=\($run_id)-\(.key)-\($run_attempt)/cpu=8/ram=16/family=c6i+c7i+c8i/spot=co/image=ubuntu24-full-x64/extras=s3-cache"
133133
})
134134
')
135135

0 commit comments

Comments
 (0)