-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/e2e: Collect CatalogSource testing artifacts #2460
test/e2e: Collect CatalogSource testing artifacts #2460
Conversation
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 <timflannagan@gmail.com>
56fd530
to
014f013
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
@@ -11,6 +11,7 @@ set -o errexit | |||
mkdir -p "${TEST_ARTIFACTS_DIR}" | |||
|
|||
commands=() | |||
commands+=("get catalogsources -o yaml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: if the string doesn't need to be interpolated, use single quotes.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: njhale, timflannagan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
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.
Description of the change:
Motivation for the change:
Reviewer Checklist
/doc