Merge pull request #7067 from kzys/fuzz-optional

Make CI Fuzz optional
This commit is contained in:
Maksym Pavlenko
2022-06-15 21:19:26 -07:00
committed by GitHub

View File

@@ -12,15 +12,17 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'containerd'
dry-run: false
dry-run: true
language: go
continue-on-error: true
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'containerd'
fuzz-seconds: 300
dry-run: false
dry-run: true
language: go
continue-on-error: true
- name: Upload Crash
uses: actions/upload-artifact@v1
if: failure() && steps.build.outcome == 'success'