-
Notifications
You must be signed in to change notification settings - Fork 243
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
Run e2e and integration test on windows and macOS host #2540
Comments
@mohammedzee1000 Can we please add those inputs that we discussed yesterday and before. @prietyc123 FYI... |
We can use travis.rb which is the official cli for travis ci or we can directly use the API. The main drawbacks of travis.rb is we cannot create job manually, just restarting existing ones and also while we can set envs, we cannot do it per build So i propose:
NOTE as said we will have to consider possible dirty reads with env and figure out how to work around that |
https://github.com/travis-ci/travis.rb For example after cluster is brought up, the prow job goes into a loop, where it injects env say Travis job on its part reads
Steve said: @amitkrout @girishramnani wdyt |
Steve said: |
Would it be possible to run tests against some of the internal clusters (like |
@mohammedzee1000 how long do you think before get #4063 in? Only then we can start working on this, right? |
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 |
/remove-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 |
Closing this. Related issues for MacOS (M1): /close |
@rm3l: 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. |
[kind/Feature]
Which functionality do you think we should add?
We can borrow macOS host on travis and windows from appveyor then only we can start our tests on these hosts.
Why is this needed?
Not yet implemented in CI.
The text was updated successfully, but these errors were encountered: