mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add flaky tests config
This commit is contained in:
parent
8f9ec30315
commit
35ab3657c3
@ -441,6 +441,18 @@
|
|||||||
"with_coverage": false
|
"with_coverage": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Integration tests flaky check (asan)": {
|
||||||
|
"required_build_properties": {
|
||||||
|
"compiler": "clang-11",
|
||||||
|
"package_type": "deb",
|
||||||
|
"build_type": "relwithdebuginfo",
|
||||||
|
"sanitizer": "address",
|
||||||
|
"bundled": "bundled",
|
||||||
|
"splitted": "unsplitted",
|
||||||
|
"clang-tidy": "disable",
|
||||||
|
"with_coverage": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"Compatibility check": {
|
"Compatibility check": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "gcc-10",
|
"compiler": "gcc-10",
|
||||||
|
Loading…
Reference in New Issue
Block a user