diff --git a/.openshift-ci/tests/e2e.sh b/.openshift-ci/tests/e2e.sh index 329fdf8ed9..9df223a83d 100755 --- a/.openshift-ci/tests/e2e.sh +++ b/.openshift-ci/tests/e2e.sh @@ -149,6 +149,13 @@ if [[ "$DUMP_LOGS" == "true" ]]; then log "** END OPERATOR STATE **" log + log "** BEGIN GITOPS STATE **" + GITOPS_NS="openshift-gitops" + $KUBECTL -n $GITOPS_NS get pods || true + $KUBECTL -n $GITOPS_NS get apps || true + $KUBECTL -n $GITOPS_NS get apps -o yaml || true + log "** END GITOPS STATE **" + if [[ "$SPAWN_LOGGER" == "true" ]]; then log "Logs are in ${LOG_DIR}" log