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 \
|
||||
--nodes=5 \
|
||||
--validators=3 \
|
||||
--log-level=Trace \
|
||||
--storage-quota=2048 \
|
||||
--storage-sell=1024 \
|
||||
--min-price=1024 \
|
||||
--max-collateral=1024 \
|
||||
--max-duration=3600000 \
|
||||
--block-ttl=120
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
dotnet run \
|
||||
--kube-config=/opt/kubeconfig.yaml \
|
||||
--codex-deployment=codex-deployment.json \
|
||||
--keep=1 \
|
||||
--stop=1
|
Loading…
Reference in New Issue