Skip to content

Commit 4a9f860

Browse files
authored
Fast fix in harness after prev commit (#10968)
1 parent bb2d8c4 commit 4a9f860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/library/harness/param_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _get_param(name, default):
1313

1414
config_name = _get_param("kikimr.ci.cluster_name", None)
1515
ssh_username = _get_param("kikimr.ci.ssh_username", os.getenv('NEMESIS_USER', 'robot-nemesis'))
16-
deploy_cluster = _get_param("kikimr.ci.deploy_cluster", "true") == "true"
16+
deploy_cluster = _get_param("kikimr.ci.deploy_cluster", "false") == "true"
1717
use_packages = _get_param('kikimr.ci.packages', "false") == "true"
1818

1919
log_level = int(_get_param('kikimr.ci.driver.log_level', 5))

0 commit comments

Comments
 (0)