Added Ampere_Openedge hardware type
[rec.git] / workflows / nanobot.sh
index dc02070..cd54507 100755 (executable)
@@ -57,9 +57,13 @@ helm install localric/nanobot --namespace rictest --name nanobot
 nanobot_pod=$(kubectl get pods -n rictest -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')
 sleep 10
 kubectl logs $nanobot_pod -n rictest
-
+#--------------kill helm---------------------------------------------------------------------
+pkill helm
 #------------checking the status of the rictest pod--------------------------------------
+sleep 30
 command="$(kubectl get po --no-headers --namespace=rictest --field-selector status.phase=Completed 2> /dev/null)"
 if [[ $command != "" ]]; then
   exit 1
 fi
+
+