Replace ubuntu-latest with onnxruntime-Ubuntu2204-AMD-CPU (#20736)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Jian Chen 2024-05-22 13:36:02 -07:00 committed by GitHub
parent 0a10a3003a
commit d4fe4b5b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ stages:
jobs:
- job: D1
pool:
vmImage: ubuntu-latest
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
variables:
MyVar: $[stageDependencies.Setup.Set_Variables.outputs['Set_Release_Version_Suffix.ReleaseVersionSuffix']]
BuildDate: $[stageDependencies.Setup.Set_Variables.outputs['Set_Build_Date.BuildDate']]
@ -149,7 +149,7 @@ stages:
jobs:
- job: Download_Java_Tools
pool:
vmImage: ubuntu-latest
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
steps:
- checkout: none
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3

View file

@ -50,7 +50,7 @@ stages:
job_name: Test_LINUX_x86_64_Wheels
itemPattern: '*/*manylinux*x86_64.whl'
machine_pool:
vmImage: 'ubuntu-22.04'
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
# ****The following Stage depend on all previous tags. ***

View file

@ -7,7 +7,7 @@ stages:
jobs:
- job: Set_Variables
pool:
vmImage: ubuntu-latest
name: 'onnxruntime-Ubuntu2204-AMD-CPU'
steps:
- checkout: none
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3