ci_run_n_monitor: add ability to specify the pipeline to use, instead of auto-detecti...
authorEric Engestrom <eric@igalia.com>
Wed, 24 May 2023 21:58:28 +0000 (22:58 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 26 May 2023 00:12:03 +0000 (00:12 +0000)
commit9ce717ab31f24faf0a15ba09e8f3efcd78929508
treeda136430d5b7be3e8f9f4c2392dc9f587f31966b
parent0539dec10f1c1efcb2c18858cc0aad3630211a7b
ci_run_n_monitor: add ability to specify the pipeline to use, instead of auto-detecting it

The auto-detection code currently looks for a repo called "mesa" in the
current user's fork (ie. the user providing the api token), which is great for
the common use case, but sometimes needs to be able to be overridden, such as
when running a pipeline in another fork than one's own, when working with
someone else in their fork.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23230>
bin/ci/ci_run_n_monitor.py