Skip to content

Commit 782b361

Browse files
authored
Revert PR exp changes (#2033)
I thought I reverted this in ##2030, but apparently I did not.
1 parent adff65e commit 782b361

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

service/experiment-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Unless you are a fuzzbench maintainer running this service, this
33
# will not work with your setup.
44

5-
trials: 2
6-
max_total_time: 2100
5+
trials: 20
6+
max_total_time: 82800 # 23 hours, the default time for preemptible experiments.
77
cloud_project: fuzzbench
88
docker_registry: gcr.io/fuzzbench
99
cloud_compute_zone: us-central1-c
@@ -15,7 +15,7 @@ preemptible_runners: true
1515

1616
# This experiment should generate a report that is combined with other public
1717
# "production" experiments.
18-
merge_with_nonprivate: false
18+
merge_with_nonprivate: true
1919

2020
# This experiment should be merged with other reports in later experiments.
2121
private: false

service/gcbrun_experiment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import logging
2121
import os
2222
import sys
23-
# dummy
2423

2524
# pytype: disable=import-error
2625
import github # pylint: disable=import-error

0 commit comments

Comments
 (0)