mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[MacOS] Build VM packer spec changed (#2359)
* scheduling condition added and changed VMs specs for macos * typo * changed conditions order * fixed an error * added spec parameters that use pipeline variables values Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
@@ -132,6 +132,9 @@ jobs:
|
||||
-VIServer "$(vcenter-server-v2)" `
|
||||
-VIUserName "$(vcenter-username-v2)" `
|
||||
-VIPassword "$(vcenter-password-v2)"
|
||||
-CpuCount "$(cpu-count)" `
|
||||
-CoresPerSocketCount "$(cores-per-socket-count)" `
|
||||
-Memory "$(memory)"
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Destroy VM (if build canceled only)'
|
||||
|
||||
Reference in New Issue
Block a user