Skip to content
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

Check if we can run integration tests on windows with AppVeyor #360

Open
carlosms opened this issue Mar 21, 2019 · 2 comments
Open

Check if we can run integration tests on windows with AppVeyor #360

carlosms opened this issue Mar 21, 2019 · 2 comments
Assignees
Labels

Comments

@carlosms
Copy link
Contributor

Depends on #348.

This issue is to determine if we can run the integration tests, on windows, on AppVeyor.
And what would be needed to configure it as CI.

@carlosms carlosms added the tests label Mar 21, 2019
@smacker smacker self-assigned this Apr 3, 2019
@smacker
Copy link
Contributor

smacker commented Apr 3, 2019

It is possible to run windows test on AppVeyor. Example of the config file that will do the trick:
https://github.com/smacker/engine-1/blob/appveyor/.appveyor.yml

But it requires "MobyLinuxVM" Hyper-V VM which is available only on paid accounts:
https://ci.appveyor.com/project/appveyor-tests/docker-ce/build/1.0.29

How do we want to procced with it?
//cc @carlosms @smola

P.S. Log of the run with config from above is here, you can see it fails to switch to linux containers and nothing works after it obviously

@carlosms
Copy link
Contributor Author

carlosms commented Apr 4, 2019

The results posted by @smacker were shared with @smola in the last sync meeting.
This will be considered. Another option mentioned was to setup a windows machine in our jenkins.

I'm moving this to backlog since there is immediate task right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants