Rigs sh scripts for debugging of continuous tests.
This commit is contained in:
parent
5f89db4012
commit
c744fd12c3
|
@ -3,10 +3,10 @@ dotnet run \
|
||||||
--kube-namespace=codex-continuous-tests \
|
--kube-namespace=codex-continuous-tests \
|
||||||
--nodes=5 \
|
--nodes=5 \
|
||||||
--validators=3 \
|
--validators=3 \
|
||||||
|
--log-level=Trace \
|
||||||
--storage-quota=2048 \
|
--storage-quota=2048 \
|
||||||
--storage-sell=1024 \
|
--storage-sell=1024 \
|
||||||
--min-price=1024 \
|
--min-price=1024 \
|
||||||
--max-collateral=1024 \
|
--max-collateral=1024 \
|
||||||
--max-duration=3600000 \
|
--max-duration=3600000 \
|
||||||
--block-ttl=120
|
--block-ttl=120
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
dotnet run \
|
dotnet run \
|
||||||
--kube-config=/opt/kubeconfig.yaml \
|
--kube-config=/opt/kubeconfig.yaml \
|
||||||
--codex-deployment=codex-deployment.json \
|
--codex-deployment=codex-deployment.json \
|
||||||
|
--keep=1 \
|
||||||
--stop=1
|
--stop=1
|
Loading…
Reference in New Issue