From a713f862db94e5441dfcdaa3988b3d21e621f769 Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Mon, 21 Oct 2024 13:38:50 +1100 Subject: [PATCH 1/2] Update gcbrun_experiment.py --- service/gcbrun_experiment.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/gcbrun_experiment.py b/service/gcbrun_experiment.py index bbebcf1b9..95be473ca 100644 --- a/service/gcbrun_experiment.py +++ b/service/gcbrun_experiment.py @@ -17,6 +17,8 @@ from the last PR comment containing "/gcbrun" and pass it to run_experiment.py which will run an experiment.""" +# temp + import logging import os import sys From a856855def541b1c59b61a2074c371c314d8046d Mon Sep 17 00:00:00 2001 From: Dongge Liu Date: Mon, 21 Oct 2024 23:52:28 +1100 Subject: [PATCH 2/2] Update experiment-config.yaml --- service/experiment-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/experiment-config.yaml b/service/experiment-config.yaml index b9acb09f8..53885721b 100644 --- a/service/experiment-config.yaml +++ b/service/experiment-config.yaml @@ -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