Update tests/ci/ci_config.py

Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
This commit is contained in:
Alexey Milovidov 2024-02-09 18:32:54 +01:00 committed by GitHub
parent 67d5e5885e
commit e54fbd3367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ""