diff --git a/service/experiment-config.yaml b/service/experiment-config.yaml index aadf084a6..b9acb09f8 100644 --- a/service/experiment-config.yaml +++ b/service/experiment-config.yaml @@ -2,8 +2,8 @@ # Unless you are a fuzzbench maintainer running this service, this # will not work with your setup. -trials: 2 -max_total_time: 2100 +trials: 20 +max_total_time: 82800 # 23 hours, the default time for preemptible experiments. cloud_project: fuzzbench docker_registry: gcr.io/fuzzbench cloud_compute_zone: us-central1-c @@ -15,7 +15,7 @@ preemptible_runners: true # This experiment should generate a report that is combined with other public # "production" experiments. -merge_with_nonprivate: false +merge_with_nonprivate: true # This experiment should be merged with other reports in later experiments. private: false diff --git a/service/gcbrun_experiment.py b/service/gcbrun_experiment.py index fa0313ec8..f19ab493d 100644 --- a/service/gcbrun_experiment.py +++ b/service/gcbrun_experiment.py @@ -20,7 +20,6 @@ import logging import os import sys -# dummy # pytype: disable=import-error import github # pylint: disable=import-error