aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-12 12:07:30 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-12 14:58:29 +0000
commitb9754d58c294db4bce541c127d90603c9bfe2cb0 (patch)
tree55737efc0aafc87fc76d80e2c01b7e5764126838 /.github
parent189e93f224aa365d476b65dc5693774254b20d8a (diff)
all: remove mentions of big-env
Use just env instead of that.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 59f7dd711..e296a1286 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
path: .cache
key: cache
- name: run
- run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-big-env timeout --signal=SIGINT 15m make presubmit_big
+ run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env timeout --signal=SIGINT 15m make presubmit_big
- name: codecov
uses: codecov/codecov-action@2a829b95deaeea2d11d127cc0358005714ff35ea # v3
with:
@@ -91,7 +91,7 @@ jobs:
path: .cache
key: cache
- name: run
- run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-big-env make ${{ matrix.target }}
+ run: gopath/src/github.com/google/syzkaller/.github/workflows/run.sh syz-env make ${{ matrix.target }}
race:
runs-on: self-hosted
steps: