Our open-source project needs 4+ cpu cores to run its tests. How can I specify this in azure-pipelines.yml
? By default, the VM is 2 cpu for vmImage: 'ubuntu-latest'
.
Asked
Active
Viewed 3,845 times
1

Denis Glotov
- 173
- 1
- 7
-
an obvious answer would be to use **self** hosted agent. I'm not sure this is possible with hosted agents – 4c74356b41 Dec 30 '19 at 11:59
1 Answers
2
so this pretty much says you are limited to a specific VM size (Standard_DS2_v2).

4c74356b41
- 69,186
- 6
- 100
- 141