Skip to content
Snippets Groups Projects
Commit 626853e0 authored by s2870355's avatar s2870355
Browse files

fix parallel

parent a4c83ddf
No related branches found
No related tags found
No related merge requests found
Pipeline #70231 passed
......@@ -125,6 +125,7 @@ def run_ci(compile_info : list[dict]) -> bool:
if job["task"].returncode != 0:
print("failed: " + job['location'])
failed_jobs.append(job['location'])
removed_job = job
else:
print("completed: " + job['location'])
compile_info = [remove_from_depends(r, job['location']) for r in compile_info]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment