Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Gather more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed May 7, 2019
1 parent 51f3508 commit 4f20112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ ansible-playbook --version
ansible-playbook -vvv tests/playbooks/all.yml

## Gather debug info
minishift status
minishift ssh 'ps auxw; docker ps -a; free -m; df -h'

for i in pvcs vmis vms pods; do
oc get $i --all-namespaces
done

0 comments on commit 4f20112

Please sign in to comment.