mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: fine tune fuzzing settings
This commit is contained in:
parent
25216f86e7
commit
4d79001991
6
.github/workflows/cflite_batch.yml
vendored
6
.github/workflows/cflite_batch.yml
vendored
|
@ -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:
|
||||
|
@ -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.
|
||||
|
|
2
.github/workflows/cflite_cron.yml
vendored
2
.github/workflows/cflite_cron.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user