From cedc08be915c11dbb7a21976f230dc2176d6fd90 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Tue, 3 Dec 2024 13:04:17 +0100 Subject: [PATCH] Rebuild clickhouse on the build script changes --- tests/ci/ci_definitions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci/ci_definitions.py b/tests/ci/ci_definitions.py index d55e347c3ee..0e2ca626edc 100644 --- a/tests/ci/ci_definitions.py +++ b/tests/ci/ci_definitions.py @@ -612,6 +612,7 @@ class CommonJobConfigs: "./docker/packager/packager", "./rust", "./tests/ci/version_helper.py", + "./tests/ci/build_check.py", # FIXME: This is a WA to rebuild the CH and recreate the Performance.tar.zst artifact # when there are changes in performance test scripts. # Due to the current design of the perf test we need to rebuild CH when the performance test changes,