Skip to content

Commit f76d90a

Browse files
committed
.travis.yml: On failure ouput cluster status and events
1 parent 00ef545 commit f76d90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ after_success:
4545

4646
after_failure:
4747
- echo 'Build failed, operator failed to generate, memcached operator is not running on $CLUSTER, or unit/integration tests failed'
48+
- kubectl get all --all-namespaces
49+
- kubectl get events --all-namespaces --field-selector=type=Warning

0 commit comments

Comments
 (0)