aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-02-22 16:01:44 +0100
committerTaras Madan <tarasmadan@google.com>2024-02-22 15:12:49 +0000
commitbbb79582c485df7295f46f2345f6614a6342c279 (patch)
tree9e97a2fb6c4df37eb2249672ba30b878bd83ad88 /.github
parent345111b5c0a164190c90a1134a8c8b801792759d (diff)
ci.yml: change runners to org shared
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 72097471f..aba018f06 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
GITHUB_PR_COMMITS: ${{ github.event.pull_request.commits }}
run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env make presubmit_aux
build:
- runs-on: k8s-env
+ runs-on: ubuntu-20.04-32core
steps:
- name: checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@@ -58,7 +58,7 @@ jobs:
files: gopath/src/github.com/google/syzkaller/.coverage.txt
flags: unittests
dashboard:
- runs-on: k8s-env
+ runs-on: ubuntu-20.04-32core
steps:
- name: checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@@ -86,7 +86,7 @@ jobs:
- name: run
run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env make ${{ matrix.target }}
race:
- runs-on: k8s-env
+ runs-on: ubuntu-20.04-32core
steps:
- name: checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3