Skip to content
Snippets Groups Projects
Commit 91ca48af authored by Sören Henning's avatar Sören Henning
Browse files

Add additional logging

parent d397834a
No related branches found
No related tags found
No related merge requests found
Pipeline #8681 canceled
...@@ -38,6 +38,8 @@ spec: ...@@ -38,6 +38,8 @@ spec:
timeout 180s bash -c "until kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState | grep -i '^Finished$'; do kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState; sleep 5s; done" timeout 180s bash -c "until kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState | grep -i '^Finished$'; do kubectl get exec theodolite-test-execution -o json | jq -r .status.executionState; sleep 5s; done"
RETURN=$? RETURN=$?
echo "RETURN: $RETURN" echo "RETURN: $RETURN"
kubectl logs theodolite-test-example
kubectl logs theodolite-operator -c theodolite
kubectl delete -f example-configmap.yaml kubectl delete -f example-configmap.yaml
kubectl delete -f example-benchmark.yaml kubectl delete -f example-benchmark.yaml
kubectl delete -f test-example-execution.yaml kubectl delete -f test-example-execution.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment