From fa884141dccabfdfc35f8b829d598bb8e61014e3 Mon Sep 17 00:00:00 2001 From: Helen Koike Date: Fri, 29 Sep 2023 09:40:32 -0300 Subject: [PATCH] ci/ci_run_n_monitor: add docs for multiple targets clarify how multiple targets can be used with the pipe character. Signed-off-by: Helen Koike Part-of: --- bin/ci/ci_run_n_monitor.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 3e4da04..38c433e 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -238,7 +238,11 @@ def parse_args() -> None: epilog="Example: mesa-monitor.py --rev $(git rev-parse HEAD) " + '--target ".*traces" ', ) - parser.add_argument("--target", metavar="target-job", help="Target job") + parser.add_argument( + "--target", + metavar="target-job", + help="Target job regex. For multiple targets, separate with pipe | character", + ) parser.add_argument( "--token", metavar="token", -- 2.7.4