From a7b9ffb9a567b34093a54660fb4b6a44af3d7201 Mon Sep 17 00:00:00 2001 From: Mart11n Date: Thu, 17 Aug 2023 20:52:27 +0800 Subject: [PATCH] add experiment request for fafuzz - add a dummy comment in service/gcbrun_experiment.py --- service/gcbrun_experiment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gcbrun_experiment.py b/service/gcbrun_experiment.py index e9b9c5371..bfb736991 100644 --- a/service/gcbrun_experiment.py +++ b/service/gcbrun_experiment.py @@ -16,7 +16,7 @@ """Entrypoint for gcbrun into run_experiment. This script will get the command from the last PR comment containing "/gcbrun" and pass it to run_experiment.py which will run an experiment.""" - +# a dummy comment! import logging import os import sys