Skip to content

Commit

Permalink
Update machine pool for AzureEP rel-1.15 (#16055)
Browse files Browse the repository at this point in the history
Update machine pool for AzureEP rel-1.15.

---------

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
  • Loading branch information
RandySheriffH and RandyShuai committed May 24, 2023
1 parent ddaaeea commit 638146b
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,23 +507,6 @@ stages:
${{ if contains(parameters.build_py_parameters, '--use_azure') }}:
device: '-d AZURE'

- ${{ if and(eq(parameters.enable_ubuntu_cpu, true), contains(parameters.build_py_parameters, '--use_azure'))}}:
- template: py-linux-ubuntu.yml
parameters:
arch: 'aarch64'
machine_pool: 'aiinfra-linux-ARM64-CPU-2019'
base_image: 'arm64v8/ubuntu:18.04'
device: '-d AZURE'

- ${{ if and(eq(parameters.enable_ubuntu_cpu, true), contains(parameters.build_py_parameters, '--use_azure'))}}:
- template: py-linux-ubuntu.yml
parameters:
arch: 'x86_64'
machine_pool: 'Linux-CPU'
base_image: 'ubuntu:18.04'
${{ if contains(parameters.build_py_parameters, '--use_azure') }}:
device: '-d AZURE'

- ${{ if eq(parameters.enable_linux_gpu, true) }}:
- template: py-linux-gpu.yml
parameters:
Expand Down

0 comments on commit 638146b

Please sign in to comment.