mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 09:40:33 +01:00
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:
parent
0cbaf6cc8d
commit
d3e96aa02e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue