Module: Mesa Branch: main Commit: 46b033a9bff0008588ace78800bd4e6cfc59debb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46b033a9bff0008588ace78800bd4e6cfc59debb
Author: Guilherme Gallo <guilherme.ga...@collabora.com> Date: Tue Nov 7 22:47:47 2023 -0300 ci/bin: Fix find_dependency function calls `find_dependency` signature changed, so we need to update their callings correctly. Fixes: 94655ff8111ee3d3f30d991fa7a937837570c60b Signed-off-by: Guilherme Gallo <guilherme.ga...@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25940> --- bin/ci/ci_run_n_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index c33c1023753..7306a21d0e4 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -352,7 +352,7 @@ if __name__ == "__main__": if args.target: print("🞋 job: " + Fore.BLUE + args.target + Style.RESET_ALL) 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( cur_project, pipe, target_jobs_regex, deps, args.force_manual, args.stress