Try use clang-10 for tsan.

This commit is contained in:
Nikolai Kochetov 2020-12-16 15:35:01 +03:00
parent f57b7bc249
commit c63c7137ab

View File

@ -52,7 +52,7 @@
"with_coverage": false "with_coverage": false
}, },
{ {
"compiler": "clang-11", "compiler": "clang-10",
"build-type": "", "build-type": "",
"sanitizer": "thread", "sanitizer": "thread",
"package-type": "deb", "package-type": "deb",
@ -179,7 +179,7 @@
}, },
"Functional stateful tests (thread)": { "Functional stateful tests (thread)": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",
@ -263,7 +263,7 @@
}, },
"Functional stateless tests (thread)": { "Functional stateless tests (thread)": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",
@ -371,7 +371,7 @@
}, },
"Stress test (thread)": { "Stress test (thread)": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",
@ -419,7 +419,7 @@
}, },
"Integration tests (thread)": { "Integration tests (thread)": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "deb", "package_type": "deb",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",
@ -539,7 +539,7 @@
}, },
"Unit tests TSAN": { "Unit tests TSAN": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "binary", "package_type": "binary",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",
@ -551,7 +551,7 @@
}, },
"Unit tests UBSAN": { "Unit tests UBSAN": {
"required_build_properties": { "required_build_properties": {
"compiler": "clang-11", "compiler": "clang-10",
"package_type": "binary", "package_type": "binary",
"build_type": "relwithdebuginfo", "build_type": "relwithdebuginfo",
"sanitizer": "thread", "sanitizer": "thread",