diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48bd1078b..17b38a401 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,3 +186,23 @@ jobs: run: | cd gopath/src/github.com/google/syzkaller .github/workflows/run.sh make presubmit_old + gvisor: + runs-on: ubuntu-latest + container: + image: gcr.io/syzkaller/syzbot:latest + options: --privileged + env: + GOPATH: /__w/syzkaller/syzkaller/gopath + CI: true + TERM: dumb + GITHUB_ACTIONS: true + 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 + make + .github/workflows/run.sh bash -xe tools/gvisor-smoke-test.sh |
