Changes in version_helper.py should change the builds

This commit is contained in:
Mikhail f. Shiryaev 2024-06-05 00:40:24 +02:00
parent 76842d4e1b
commit c8e00d987e
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -280,6 +280,7 @@ builds_job_config = JobConfig(
"./packages", "./packages",
"./docker/packager/packager", "./docker/packager/packager",
"./rust", "./rust",
"./tests/ci/version_helper.py",
# FIXME: This is a WA to rebuild the CH and recreate the Performance.tar.zst artifact # FIXME: This is a WA to rebuild the CH and recreate the Performance.tar.zst artifact
# when there are changes in performance test scripts. # 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, # Due to the current design of the perf test we need to rebuild CH when the performance test changes,