Skip to content

Commit

Permalink
Change "onnxruntime-Linux-CPU-For-Android-CI" machine pool to "onnxru…
Browse files Browse the repository at this point in the history
…ntime-Ubuntu2204-AMD-CPU" (microsoft#19698)

### Description
The original one reports "out of disk space", which needs to be
investigated.
  • Loading branch information
snnn authored Feb 29, 2024
1 parent e30618d commit 2507794
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stages:
Codeql.Enabled: false
jobs:
- job: Build_CPU_EP
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
workspace:
clean: all
timeoutInMinutes: 30
Expand Down Expand Up @@ -140,7 +140,7 @@ stages:

jobs:
- job: Build_NNAPI_EP
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
timeoutInMinutes: ${{ variables.JobsTimeout }}
workspace:
clean: all
Expand Down Expand Up @@ -456,7 +456,7 @@ stages:
variables:
- name: skipComponentGovernanceDetection
value: true
pool: 'onnxruntime-Linux-CPU-For-Android-CI'
pool: 'onnxruntime-Ubuntu2204-AMD-CPU'
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
dependsOn:
- NNAPI_EP_MASTER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
timeoutInMinutes: 120
workspace:
clean: all
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
variables:
ORT_CACHE_DIR: $(Pipeline.Workspace)/ort_ccache
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ stages:
parameters:
NpmPackagingMode: ${{ variables.NpmPackagingMode }}
BuildConfig: 'Release'
PoolName: 'onnxruntime-Linux-CPU-For-Android-CI'
PoolName: 'onnxruntime-Ubuntu2204-AMD-CPU'
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
timeoutInMinutes: 60
workspace:
clean: all
pool: onnxruntime-Linux-CPU-For-Android-CI
pool: onnxruntime-Ubuntu2204-AMD-CPU
steps:
- checkout: self
clean: true
Expand All @@ -49,6 +49,7 @@ stages:
- task: PythonScript@0
displayName: 'Set variables from config file "${{ parameters.BuildConfigFile }}"'
inputs:
pythonInterpreter: /usr/bin/python3
scriptSource: inline
script: |
import json
Expand Down

0 comments on commit 2507794

Please sign in to comment.