Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "onnxruntime-Linux-CPU-For-Android-CI" machine pool to "onnxruntime-Ubuntu2204-AMD-CPU" #19698

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading