ClickHouse/tests/ci/ci_config.json

84 lines
2.5 KiB
JSON
Raw Normal View History

2020-09-07 13:40:03 +00:00
{
"build_config": [
{
"compiler": "clang-13",
2020-09-07 13:40:03 +00:00
"build-type": "",
"sanitizer": "",
"package-type": "deb",
"bundled": "bundled",
"splitted": "unsplitted",
"alien_pkgs": true,
"tidy": "disable",
"with_coverage": false
},
{
"compiler": "clang-13",
2020-09-07 13:40:03 +00:00
"build-type": "",
"sanitizer": "",
"package-type": "performance",
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": false
},
{
2021-09-08 15:06:15 +00:00
"compiler": "gcc-11",
2020-09-07 13:40:03 +00:00
"build-type": "",
"sanitizer": "",
"package-type": "binary",
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": false
},
{
"compiler": "clang-13",
2020-09-07 13:40:03 +00:00
"build-type": "",
"sanitizer": "",
"package-type": "binary",
"bundled": "bundled",
2021-10-11 23:10:58 +00:00
"splitted": "unsplitted",
"tidy": "disable",
"with_coverage": false
2020-09-07 13:40:03 +00:00
}
],
"tests_config": {
2021-12-01 09:21:01 +00:00
"Testflows check": {
2020-09-07 13:40:03 +00:00
"required_build_properties": {
"compiler": "clang-13",
2020-09-07 13:40:03 +00:00
"package_type": "deb",
"build_type": "relwithdebuginfo",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
}
},
2021-12-01 09:21:01 +00:00
"Release": {
2020-09-07 13:40:03 +00:00
"required_build_properties": {
"compiler": "clang-13",
2020-09-07 13:40:03 +00:00
"package_type": "deb",
"build_type": "relwithdebuginfo",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
2021-02-15 10:26:34 +00:00
}
},
2021-09-22 16:27:11 +00:00
"ClickHouse Keeper Jepsen": {
"required_build_properties": {
"compiler": "clang-13",
"package_type": "binary",
"build_type": "relwithdebuginfo",
"sanitizer": "none",
"bundled": "bundled",
"splitted": "unsplitted",
"clang-tidy": "disable",
"with_coverage": false
}
2020-09-07 13:40:03 +00:00
}
2020-07-14 12:10:20 +00:00
}
2020-09-07 13:40:03 +00:00
}