From 919089ddbe9eedd82e55a792798fd60f58e8d58c Mon Sep 17 00:00:00 2001 From: alesapin Date: Wed, 17 Nov 2021 15:08:46 +0300 Subject: [PATCH] Fix --- tests/ci/performance_comparison_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/performance_comparison_check.py b/tests/ci/performance_comparison_check.py index 636e6cd8caa..7b90caca7da 100644 --- a/tests/ci/performance_comparison_check.py +++ b/tests/ci/performance_comparison_check.py @@ -61,7 +61,7 @@ if __name__ == "__main__": raise Exception("Cannot binary clickhouse among build results") 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'. docker_env += ' -e CHPC_MAX_QUERIES=0 '