From d8d79521ca2b266e631ac0ba7036a682ebb58b5b Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 2 Nov 2023 16:00:55 -0700 Subject: [PATCH] Disable ccache for DML (#18230) ### Description Disable ccache for DML. This change is similar to #18104. Now the DML build job is having the same timeout issue. I don't know why. But disabling ccache probably would help. --- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml index 2ba4b7bea3..fdb9238071 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml @@ -84,7 +84,7 @@ stages: job_name_suffix: x64_RelWithDebInfo RunOnnxRuntimeTests: ${{ parameters.RunOnnxRuntimeTests }} ORT_EP_NAME: DML - WITH_CACHE: true + WITH_CACHE: false MachinePool: onnxruntime-Win2022-GPU-dml-A10 - stage: kernelDocumentation