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.
This commit is contained in:
Changming Sun 2023-11-02 16:00:55 -07:00 committed by GitHub
parent 8d48d3e9cc
commit d8d79521ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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