build-vm-image-windows.yml 444 Bytes
Newer Older
Yuge Zhang's avatar
Yuge Zhang committed
1
2
# FIXME: This pipeline is broken due to resource group location limitation.

3
4
5
6
7
8
9
10
11
12
13
14
15
trigger: none
pr: none

variables:
  resource_group: nni
  gallery_name: nniImageGallery
  network_security_group: nni-image-builder-nsg
  managed_image_name: nni-windows-image
  image_name: nniWindowsImage
  packer_config: config_windows

jobs:
- job: windows
Yuge Zhang's avatar
Yuge Zhang committed
16
  pool: nni-it-1es-11
17
18
19
  timeoutInMinutes: 90
  steps:
  - template: templates/build-vm-image-template.yml