Skip to content

Commit

Permalink
Disable merge_with_nonprivate
Browse files Browse the repository at this point in the history
Avoid merging fuzzers under GreenBench with the same fuzzers under FuzzBench
  • Loading branch information
DonggeLiu authored Dec 6, 2023
1 parent 2c96195 commit d6a9a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/experiment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ preemptible_runners: true

# This experiment should generate a report that is combined with other public
# "production" experiments.
merge_with_nonprivate: true
merge_with_nonprivate: false

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

0 comments on commit d6a9a33

Please sign in to comment.