mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge branch 'break-ci' of github.com:ClickHouse/ClickHouse into break-ci
This commit is contained in:
commit
93bfe94c86
@ -140,5 +140,8 @@ def download_clickhouse_binary(check_name, reports_path, result_path):
|
||||
|
||||
def download_performance_build(check_name, reports_path, result_path):
|
||||
download_builds_filter(
|
||||
check_name, reports_path, result_path, lambda x: x.endswith("performance.tar.zst")
|
||||
check_name,
|
||||
reports_path,
|
||||
result_path,
|
||||
lambda x: x.endswith("performance.tar.zst"),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user