ci_run_n_monitor: explain how to pass multiple targets without having to use regexes
Fixes: 6825c67c99
("ci_run_n_monitor: allow passing multiple targets")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28461>
This commit is contained in:

committed by
Marge Bot

parent
48566d00b1
commit
189b4193ee
@@ -289,7 +289,8 @@ def parse_args() -> None:
|
||||
parser.add_argument(
|
||||
"--target",
|
||||
metavar="target-job",
|
||||
help="Target job regex. For multiple targets, separate with pipe | character",
|
||||
help="Target job regex. For multiple targets, pass multiple values, "
|
||||
"eg. `--target foo bar`.",
|
||||
required=True,
|
||||
nargs=argparse.ONE_OR_MORE,
|
||||
)
|
||||
|
Reference in New Issue
Block a user