Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 13, 2024
1 parent cc3b200 commit e4e17dc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stages:
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'

- job: build_x64_asan
Expand Down Expand Up @@ -95,7 +95,7 @@ stages:
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'

- stage: x64_release_dnnl
Expand All @@ -113,7 +113,7 @@ stages:
isTraining: false
ORT_EP_NAME: DNNL
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
# Intel EPs require Intel CPUs
MachinePool: 'onnxruntime-Win2022-Intel-CPU'

Expand All @@ -133,7 +133,7 @@ stages:
isTraining: false
ORT_EP_NAME: XNNPACK
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'

- stage: x64_release_winml
Expand Down Expand Up @@ -172,7 +172,7 @@ stages:
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'

- stage: training_x64_debug
Expand All @@ -190,7 +190,7 @@ stages:
isTraining: true
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win2022-CPU-training-AMD'

- stage: training_x64_release
Expand All @@ -208,7 +208,7 @@ stages:
isTraining: true
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win2022-CPU-training-AMD'

- stage: ort_training_apis_x64_release
Expand All @@ -227,7 +227,7 @@ stages:
isTraining: true
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win2022-CPU-training-AMD'

- stage: x64_release_azure
Expand All @@ -254,7 +254,7 @@ stages:
isTraining: false
ORT_EP_NAME: CPU
GenerateDocumentation: false
WITH_CACHE: true
WITH_CACHE: false
MachinePool: 'onnxruntime-Win-CPU-2022'


0 comments on commit e4e17dc

Please sign in to comment.