Merge branch 'clickbench-ci' of github.com:ClickHouse/ClickHouse into clickbench-ci

This commit is contained in:
Alexey Milovidov 2023-12-10 19:55:18 +01:00
commit c6f1832686

View File

@ -214,9 +214,7 @@ def main():
print(f"::notice:: {check_name} Report url: {report_url}") print(f"::notice:: {check_name} Report url: {report_url}")
if args.post_commit_status == "commit_status": if args.post_commit_status == "commit_status":
post_commit_status( post_commit_status(commit, state, report_url, description, check_name, pr_info)
commit, state, report_url, description, check_name, pr_info
)
elif args.post_commit_status == "file": elif args.post_commit_status == "file":
post_commit_status_to_file( post_commit_status_to_file(
post_commit_path, post_commit_path,
@ -236,7 +234,7 @@ def main():
stopwatch.duration_seconds, stopwatch.duration_seconds,
stopwatch.start_time_str, stopwatch.start_time_str,
report_url, report_url,
check_name check_name,
) )
ch_helper.insert_events_into(db="default", table="checks", events=prepared_events) ch_helper.insert_events_into(db="default", table="checks", events=prepared_events)