mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
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:
parent
0a10a3003a
commit
d4fe4b5b51
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. ***
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue