CI: Increases fuzz time

pull/414/head
Tpt 2 years ago
parent 1570a3a4f1
commit 369c41345f
  1. 16
      .github/workflows/tests.yml

@ -297,9 +297,11 @@ jobs:
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 - uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600 fuzz-seconds: 1800
mode: 'code-change' mode: 'code-change'
sanitizer: address sanitizer: 'address'
minimize-crashes: true
parallel-fuzzing: true
storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git
fuzz_repo: fuzz_repo:
@ -317,9 +319,11 @@ jobs:
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 - uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 3600 fuzz-seconds: 7200
mode: 'batch' mode: 'batch'
sanitizer: address sanitizer: 'address'
minimize-crashes: true
parallel-fuzzing: true
storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git
fuzz_prune: fuzz_prune:
@ -339,6 +343,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 14400 fuzz-seconds: 14400
mode: 'prune' mode: 'prune'
parallel-fuzzing: true
storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git
fuzz_coverage: fuzz_coverage:
@ -353,7 +358,8 @@ jobs:
- uses: google/clusterfuzzlite/actions/run_fuzzers@v1 - uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600 fuzz-seconds: 1800
mode: 'coverage' mode: 'coverage'
sanitizer: 'coverage' sanitizer: 'coverage'
parallel-fuzzing: true
storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git

Loading…
Cancel
Save