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

This commit is contained in:
Alexey Milovidov 2023-01-09 04:34:42 +01:00
commit 93bfe94c86

View File

@ -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"),
)