From 369c41345fa7f20363171759545644ccc65ced22 Mon Sep 17 00:00:00 2001 From: Tpt Date: Tue, 7 Mar 2023 09:38:27 +0100 Subject: [PATCH] CI: Increases fuzz time --- .github/workflows/tests.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c62c9314..fd14d7f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -297,9 +297,11 @@ jobs: - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 600 + fuzz-seconds: 1800 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 fuzz_repo: @@ -317,9 +319,11 @@ jobs: - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 3600 + fuzz-seconds: 7200 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 fuzz_prune: @@ -339,6 +343,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} fuzz-seconds: 14400 mode: 'prune' + parallel-fuzzing: true storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git fuzz_coverage: @@ -353,7 +358,8 @@ jobs: - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 600 + fuzz-seconds: 1800 mode: 'coverage' sanitizer: 'coverage' + parallel-fuzzing: true storage-repo: https://${{ secrets.FULL_ACCESS_TOKEN }}@github.com/oxigraph/clusterfuzzlite-oxigraph.git