mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
add infrastructure files to the download filter
This commit is contained in:
parent
eb3a7caa74
commit
44546458f0
@ -214,5 +214,8 @@ def download_performance_build(check_name, reports_path, result_path):
|
|||||||
|
|
||||||
def download_fuzzers(check_name, reports_path, result_path):
|
def download_fuzzers(check_name, reports_path, result_path):
|
||||||
download_builds_filter(
|
download_builds_filter(
|
||||||
check_name, reports_path, result_path, lambda x: x.endswith("_fuzzer")
|
check_name,
|
||||||
|
reports_path,
|
||||||
|
result_path,
|
||||||
|
lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user