-
Notifications
You must be signed in to change notification settings - Fork 1
Olivier DALET edited this page Sep 29, 2018
·
20 revisions
-
https://github.com/Microsoft/perfview
- Appveyor config: https://github.com/Microsoft/perfview/blob/master/appveyor.yml
- Codecov config: https://github.com/Microsoft/perfview/blob/master/.codecov.yml
- Install Runner on Windows: https://docs.gitlab.com/runner/install/windows.html
- Runner Doc: https://docs.gitlab.com/runner/
- En français : https://guillaumebriday.fr/installer-et-utiliser-les-gitlab-runners
- On Windows: https://medium.com/@khandelwal12nidhi/setting-up-gitlab-runner-on-windows-d3c46b855ec9
- Issue (Document current best practice for shared Windows GitLab CI runners): https://gitlab.com/gitlab-org/gitlab-runner/issues/3379
- Associated Merge Request: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/706
- Linked issue (Windows Container Executor): https://gitlab.com/gitlab-org/gitlab-runner/issues/2609
- Interesting links:
- Windows packer pipelines: https://github.com/StefanScherer/packer-windows
- Example Dockerfile for running gitlab-runner in a Windows container: https://github.com/patsissons/docker-gitlab-runner-windows
- Microsoft's VSTS Hosted Pool packer templates https://github.com/Microsoft/vsts-image-generation
- NB: this uses packer from Hachicorp (creators of Vagrant) to automate building the VM images See vm