From fab855c4bb9ead22d16cac4b72177528ad49c397 Mon Sep 17 00:00:00 2001 From: benbierens Date: Sat, 7 Oct 2023 07:49:55 +0200 Subject: [PATCH] adds log and data paths --- Tests/CodexContinuousTests/deploy-and-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/CodexContinuousTests/deploy-and-run.sh b/Tests/CodexContinuousTests/deploy-and-run.sh index e392da4..8c12a4a 100644 --- a/Tests/CodexContinuousTests/deploy-and-run.sh +++ b/Tests/CodexContinuousTests/deploy-and-run.sh @@ -29,6 +29,8 @@ do screen -d -m dotnet run \ --kube-config=/opt/kubeconfig.yaml \ --codex-deployment=codex-deployment-$i.json \ + --log-path=logs-$i \ + --data-path=data-$i \ --keep=1 \ --stop=1 \ --target-duration=172800 # 48 hours