Rebuild clickhouse on the build script changes

This commit is contained in:
Mikhail f. Shiryaev 2024-12-03 13:04:17 +01:00
parent d0aaea9e82
commit cedc08be91
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -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,