File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments