Revert "ci.yaml: use github org runners" This reverts commit 684b5338ab921a5dedbf3ce62bfcf72da1c7b043.
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d63a1e..b8bb574 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -49,7 +49,7 @@ .github/workflows/run.sh make presubmit_aux build: - runs-on: ubuntu-24.04-8core + runs-on: arc-runner-set container: gcr.io/syzkaller/env:latest env: GOPATH: /__w/syzkaller/syzkaller/gopath @@ -80,7 +80,7 @@ verbose: true dashboard: - runs-on: ubuntu-24.04-8core + runs-on: arc-runner-set container: gcr.io/syzkaller/env:latest env: GOPATH: /__w/syzkaller/syzkaller/gopath @@ -136,7 +136,7 @@ .github/workflows/run.sh make ${{ matrix.target }} race: - runs-on: ubuntu-24.04-8core + runs-on: arc-runner-set timeout-minutes: 15 # Q1 2024 experiments may affect timeout, let's relax it container: gcr.io/syzkaller/env:latest env: @@ -162,7 +162,7 @@ .github/workflows/run.sh make presubmit_race race_dashboard: - runs-on: ubuntu-24.04-8core + runs-on: arc-runner-set container: gcr.io/syzkaller/env:latest env: GOPATH: /__w/syzkaller/syzkaller/gopath