diff --git a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml index f7500e0d80..0c0cd8d0a8 100644 --- a/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml @@ -296,7 +296,10 @@ stages: skipComponentGovernanceDetection: true workspace: clean: all - pool: Onnxruntime-Linux-A10-24G + pool: + name: Onnxruntime-Linux-GPU-A100-WUS3 + demands: + - WorkFolder -equals /mnt/storage/ steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 displayName: 'Clean Agent Directories'