Skip to content

Commit

Permalink
Improve logs bumping for DW Happy path
Browse files Browse the repository at this point in the history
  • Loading branch information
sleshchenko committed Sep 7, 2021
1 parent 08c1cec commit 599ccb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ci/oci-devworkspace-happy-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ function bumpPodsInfo() {
}

function Catch_Finish() {
# grab devworkspace-controller namespace events after running e2e
bumpPodsInfo "eclipse-che"
bumpPodsInfo "devworkspace-controller"
bumpPodsInfo "admin-che"
oc get devworkspaces -n "admin-che" -o=yaml > $ARTIFACTS_DIR/devworkspaces.yaml
bumpPodsInfo "user-che"
oc get dw -n "user-che" -o=yaml > $ARTIFACTS_DIR/dw.yaml
oc get dwt -n "user-che" -o=yaml > $ARTIFACTS_DIR/dwt.yaml
oc get dwr -n "user-che" -o=yaml > $ARTIFACTS_DIR/dwr.yaml

collectLogs
}
Expand Down

0 comments on commit 599ccb9

Please sign in to comment.