Skip to content

Commit

Permalink
chore: fine tune fuzzing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Feb 14, 2022
1 parent 25216f8 commit 4d79001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: ClusterFuzzLite batch fuzzing
on:
schedule:
- cron: '0 14 * * *' # Run daily, hour chosen by fair dice roll
workflow_dispatch: # Manual trigger for testing
- cron: '0 6,8 * * *' # Run twice a day at low activity times
workflow_dispatch: # Manual trigger for testing
permissions: read-all
jobs:
BatchFuzzing:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 900 # 15min
fuzz-seconds: 3600 # 60min
mode: 'batch'
sanitizer: ${{ matrix.sanitizer }}
# Optional but recommended: For storing certain artifacts from fuzzing.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cflite_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: ClusterFuzzLite cron tasks
on:
schedule:
- cron: '0 16 * * *' # Once a day, after fuzzing run
- cron: '0 10 * * *' # Once a day, after fuzzing run
workflow_dispatch: # Manual trigger for testing

permissions: read-all
Expand Down

0 comments on commit 4d79001

Please sign in to comment.