-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
openshift-diagnostics => diagnostics subcommands #18186
openshift-diagnostics => diagnostics subcommands #18186
Conversation
3b62cc2
to
8746c7b
Compare
Fixed bug that e2e test uncovered. Should be good now. |
@deads2k any chance we could get this in today? One more alternative: don't try to make these diagnostics subcommands. Instead, just create hidden |
/lgtm |
8746c7b
to
99e5c7f
Compare
Rebased and squashed. |
99e5c7f
to
7b8ab0f
Compare
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/18186/test_pull_request_origin_extended_conformance_install/5951/ looks like #17882 |
@juanvallejo and @deads2k this is just waiting for your lgtm and approval (respectively). Base PR #17773 was lgtm/approved but needed tweaks to pass tests; we can ask @soltysh to lgtm that again if you want to merge it separately, or do both at once via this PR. Just looking to proceed with this blocker however you think that's best. |
@sosiouxme looks like completions were the only thing that changed in #17773? If so, @deads2k I'm fine with merging it in one go in this PR. /lgtm |
#17773 merged so this is really just the second commit. |
docs/man was one, but this PR touches much more dirs: hack, images, contrib which I don't need approval rights for oc itself. |
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.
/lgtm
/approve
Instead of building a separate `openshift-diagnostics` just turn its subcommands into hidden subcommands on `oc adm diagnostics`. Then use these within diagnostics pods. fixes openshift#18141 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513
7b8ab0f
to
776865b
Compare
/approve |
Rebased (should have seen that coming). |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juanvallejo, soltysh, sosiouxme, stevekuznetsov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Bad luck, https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/18186/test_pull_request_origin_extended_conformance_gce/14947/ hit a rare one -- #15059 /retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
Automatic merge from submit-queue. |
Builds on commit from #17773 (diagnostics: individual parameters).
Removes
openshift-diagnostics
in favor of hiddenoc adm diagnostics
subcommands as proposed with #18149 (comment).Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534513 and #18141