Skip to content

Commit

Permalink
add additional container loggging
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com>
  • Loading branch information
tlbueno committed Aug 8, 2024
1 parent abe02f1 commit 960d223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions operator-suite/container/scripts/yaml/020-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ data:
fi
}
log "Starting..."
sleep 15
log ""
log "Running with git commit id: $${COMMIT_ID}"
log "Running with image: $${CONTAINER_IMAGE}"
log "Running with image id: $$(kubectl -n claire get pod claire-test-suite -o jsonpath='{.status.containerStatuses[*].imageID}')"
log ""
log "Creating test-results directory: $${OPERATOR_TEST_RESULTS_DIR}"
mkdir -p "$${OPERATOR_TEST_RESULTS_DIR}"
Expand Down

0 comments on commit 960d223

Please sign in to comment.