gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 181/282: CIfuzz: switch off 'dry_run' mode


From: gnunet
Subject: [gnurl] 181/282: CIfuzz: switch off 'dry_run' mode
Date: Wed, 01 Apr 2020 14:30:46 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit ea1b2eb9768ee5db73dcd9408c726531e2605655
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Feb 28 10:29:14 2020 +0100

    CIfuzz: switch off 'dry_run' mode
    
    Follow-up from #4960: now make it fail if it detects problems.
    
    Closes #4998
---
 .github/workflows/fuzz.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 3a2ac2368..296acc797 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -8,17 +8,16 @@ jobs:
       uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
       with:
         oss-fuzz-project-name: 'curl'
-        dry-run: true
+        dry-run: false
     - name: Run Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
       with:
         oss-fuzz-project-name: 'curl'
         fuzz-seconds: 600
-        dry-run: true
+        dry-run: false
     - name: Upload Crash
       uses: actions/upload-artifact@v1
       if: failure()
       with:
         name: artifacts
         path: ./out/artifacts
-

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]