From dbff8fd03bd2ef52f147d0ca3f68626598820455 Mon Sep 17 00:00:00 2001 From: alesapin Date: Wed, 22 Sep 2021 19:27:11 +0300 Subject: [PATCH] Add missed keeper jepsen config --- tests/ci/ci_config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/ci/ci_config.json b/tests/ci/ci_config.json index 2efb6faa614..6222e4f61bc 100644 --- a/tests/ci/ci_config.json +++ b/tests/ci/ci_config.json @@ -704,6 +704,18 @@ "clang-tidy": "disable", "with_coverage": false } + }, + "ClickHouse Keeper Jepsen": { + "required_build_properties": { + "compiler": "clang-13", + "package_type": "binary", + "build_type": "relwithdebuginfo", + "sanitizer": "none", + "bundled": "bundled", + "splitted": "unsplitted", + "clang-tidy": "disable", + "with_coverage": false + } } } }