diff --git a/tests/ci/tests_config.json b/tests/ci/tests_config.json deleted file mode 100644 index 481de51d08b..00000000000 --- a/tests/ci/tests_config.json +++ /dev/null @@ -1,242 +0,0 @@ -{ - "Functional stateful tests (address)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "address", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (thread)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "thread", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (memory)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "memory", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (ubsan)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "undefined", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (debug)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "debug", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (release)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateful tests (release, DatabaseAtomic)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (address)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "address", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (thread)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "thread", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (memory)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "memory", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (ubsan)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "undefined", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (debug)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "debug", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (release)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (unbundled)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "unbundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (release, polymorphic parts enabled)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Functional stateless tests (release, DatabaseAtomic)": { - "required_build_properties": { - "compiler": "gcc-9", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "none", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Stress test (address)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "address", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Stress test (thread)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "thread", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Stress test (undefined)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "undefined", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - }, - "Stress test (memory)": { - "required_build_properties": { - "compiler": "clang-10", - "package_type": "deb", - "build_type": "relwithdebuginfo", - "sanitizer": "memory", - "bundled": "bundled", - "splitted": "unsplitted", - "clang-tidy": "disable", - "with_coverage": false - } - } -}