Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCR updates for tests in kubernetes repo #83

Merged
merged 11 commits into from
Jan 29, 2018
Prev Previous commit
Next Next commit
wait for deleted pods to disappear
  • Loading branch information
cben committed Jan 28, 2018
commit c84146e126825757dd511891356e9edba6a4f782
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ while oc get --show-all projects | grep my-project-0; do
sleep 3
done

while oc get pods --show-all --all-namespaces | grep my-pod; do
echo "... waiting for pods to disappear ..."
sleep 3
done

echo; echo "===== Record second VCR ====="

rm -v "$VCR_DIR"/refresher_after_deletions.{yml,txt} || true
Expand Down