diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-02-27 19:24:00 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-02-28 13:56:07 +0000 |
| commit | 39318b7ac2faf7b59d11452f4ff94e4735614d85 (patch) | |
| tree | fd78cb3b32109010d4c4804c6afb210dfea8c0ca /.github | |
| parent | cc8d4cb89e37cd26964a642a7fdcfbf7c0cbcd11 (diff) | |
./github/workflows/ci.yml: run race_dashboard in parallel
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24587f853..226250708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,6 +140,23 @@ jobs: cd gopath/src/github.com/google/syzkaller .github/workflows/run.sh make presubmit_race + race_dashboard: + runs-on: arc-runner-set + container: gcr.io/syzkaller/env:latest + env: + GOPATH: /__w/syzkaller/syzkaller/gopath + CI: true + TERM: dumb + steps: + - name: checkout + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + with: + path: gopath/src/github.com/google/syzkaller + - name: run + run: | + cd gopath/src/github.com/google/syzkaller + .github/workflows/run.sh make presubmit_race_dashboard + old: runs-on: ubuntu-latest container: gcr.io/syzkaller/old-env:latest |
