-
Notifications
You must be signed in to change notification settings - Fork 42
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
make test-openshift
shouldn't configure contributor's box
#41
Comments
Isn't this the current state? There is a separate function |
Aha, |
This is what I was missing: So it is not that bad - but still, going forward if the cluster is down (that's the case for most contributors ATM, I guess), does it make sense to even attempt to disable firewall etc. when I'm rarely run the build under non-root user? And if user accidentally runs this under root, it changes his system config.. |
Ah right, that is true. So a better way to do this would be to expect an already prepared cluster along with some information to access it. And fail if neither of these is provided. Might be worthwhile to change the issue name to something more appropriate to the problem at hand. |
make test-openshift
shouldn't configure contributor's box
This issue can be closed. We do not support OpenShift 3 at all. |
.. and simply expect that OpenShift is installed on the box, or fail (a bit related to #40).
It would be really suspicious to require our end-users/contributors to run the openshift test-scripts "locally" ATM, since the tasks require root account. We could have some script for user's convenience (doing the oc installation), but the images in CI should be as much prepared as possible, same as user's boxes -- and we should only provide the login info into the openshift instance.
The text was updated successfully, but these errors were encountered: