mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge branch 'clickbench-ci' of github.com:ClickHouse/ClickHouse into clickbench-ci
This commit is contained in:
commit
c6f1832686
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user