Skip to content

Commit

Permalink
Update os
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Feb 7, 2025
1 parent 67c2221 commit 15347b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ stages:
Jar_Packaging_GPU
workspace:
clean: all
pool: 'Onnxruntime-Linux-GPU'
pool:
name: 'Onnxruntime-Linux-GPU'
os: linux
variables:
- name: runCodesignValidationInjection
value: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ stages:
condition: succeeded()
workspace:
clean: all
pool: 'Onnxruntime-Linux-GPU'
pool:
name: 'Onnxruntime-Linux-GPU'
os: linux
variables:
- template: ../templates/common-variables.yml
- name: CUDA_VERSION_MAJOR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ jobs:
timeoutInMinutes: 120
workspace:
clean: all
pool: ${{parameters.pool_name}}
pool:
name: ${{parameters.pool_name}}
os: Linux


variables:
artifacts_directory: $(Build.BinariesDirectory)/.artifacts
Expand Down

0 comments on commit 15347b8

Please sign in to comment.