-
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
hack/lib/start.sh uses openshift start
#20655
Comments
/assign @smarterclayton @deads2k |
For those who will hit the same problem:
|
I think I'll probably just remove the magic of test-extended starting a cluster (make TEST_ONLY=1 the only supported behavior) |
Can we poll for consensus on openshift-dev@ first? |
i haven't used make test-extended in years... i've always started my own cluster and used TEST_ONLY=1. |
@openshift/sig-security both the LDAP and GSSAPI extended tests are now broken.
|
There is no support path now without oc cluster up that involves a node. Anyone who needs a node in those tests should be using oc cluster up or the correct extended flow, anyone who doesn't need a node should stop using start::all_in_one. |
Whoever made the change should update |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. 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/test-infra repository. |
openshift start
was removed in #20344, but our hack scripts still use it (for example,make test-extended
,os::start::all_in_one
).The text was updated successfully, but these errors were encountered: