Commit 063ad84f authored by Erik Wilson's avatar Erik Wilson

Enable sonobuoy local-path-provisioner startup check

parent 04e44b69
...@@ -193,7 +193,7 @@ echo "Started ${K3S_AGENT}" ...@@ -193,7 +193,7 @@ echo "Started ${K3S_AGENT}"
# --- # ---
timeout --foreground 1m bash -c 'wait-for-nodes 2' timeout --foreground 1m bash -c 'wait-for-nodes 2'
timeout --foreground 1m bash -c 'wait-for-services coredns' timeout --foreground 1m bash -c 'wait-for-services coredns local-path-provisioner'
if [ "$ARCH" = 'arm' ]; then if [ "$ARCH" = 'arm' ]; then
echo "Aborting sonobuoy tests, images not available for $ARCH" echo "Aborting sonobuoy tests, images not available for $ARCH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment