Moves continuous-tests default log path to persistent volume
This commit is contained in:
parent
b8b9e6b997
commit
dc0edce251
|
@ -38,7 +38,7 @@ do
|
|||
screen -d -m dotnet run \
|
||||
--kube-config=/opt/kubeconfig.yaml \
|
||||
--codex-deployment=codex-deployment-$name-$i.json \
|
||||
--log-path=logs-$name-$i \
|
||||
--log-path=/var/log/codex-continuous-tests/logs-$name-$i \
|
||||
--data-path=data-$name-$i \
|
||||
--keep=1 \
|
||||
--stop=1 \
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
dotnet run \
|
||||
--kube-config=/opt/kubeconfig.yaml \
|
||||
--codex-deployment=codex-deployment.json \
|
||||
--log-path=/var/log/codex-continuous-tests/logs \
|
||||
--keep=1 \
|
||||
--stop=10 \
|
||||
--target-duration=172800 # 48 hours
|
||||
|
|
Loading…
Reference in New Issue