]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fuzzer CI: Don't choke on log output alone; sufficient parallelism for all (#4284)
authorTerry Burton <tez@terryburton.co.uk>
Fri, 22 Oct 2021 12:16:09 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 12:16:09 +0000 (08:16 -0400)
.github/workflows/ci.yml

index 50c9d8df49049ad9c698e5d024aef6f6989fff5f..471e4d7adc9cda0d0aef2d872bfac8350b77024f 100644 (file)
@@ -333,8 +333,8 @@ jobs:
         # For fuzzing we won't be needing eapol_test
         mkdir -p build/tests/eapol_test
         : > build/tests/eapol_test/eapol_test.mk
-        make -j 5 test.fuzzer FUZZER_TIMEOUT=720
-        find build/fuzzer -type f | grep . && exit 1 || :
+        make -j 8 test.fuzzer FUZZER_TIMEOUT=720
+        find build/fuzzer -type f ! -path 'build/fuzzer/*.log' | grep . && exit 1 || :
 
     - name: "Clang libFuzzer: Store assets on failure"
       uses: actions/upload-artifact@v2