From 782b36195db07990654d9a0f312ca409efea7fde Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Sat, 17 Aug 2024 11:24:12 +1000 Subject: [PATCH] Revert PR exp changes (#2033) I thought I reverted this in ##2030, but apparently I did not. --- service/experiment-config.yaml | 6 +++--- service/gcbrun_experiment.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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