mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Move non-essential builds to special
Special builds have lower CI priority and start later. If some tests fail, they won't start at all, so we'll save some CI time.
This commit is contained in:
parent
50c55eb2d2
commit
946d364b10
@ -110,6 +110,18 @@
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "disable",
|
||||
"with_coverage": false
|
||||
}
|
||||
],
|
||||
"special_build_config": [
|
||||
{
|
||||
"compiler": "clang-11",
|
||||
"build-type": "debug",
|
||||
"sanitizer": "",
|
||||
"package-type": "deb",
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "enable",
|
||||
"with_coverage": true
|
||||
},
|
||||
{
|
||||
"compiler": "clang-11",
|
||||
@ -152,18 +164,6 @@
|
||||
"with_coverage": false
|
||||
}
|
||||
],
|
||||
"special_build_config": [
|
||||
{
|
||||
"compiler": "clang-11",
|
||||
"build-type": "debug",
|
||||
"sanitizer": "",
|
||||
"package-type": "deb",
|
||||
"bundled": "bundled",
|
||||
"splitted": "unsplitted",
|
||||
"tidy": "enable",
|
||||
"with_coverage": true
|
||||
}
|
||||
],
|
||||
"tests_config": {
|
||||
"Functional stateful tests (address)": {
|
||||
"required_build_properties": {
|
||||
|
Loading…
Reference in New Issue
Block a user