From b0a4ed93d8f9abe7956f224f7ff7fa30594656e5 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 30 Jun 2023 09:58:59 +0200 Subject: [PATCH] script for easy running of continuous tests in cluster --- ContinuousTests/run-continuous-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ContinuousTests/run-continuous-tests.sh diff --git a/ContinuousTests/run-continuous-tests.sh b/ContinuousTests/run-continuous-tests.sh new file mode 100644 index 0000000..6586ca7 --- /dev/null +++ b/ContinuousTests/run-continuous-tests.sh @@ -0,0 +1,4 @@ +dotnet run \ + --kube-config=/opt/kubeconfig.yaml \ + --codex-deployment=codex-deployment.json \ + --stop=1