mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
ci_run_n_monitor: refresh job state when starting it
Avoids job staying in 'manual' state and making the script think there's nothing left running. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27499>
This commit is contained in:
parent
8a05cb8da7
commit
45df652d0b
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ def enable_job(
|
|||
job = get_pipeline_job(pipeline, new_job["id"])
|
||||
else:
|
||||
pjob.play()
|
||||
job = get_pipeline_job(pipeline, pjob.id)
|
||||
|
||||
if action_type == "target":
|
||||
jtype = "🞋 "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue