Skip to content
Snippets Groups Projects
Commit a8ac4a21 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fuzzer settings

parent 17db9022
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,4 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_fuzzer_client.sh"
timeout_mins: 1440 # 24 hours is the maximum allowed value
......@@ -37,4 +37,5 @@ git submodule update --init
# download fuzzer docker image from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting
config=asan-trace-cmp runtime=3600 tools/jenkins/run_fuzzer.sh client_fuzzer
# runtime 23 * 60 mins
config=asan-trace-cmp runtime=82800 tools/jenkins/run_fuzzer.sh client_fuzzer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment