From 49a1c5e546bce66c240490aabe64cce73f48b8e9 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Thu, 23 Apr 2020 12:19:19 -0700 Subject: [PATCH] Change CentOS build to use agent pool because builds on hosted agents run out of disk space. (#3662) --- tools/ci_build/github/azure-pipelines/centos-ci-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/centos-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/centos-ci-pipeline.yml index e97c087576..4b853f894a 100644 --- a/tools/ci_build/github/azure-pipelines/centos-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/centos-ci-pipeline.yml @@ -1,8 +1,7 @@ jobs: - job: linux_centos_ci timeoutInMinutes: 60 - pool: - vmImage: 'ubuntu-latest' + pool: 'Linux-CPU' strategy: maxParallel: 2 matrix: