Skip to content

Commit

Permalink
Apply black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Dec 16, 2021
1 parent 6a45f5a commit 3ae6541
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tests/ci/ci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"splitted": "unsplitted",
"alien_pkgs": True,
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"performance": {
"compiler": "clang-13",
Expand All @@ -21,7 +21,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_gcc": {
"compiler": "gcc-11",
Expand All @@ -31,7 +31,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"package_asan": {
"compiler": "clang-13",
Expand All @@ -41,7 +41,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"package_ubsan": {
"compiler": "clang-13",
Expand All @@ -51,7 +51,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"package_tsan": {
"compiler": "clang-13",
Expand All @@ -61,7 +61,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"package_msan": {
"compiler": "clang-13",
Expand All @@ -71,7 +71,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"package_debug": {
"compiler": "clang-13",
Expand All @@ -81,7 +81,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_release": {
"compiler": "clang-13",
Expand All @@ -91,7 +91,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_tidy": {
"compiler": "clang-13",
Expand All @@ -101,7 +101,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "enable",
"with_coverage": False
"with_coverage": False,
},
"binary_splitted": {
"compiler": "clang-13",
Expand All @@ -111,7 +111,7 @@
"bundled": "bundled",
"splitted": "splitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_darwin": {
"compiler": "clang-13-darwin",
Expand All @@ -121,7 +121,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_aarch64": {
"compiler": "clang-13-aarch64",
Expand All @@ -131,7 +131,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_freebsd": {
"compiler": "clang-13-freebsd",
Expand All @@ -141,7 +141,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_darwin_aarch64": {
"compiler": "clang-13-darwin-aarch64",
Expand All @@ -151,7 +151,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
"with_coverage": False,
},
"binary_ppc64le": {
"compiler": "clang-13-ppc64le",
Expand All @@ -161,8 +161,8 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": False
}
"with_coverage": False,
},
},
"builds_report_config": {
"ClickHouse build check (actions)": [
Expand All @@ -173,7 +173,7 @@
"package_tsan",
"package_msan",
"package_debug",
"binary_release"
"binary_release",
],
"ClickHouse special build check (actions)": [
"binary_tidy",
Expand Down Expand Up @@ -320,6 +320,6 @@
},
"Performance Comparison (actions)": {
"required_build": "performance",
}
}
},
},
}

0 comments on commit 3ae6541

Please sign in to comment.