-
Notifications
You must be signed in to change notification settings - Fork 1.4k
cmd/openshift-install: Remove deprecated commands #715
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
cmd/openshift-install: Remove deprecated commands #715
Conversation
These have been deprecated since 3f4fe57 (cmd/openshift-install: Add 'destroy bootstrap' command, 2018-10-18, openshift#493) and 85c76c9 (cmd/openshift-install: Push creation under 'openshift create', 2018-10-22, openshift#513). The destroy commands were deprecated before the 0.3.0 release, so removing them now should be fine. The create commands landed after 0.3.0, but it's been a long time since they were deprecated. Our released versions currently go stale pretty fast, so there are unlikely to be any consumers of the old create commands that this removal would break.
fef9f24
to
e63f0e6
Compare
/approve |
/lgtm |
/retest |
/retest |
/retest |
same same error here openshift/machine-config-operator#191 (comment) :/ |
@wking, the e2e-libvirt job should not run by default! Did you comment to run it? In the release repo presubmits I have: |
I didn't do anything to turn it on, but since it's
/test e2e-aws Edit: I'm getting sleepy, 715 is the PR number. The last e2e-aws error was job 1540, although it had the same failure mode:
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, crawford, wking 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 |
/retest |
e2e-aws included:
/test e2e-aws |
/retest Please review the full test history for this PR and help us cut down flakes. |
Through 024ef63 (Merge pull request openshift#715 from wking/drop-deprecated-commands, 2018-11-21).
@wking: The following test 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. 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. I understand the commands that are listed here. |
These have been deprecated since 3f4fe57 (#493) and 85c76c9 (#513). The
destroy
commands were deprecated before the 0.3.0 release, so removing them now should be fine. Thecreate
commands landed after 0.3.0, but it's been a long time since they were deprecated. Our released versions currently go stale pretty fast, so there are unlikely to be any consumers of the oldcreate
commands that this removal would break./assign @crawford