Skip to content

Commit 3d8ed99

Browse files
ci: change config.yaml path for nemesis (#24478)
1 parent 876e1ab commit 3d8ed99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/olap/load/lib/workload_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def _copy_cluster_config(cls, host: str, host_log: list) -> dict:
532532

533533
# Копируем cluster.yaml (если указан cluster_path)
534534
cluster_result = cls._copy_single_config(
535-
host, cls.cluster_path, "/Berkanavt/kikimr/cfg/config.yaml",
535+
host, cls.cluster_path, "/Berkanavt/nemesis/cfg/config.yaml",
536536
"cluster config", None, host_log
537537
)
538538
if not cluster_result["success"]:

0 commit comments

Comments
 (0)