-
Notifications
You must be signed in to change notification settings - Fork 2k
Capture more debugging output in steps #7899
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
Capture more debugging output in steps #7899
Conversation
51a03d9 to
cca7241
Compare
|
/test pj-rehearse |
ci-operator/step-registry/ipi/deprovision/deprovision/ipi-deprovision-deprovision-commands.sh
Outdated
Show resolved
Hide resolved
In the event of an installation failure, log bundles were not being added to artifacts dir. This commit attempts to identify a log bundle by pattern matching and discards any errors if the file doesn't exist.
…tep. This commit adds .openshift_install.log to $SHARED_DIR in install so it can be appended to in deprovision, enables trace level debugging and writes .openshift_install.log,from deprovision to the artifacts. This will be useful for debugging any deprovisioning failures.
Terraform is not used to destroy the vSphere cluster so this environment variable is not helping. Remove for clarity.
cca7241 to
06c8d90
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@patrickdillon: Updated the following 2 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@patrickdillon: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Steve found this opaque [1], so shift the cp into the 'set +e' block instead. The '|| :' syntax was originally from 20157f6 (Capture log bundle in install step, 2020-03-24, openshift#7899). [1]: https://github.com/openshift/release/pull/7936/files#r400512879
cc @wking @abhinavdahiya