-
Notifications
You must be signed in to change notification settings - Fork 1
Olivier DALET edited this page Jul 18, 2019
·
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
- Generate Code Coverage Reports with ReportGenerator in Azure DevOps: https://ardalis.com/generate-code-coverage-reports-with-reportgenerator-in-azure-devops
- ReportGenerator
- Concourse: https://concourse-ci.org/
- Installation Tricks; in the yaml:
- set privileged to false (privileged s not supported when Docker is in Windows mode)
- Per https://github.com/concourse/concourse/issues/3758, append
CONCOURSE_WORKER_TSA_WORKER_PRIVATE_KEY: a
at the end of the file
- Tuto: http://concoursetutorial.com/
- Installation Tricks; in the yaml:
- Gocd: https://www.gocd.org/
- Everything as Code with Azure DevOps Pipelines
- 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