Skip to content

Commit ea00762

Browse files
authored
test/e2e: Collect CatalogSource testing artifacts and delete empty files (#2460)
Update the test/e2e/collect-ci-artifacts.sh bash script and extend the list of resources gathered to also create a snapshot of CatalogSource resources in the test namespace. Signed-off-by: timflannagan <[email protected]>
1 parent 40b8b71 commit ea00762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/collect-ci-artifacts.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set -o errexit
1111
mkdir -p "${TEST_ARTIFACTS_DIR}"
1212

1313
commands=()
14+
commands+=("get catalogsources -o yaml")
1415
commands+=("get subscriptions -o yaml")
1516
commands+=("get operatorgroups -o yaml")
1617
commands+=("get clusterserviceversions -o yaml")

0 commit comments

Comments
 (0)