build-vm-image-windows.yml 471 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
trigger: none
pr: none

variables:
7
8
  resource_group: nni-image-builder
  gallery_name: nniImageGalleryV2
9
10
  network_security_group: nni-image-builder-nsg
  managed_image_name: nni-windows-image
11
  image_definition_name: nniWindowsImage
12
13
14
15
  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