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