Skip to content

Commit

Permalink
Update test-prow-e2e.sh
Browse files Browse the repository at this point in the history
Dump CustomResourceDefinition $ARTIFACT_DIR
  • Loading branch information
rabin-io authored Dec 18, 2024
1 parent c119a2b commit c9fb00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function generateLogsAndCopyArtifacts {
oc cluster-info dump > ${ARTIFACT_DIR}/cluster_info.json
oc get catalogsource -A -o wide > ${ARTIFACT_DIR}/catalogsource.yaml
oc get catalogsource -A -o yaml >> ${ARTIFACT_DIR}/catalogsource.yaml
oc get CustomResourceDefinition -o yaml > ${ARTIFACT_DIR}/CustomResourceDefinition.yaml
oc get subscriptions -n ${NS} -o wide > ${ARTIFACT_DIR}/subscription_details.yaml
oc get subscriptions -n ${NS} -o yaml >> ${ARTIFACT_DIR}/subscription_details.yaml
oc get csvs -n ${NS} -o wide > ${ARTIFACT_DIR}/csvs.yaml
Expand Down

0 comments on commit c9fb00d

Please sign in to comment.