Skip to content

Commit ad89e5b

Browse files
authored
stop doing any fuzzing (#1247)
The whole fuzzing pipeline is broken. Comment it out for now. See #1186 and #1223 Signed-off-by: Miek Gieben <miek@miek.nl>
1 parent 797f1f2 commit ad89e5b

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/cifuzz.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: CIFuzz
2-
on:
3-
pull_request:
4-
branches:
5-
- master
6-
paths:
7-
- '**.go'
8-
jobs:
9-
Fuzzing:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Build Fuzzers
13-
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
14-
with:
15-
oss-fuzz-project-name: 'go-dns'
16-
dry-run: false
17-
- name: Run Fuzzers
18-
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
19-
with:
20-
oss-fuzz-project-name: 'go-dns'
21-
fuzz-seconds: 300
22-
dry-run: false
23-
- name: Upload Crash
24-
uses: actions/upload-artifact@v1
25-
if: failure()
26-
with:
27-
name: artifacts
28-
path: ./out/artifacts
1+
#name: CIFuzz
2+
#on:
3+
# pull_request:
4+
# branches:
5+
# - master
6+
# paths:
7+
# - '**.go'
8+
#jobs:
9+
# Fuzzing:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - name: Build Fuzzers
13+
# uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
14+
# with:
15+
# oss-fuzz-project-name: 'go-dns'
16+
# dry-run: false
17+
# - name: Run Fuzzers
18+
# uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
19+
# with:
20+
# oss-fuzz-project-name: 'go-dns'
21+
# fuzz-seconds: 300
22+
# dry-run: false
23+
# - name: Upload Crash
24+
# uses: actions/upload-artifact@v1
25+
# if: failure()
26+
# with:
27+
# name: artifacts
28+
# path: ./out/artifacts

0 commit comments

Comments
 (0)