From b51415b0ea24f404417fc0d37c3c7bcf48ae5042 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 19 Jan 2023 15:08:34 +0800 Subject: [PATCH] disable cache for training_x64_debug (#14358) ### Description disable cache to save disk space for training_x64_debug ### Motivation and Context To mitigate not enough disk space in training_x64_debug first. --- tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml index 77ec91824d..a2a067bfc2 100644 --- a/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ci-pipeline.yml @@ -146,7 +146,7 @@ stages: isTraining: true ORT_EP_NAME: CPU GenerateDocumentation: false - WITH_CACHE: true + WITH_CACHE: false MachinePool: 'onnxruntime-Win2019-CPU-training' - stage: training_x64_release