This commit is contained in:
alesapin 2021-11-17 15:08:46 +03:00
parent 1cec1d3aaa
commit 919089ddbe

View File

@ -61,7 +61,7 @@ if __name__ == "__main__":
raise Exception("Cannot binary clickhouse among build results") raise Exception("Cannot binary clickhouse among build results")
docker_env = '' docker_env = ''
if pr_info.number != 0 and 'force tests' in {label.name for label in pr_info.labels}: if pr_info.number != 0 and 'force tests' in {label for label in pr_info.labels}:
# Run all perf tests if labeled 'force tests'. # Run all perf tests if labeled 'force tests'.
docker_env += ' -e CHPC_MAX_QUERIES=0 ' docker_env += ' -e CHPC_MAX_QUERIES=0 '