File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -292,13 +292,12 @@ steps:
292292 ns=$(kubectl get ns -oname | grep apptest- | cut -d/ -f2)
293293
294294 while : ; do
295- kubectl -n "$ns" get pods -oname | grep "apptest-.*- smoke-test-pod" && break
295+ kubectl -n "$ns" get pods -oname | grep "smoke-test-pod" && break
296296 sleep 10
297297 done
298- pod=$(kubectl -n "$ns" get pods -oname | grep "apptest-.*-smoke-test-pod" | cut -d/ -f2)
299298
300- kubectl wait -n "$ns" --for=condition=ready --timeout=5m pod $ pod
301- kubectl logs -n "$ns" $ pod -f --tail=-1
299+ kubectl wait -n "$ns" --for=condition=ready --timeout=5m pod smoke-test- pod
300+ kubectl logs -n "$ns" smoke-test- pod -f --tail=-1
302301 waitFor :
303302 - check-cloud-marketplace-tools
304303 - push-deployer
You can’t perform that action at this time.
0 commit comments