Skip to content

Commit 9e58f62

Browse files
committed
.github: request fewer CPUs for workers
1 parent 6c9acf7 commit 9e58f62

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/arc_config/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ template:
197197
command: ["/home/runner/run.sh"]
198198
resources:
199199
requests:
200-
cpu: 31
200+
cpu: 28
201201

202202
## Optional controller service account that needs to have required Role and RoleBinding
203203
## to operate this gha-runner-scale-set installation.
@@ -207,4 +207,4 @@ template:
207207
## Note: if your controller is installed to only watch a single namespace, you have to pass these values explicitly.
208208
# controllerServiceAccount:
209209
# namespace: arc-system
210-
# name: test-arc-gha-runner-scale-set-controller
210+
# name: test-arc-gha-runner-scale-set-controller

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
.github/workflows/run.sh make presubmit_aux
5050
5151
build:
52-
runs-on: ubuntu-24.04-8core
52+
runs-on: arc-cunner-set
5353
container: gcr.io/syzkaller/env:latest
5454
env:
5555
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -80,7 +80,7 @@ jobs:
8080
verbose: true
8181

8282
dashboard:
83-
runs-on: ubuntu-24.04-8core
83+
runs-on: arc-cunner-set
8484
container: gcr.io/syzkaller/env:latest
8585
env:
8686
GOPATH: /__w/syzkaller/syzkaller/gopath
@@ -136,7 +136,7 @@ jobs:
136136
.github/workflows/run.sh make ${{ matrix.target }}
137137
138138
race:
139-
runs-on: ubuntu-24.04-8core
139+
runs-on: arc-cunner-set
140140
timeout-minutes: 15 # Q1 2024 experiments may affect timeout, let's relax it
141141
container: gcr.io/syzkaller/env:latest
142142
env:
@@ -162,7 +162,7 @@ jobs:
162162
.github/workflows/run.sh make presubmit_race
163163
164164
race_dashboard:
165-
runs-on: ubuntu-24.04-8core
165+
runs-on: arc-runner-set
166166
container: gcr.io/syzkaller/env:latest
167167
env:
168168
GOPATH: /__w/syzkaller/syzkaller/gopath

0 commit comments

Comments
 (0)