| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add windows 10 machine with vagrant•••It is still useful to have windows 10 for development when you don't
need docker. The GUI is particularly useful, and this would help us test
on multiple windows machines as well.
| Steve Azzopardi | 2019-02-06 | 1 | -1/+13 |
| * | Use windows server 2019 for Vagrant environment•••Move to `StefanScherer/windows_2019_docker` base image in the Vagrant
file which is a windows server 2019 evaluation period with docker pre
installed.
This changes the provision script a bit since to install open ssh we
need to update windows servers so we have to do a few restarts for that.
more info on why the update is needed can be found
https://github.com/MicrosoftDocs/windowsserverdocs/issues/2074.
The way we are achieving restarts during the provisioning of the box is
using https://github.com/aidanns/vagrant-reload as a vagrant plugin. The
plugin is automatically installed if not found.
Use PSWindowsUpdate PowerShell module to programmatically install the
updates.
| Steve Azzopardi | 2019-01-31 | 1 | -1/+17 |
| * | Move vagrant provision script to `scripts/` dir•••Part of the followup in https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1003#note_128132169
| Steve Azzopardi | 2019-01-25 | 1 | -1/+1 |
| * | Add vagrant config for testing on Windows | Alessio Caiazza | 2018-11-12 | 1 | -0/+20 |