mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix
This commit is contained in:
parent
1cec1d3aaa
commit
919089ddbe
@ -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 '
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user