summaryrefslogtreecommitdiff
path: root/Vagrantfile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Azzopardi2019-02-061-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 Azzopardi2019-01-311-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 Azzopardi2019-01-251-1/+1
* Add vagrant config for testing on WindowsAlessio Caiazza2018-11-121-0/+20