mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #32766 from ClickHouse/fix_build_performance
Fix build performance
This commit is contained in:
commit
6b5d09be57
@ -189,7 +189,7 @@ if __name__ == "__main__":
|
||||
logging.info("cache was not fetched, will create empty dir")
|
||||
os.makedirs(ccache_path)
|
||||
|
||||
if build_config['package_type'] == "performance":
|
||||
if build_config['package_type'] == "performance" and pr_info.number != 0:
|
||||
# because perf tests store some information about git commits
|
||||
subprocess.check_call(f"cd {repo_path} && git fetch origin master:master", shell=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user