-
Notifications
You must be signed in to change notification settings - Fork 263
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
Need to run e2e tests on different platforms, e.g., Windows, Mac OS X, and Linux #741
Comments
Well, it doesn't even support Unix! It only supports Kubernetes. But if someone was able to provide a kubernetes cluster running Windows and created the image performing desired e2e test (along with downloading repository and uploading files to GCS) I think we actually could do this. |
There might also be a non-Prow way of doing things that interacts with Github and could be a blocking presubmit, though there wouldn't be any periodic job. |
/close feel free to re-open if you've further comments. |
@navidshaikh: 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. |
Feature request
Currently the e2e tests are automated in CI and run only on Linux containers. This is great but does not reflect the different platforms we intend
kn
users to utilize. As a user client tool, we should expect more users to actually use Windows and Mac OS X as their execution platform.In addition, some issues have already surfaced that are specific to the user’s platform. In particular when it comes to
kn
plugins. See issues #738 #733 and #417.Use case
kn
from the downloaded binaryIn all of these cases, and solutions to issues above, we ideally would need to have e2e tests specific to the platform and running these tests in CI.
The text was updated successfully, but these errors were encountered: