engine-deprecated icon indicating copy to clipboard operation
engine-deprecated copied to clipboard

Check if we can run integration tests on windows with AppVeyor

Open carlosms opened this issue 6 years ago • 2 comments

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 avatar Mar 21 '19 11:03 carlosms

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

smacker avatar Apr 03 '19 11:04 smacker

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.

carlosms avatar Apr 04 '19 15:04 carlosms