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:
Alexander Kuzmenkov 2020-09-17 14:41:14 +03:00
parent 50c55eb2d2
commit 946d364b10

View File

@ -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": {