mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Rename onnxruntime-Linux-CPU-2019 machine pool (#15691)
Rename onnxruntime-Linux-CPU-2019 machine pool to "onnxruntime-Ubuntu2004-AMD-CPU". The old one has an internal error and stuck there. I cannot make any change to it. It has been like this for more than 1 week. So I created a new pool with the same setting except the name is different. Also, move some android pipelines to "onnxruntime-Linux-CPU-For-Android-CI" which uses a standard image from https://github.com/actions/runner-images
This commit is contained in:
parent
a957a872d3
commit
d3d232b047
9 changed files with 9 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ stages:
|
|||
skipComponentGovernanceDetection: true
|
||||
ORT_CACHE_DIR: $(Agent.TempDirectory)/ort_ccache
|
||||
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
|
||||
pool: onnxruntime-Linux-CPU-2019
|
||||
pool: onnxruntime-Ubuntu2004-AMD-CPU
|
||||
steps:
|
||||
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
|
||||
displayName: 'Clean Agent Directories'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
variables:
|
||||
CCACHE_DIR: $(Agent.TempDirectory)/ccache
|
||||
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
|
||||
pool: onnxruntime-Linux-CPU-2019
|
||||
pool: onnxruntime-Ubuntu2004-AMD-CPU
|
||||
steps:
|
||||
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
|
||||
displayName: 'Clean Agent Directories'
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
workspace:
|
||||
clean: all
|
||||
pool: onnxruntime-Linux-CPU-2019
|
||||
pool: onnxruntime-Ubuntu2004-AMD-CPU
|
||||
steps:
|
||||
- checkout: self
|
||||
clean: true
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
workspace:
|
||||
clean: all
|
||||
pool: onnxruntime-Linux-CPU-2019
|
||||
pool: onnxruntime-Linux-CPU-For-Android-CI
|
||||
variables:
|
||||
ORT_CACHE_DIR: $(Pipeline.Workspace)/ort_ccache
|
||||
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
CCACHE_DIR: $(Pipeline.Workspace)/ccache
|
||||
workspace:
|
||||
clean: all
|
||||
pool: onnxruntime-Linux-CPU-2019
|
||||
pool: onnxruntime-Ubuntu2004-AMD-CPU
|
||||
steps:
|
||||
- task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3
|
||||
displayName: 'Clean Agent Directories'
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ stages:
|
|||
parameters:
|
||||
NpmPackagingMode: ${{ variables.NpmPackagingMode }}
|
||||
BuildConfig: 'Release'
|
||||
PoolName: 'onnxruntime-Linux-CPU-2019'
|
||||
PoolName: 'onnxruntime-Linux-CPU-For-Android-CI'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
- job: Onnxruntime_Linux_GPU_ORTTraining_Clear_Cache
|
||||
|
||||
timeoutInMinutes: 15
|
||||
pool: 'onnxruntime-Linux-CPU-2019'
|
||||
pool: 'onnxruntime-Ubuntu2004-AMD-CPU'
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ variables:
|
|||
- name: LINUX_CPU_BUILD_MACHINE_POOL_NAME # name of a variable
|
||||
# The public ADO project
|
||||
${{ if startsWith(variables['System.CollectionUri'], 'https://dev.azure.com/onnxruntime/') }}:
|
||||
value: 'onnxruntime-Linux-CPU-2019'
|
||||
value: 'onnxruntime-Ubuntu2004-AMD-CPU'
|
||||
# The private ADO project
|
||||
${{ if or(startsWith(variables['System.CollectionUri'], 'https://dev.azure.com/aiinfra/'),startsWith(variables['System.CollectionUri'], 'https://aiinfra.visualstudio.com/')) }}:
|
||||
value: 'aiinfra-Linux-CPU'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
parameters:
|
||||
AgentPool : 'onnxruntime-Linux-CPU-2019'
|
||||
AgentPool : 'onnxruntime-Ubuntu2004-AMD-CPU'
|
||||
StageName : 'Linux_CI_Dev'
|
||||
SubmoduleCheckoutMode: ''
|
||||
RunDockerBuildArgs: '-o ubuntu20.04 -d cpu -x "--build_wheel"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue