mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix build check
This commit is contained in:
parent
cf6898d05b
commit
2a1b331c0d
@ -233,7 +233,11 @@ if __name__ == "__main__":
|
|||||||
if ok_builds == 0 or some_builds_are_missing:
|
if ok_builds == 0 or some_builds_are_missing:
|
||||||
summary_status = "error"
|
summary_status = "error"
|
||||||
|
|
||||||
description = f"{ok_builds}/{total_builds} builds are OK"
|
addition = ""
|
||||||
|
if some_builds_are_missing:
|
||||||
|
addition = "(some builds are missing)"
|
||||||
|
|
||||||
|
description = f"{ok_builds}/{total_builds} builds are OK {addition}"
|
||||||
|
|
||||||
print("::notice ::Report url: {}".format(url))
|
print("::notice ::Report url: {}".format(url))
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ if __name__ == "__main__":
|
|||||||
report_url,
|
report_url,
|
||||||
NAME,
|
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)
|
||||||
if status == "error":
|
if status == "error":
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user