mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Apply black formatter
This commit is contained in:
parent
6a45f5a060
commit
3ae654168c
@ -11,7 +11,7 @@ CI_CONFIG = {
|
||||
"splitted": "unsplitted",
|
||||
"alien_pkgs": True,
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"performance": {
|
||||
"compiler": "clang-13",
|
||||
@ -21,7 +21,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_gcc": {
|
||||
"compiler": "gcc-11",
|
||||
@ -31,7 +31,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"package_asan": {
|
||||
"compiler": "clang-13",
|
||||
@ -41,7 +41,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"package_ubsan": {
|
||||
"compiler": "clang-13",
|
||||
@ -51,7 +51,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"package_tsan": {
|
||||
"compiler": "clang-13",
|
||||
@ -61,7 +61,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"package_msan": {
|
||||
"compiler": "clang-13",
|
||||
@ -71,7 +71,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"package_debug": {
|
||||
"compiler": "clang-13",
|
||||
@ -81,7 +81,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_release": {
|
||||
"compiler": "clang-13",
|
||||
@ -91,7 +91,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_tidy": {
|
||||
"compiler": "clang-13",
|
||||
@ -101,7 +101,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "enable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_splitted": {
|
||||
"compiler": "clang-13",
|
||||
@ -111,7 +111,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "splitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_darwin": {
|
||||
"compiler": "clang-13-darwin",
|
||||
@ -121,7 +121,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_aarch64": {
|
||||
"compiler": "clang-13-aarch64",
|
||||
@ -131,7 +131,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_freebsd": {
|
||||
"compiler": "clang-13-freebsd",
|
||||
@ -141,7 +141,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_darwin_aarch64": {
|
||||
"compiler": "clang-13-darwin-aarch64",
|
||||
@ -151,7 +151,7 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
"with_coverage": False,
|
||||
},
|
||||
"binary_ppc64le": {
|
||||
"compiler": "clang-13-ppc64le",
|
||||
@ -161,8 +161,8 @@ CI_CONFIG = {
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": False
|
||||
}
|
||||
"with_coverage": False,
|
||||
},
|
||||
},
|
||||
"builds_report_config": {
|
||||
"ClickHouse build check (actions)": [
|
||||
@ -173,7 +173,7 @@ CI_CONFIG = {
|
||||
"package_tsan",
|
||||
"package_msan",
|
||||
"package_debug",
|
||||
"binary_release"
|
||||
"binary_release",
|
||||
],
|
||||
"ClickHouse special build check (actions)": [
|
||||
"binary_tidy",
|
||||
@ -320,6 +320,6 @@ CI_CONFIG = {
|
||||
},
|
||||
"Performance Comparison (actions)": {
|
||||
"required_build": "performance",
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user