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:
Eric Engestrom
2023-10-13 15:55:42 +01:00
committed by Marge Bot
parent 0cbaf6cc8d
commit d3e96aa02e

View File

@@ -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)