File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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-runner-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-runner-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-runner-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