mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update tests/ci/run_check.py
#do_not_test Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
This commit is contained in:
parent
155b5f3cff
commit
a23913b277
@ -180,15 +180,15 @@ def main():
|
||||
)
|
||||
print("::notice ::Cannot run")
|
||||
sys.exit(1)
|
||||
else:
|
||||
post_commit_status(
|
||||
commit,
|
||||
SUCCESS,
|
||||
"",
|
||||
"ok",
|
||||
PR_CHECK,
|
||||
pr_info,
|
||||
)
|
||||
|
||||
post_commit_status(
|
||||
commit,
|
||||
SUCCESS,
|
||||
"",
|
||||
"ok",
|
||||
PR_CHECK,
|
||||
pr_info,
|
||||
)
|
||||
|
||||
ci_report_url = create_ci_report(pr_info, [])
|
||||
print("::notice ::Can run")
|
||||
|
Loading…
Reference in New Issue
Block a user