Skip to content

Commit

Permalink
Output the docker image cache as we wait
Browse files Browse the repository at this point in the history
for the pods to come up
  • Loading branch information
mikedep333 committed Jul 23, 2019
1 parent a098c1e commit 04e0ad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/pulp-operator-check-and-wait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ for tries in {0..120}; do
echo "STATUS: Still waiting on pods to transitiion to running state."
echo "PODS:"
echo "$pods"
echo "DOCKER IMAGE CACHE:"
sudo docker images
fi
if [[ $tries -eq 120 ]]; then
echo "ERROR 3: Pods never all transitioned to Running state"
Expand Down

0 comments on commit 04e0ad9

Please sign in to comment.