mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update tests/ci/ci_config.py
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
This commit is contained in:
parent
67d5e5885e
commit
e54fbd3367
@ -202,13 +202,6 @@ class JobConfig:
|
||||
release_only: bool = False
|
||||
|
||||
|
||||
# About the "sparse_checkout" option:
|
||||
#
|
||||
# It's needed only to test the option itself.
|
||||
# No particular sense to use it in the build,
|
||||
# and it is even slows down the job.
|
||||
|
||||
|
||||
@dataclass
|
||||
class BuildConfig:
|
||||
name: str
|
||||
@ -219,6 +212,8 @@ class BuildConfig:
|
||||
coverage: bool = False
|
||||
sanitizer: str = ""
|
||||
tidy: bool = False
|
||||
# sparse_checkout is needed only to test the option itself.
|
||||
# No particular sense to use it in every build, since it slows down the job.
|
||||
sparse_checkout: bool = False
|
||||
comment: str = ""
|
||||
static_binary_name: str = ""
|
||||
|
Loading…
Reference in New Issue
Block a user