mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Add ANTLR test config to another json
This commit is contained in:
parent
c005dcdd26
commit
51481c9c5f
@ -225,6 +225,18 @@
|
|||||||
"with_coverage": false
|
"with_coverage": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Functional stateless tests (ANTLR debug)": {
|
||||||
|
"required_build_properties": {
|
||||||
|
"compiler": "clang-11",
|
||||||
|
"package_type": "deb",
|
||||||
|
"build_type": "debug",
|
||||||
|
"sanitizer": "none",
|
||||||
|
"bundled": "bundled",
|
||||||
|
"splitted": "unsplitted",
|
||||||
|
"clang-tidy": "disable",
|
||||||
|
"with_coverage": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"Functional stateful tests (release)": {
|
"Functional stateful tests (release)": {
|
||||||
"required_build_properties": {
|
"required_build_properties": {
|
||||||
"compiler": "clang-11",
|
"compiler": "clang-11",
|
||||||
|
Loading…
Reference in New Issue
Block a user