ci_run_n_monitor: Poll mesa/mesa and user/mesa for pipelines at the same time.
authorEric Anholt <eric@anholt.net>
Thu, 19 Oct 2023 10:03:34 +0000 (12:03 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 20 Oct 2023 08:23:24 +0000 (08:23 +0000)
commitfb95f1d55c70e265dd0a3cf781d2840171983744
tree6e61b8f5b50bb3d1741dd0406102c4665a937f62
parent5f19452b8c328cfd7f1a18e66890b17d6dcf108c
ci_run_n_monitor: Poll mesa/mesa and user/mesa for pipelines at the same time.

Now you don't fail if you're trying to test a mesa/mesa MR pipeline and
gitlab takes more than 10s to create it.  And you don't have to wait 10
seconds to get things started (aka see if your regex was right) if you're
testing a user/mesa fork pipeline.

Fixes: 941d92408ee5 ("bin/ci_run_n_monitor: automatically pick MR pipelines when they exist")
Closes: #9894
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25810>
bin/ci/ci_run_n_monitor.py
bin/ci/gitlab_common.py
bin/ci/update_traces_checksum.py