ci/bin: Fix find_dependency function calls
`find_dependency` signature changed, so we need to update their callings
correctly.
Fixes: 94655ff811
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25940>
This commit is contained in:

committed by
Marge Bot

parent
533082f384
commit
46b033a9bf
@@ -352,7 +352,7 @@ if __name__ == "__main__":
|
|||||||
if args.target:
|
if args.target:
|
||||||
print("🞋 job: " + Fore.BLUE + args.target + Style.RESET_ALL)
|
print("🞋 job: " + Fore.BLUE + args.target + Style.RESET_ALL)
|
||||||
deps = find_dependencies(
|
deps = find_dependencies(
|
||||||
target_job=target_jobs_regex, iid=pipe.iid, project_path=cur_project
|
target_jobs_regex=target_jobs_regex, iid=pipe.iid, project_path=cur_project
|
||||||
)
|
)
|
||||||
target_job_id, ret = monitor_pipeline(
|
target_job_id, ret = monitor_pipeline(
|
||||||
cur_project, pipe, target_jobs_regex, deps, args.force_manual, args.stress
|
cur_project, pipe, target_jobs_regex, deps, args.force_manual, args.stress
|
||||||
|
Reference in New Issue
Block a user