File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "./programs" ,
1414 "./rust" ,
1515 "./ci/jobs/build_clickhouse.py" ,
16- "./ci/jobs/scripts/job_hooks/build_profile_hook.py" ,
16+ # "./ci/jobs/scripts/job_hooks/build_profile_hook.py",
1717 ],
1818 with_git_submodules = True ,
1919)
@@ -153,7 +153,7 @@ class JobConfigs:
153153 digest_config = build_digest_config ,
154154 post_hooks = [
155155 "python3 ./ci/jobs/scripts/job_hooks/build_master_head_hook.py" ,
156- "python3 ./ci/jobs/scripts/job_hooks/build_profile_hook.py" ,
156+ # "python3 ./ci/jobs/scripts/job_hooks/build_profile_hook.py",
157157 ],
158158 ).parametrize (
159159 parameter = [
@@ -241,7 +241,7 @@ class JobConfigs:
241241 digest_config = build_digest_config ,
242242 post_hooks = [
243243 "python3 ./ci/jobs/scripts/job_hooks/build_master_head_hook.py" ,
244- "python3 ./ci/jobs/scripts/job_hooks/build_profile_hook.py" ,
244+ # "python3 ./ci/jobs/scripts/job_hooks/build_profile_hook.py",
245245 ],
246246 ).parametrize (
247247 parameter = [
You can’t perform that action at this time.
0 commit comments