-
Notifications
You must be signed in to change notification settings - Fork 197
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
OCPBUGS-44857: Separate resources with comma to fix malformed inspect #465
Conversation
oc adm inspect --all-namespaces command was malformed, so its resources were never gathered.
/jira refresh |
@palonsoro: No Jira issue is referenced in the title of this pull request. In 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 openshift-eng/jira-lifecycle-plugin repository. |
@palonsoro: This pull request references Jira Issue OCPBUGS-44857, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@palonsoro: This pull request references Jira Issue OCPBUGS-44857, which is invalid:
Comment In 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@palonsoro: This pull request references Jira Issue OCPBUGS-44857, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In 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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm Since we let a couple of bugs slip in I'll put this on hold until someone from QE can test this. @zhouying7780 you previously have helped me test changes in must-gather repository, are you able to do pre-merge testing on this PR? /retest |
/jira refresh |
@palonsoro: This pull request references Jira Issue OCPBUGS-44857, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In 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 openshift-eng/jira-lifecycle-plugin repository. |
/label qe-approved |
build the must-gather image and tested , can't reproduce the issue now : |
Assigning Arda for approval /assign @ardaguclu |
Thank you |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, flavianmissi, palonsoro 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 |
/hold cancel |
/jira refresh |
@palonsoro: This pull request references Jira Issue OCPBUGS-44857, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In 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 openshift-eng/jira-lifecycle-plugin repository. |
@palonsoro: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
@palonsoro: Jira Issue OCPBUGS-44857: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-44857 has been moved to the MODIFIED state. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: ose-must-gather |
/cherrypick release-4.18 |
@palonsoro: new pull request created: #470 In 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-sigs/prow repository. |
Fix for: https://issues.redhat.com/browse/OCPBUGS-44857
oc adm inspect --all-namespaces
command was malformed, so its resources were never gathered.