ci_run_n_monitor: dependency jobs must always be started
Fixes: 6b49b477ac
("ci/ci_run_n_monitor: simplify enable/cancel logic in monitor_pipeline()")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25715>
This commit is contained in:

committed by
Marge Bot

parent
0cbaf6cc8d
commit
d3e96aa02e
@@ -117,7 +117,7 @@ def monitor_pipeline(
|
||||
|
||||
# run dependencies and cancel the rest
|
||||
if job.name in dependencies:
|
||||
enable_job(project, job, "dep", force_manual)
|
||||
enable_job(project, job, "dep", True)
|
||||
else:
|
||||
to_cancel.append(job)
|
||||
|
||||
|
Reference in New Issue
Block a user