From 3dcf344f093089d1b481faf40bf0a38f2cc83a91 Mon Sep 17 00:00:00 2001 From: Hector Li Date: Wed, 5 Dec 2018 12:48:02 -0800 Subject: [PATCH] switch build agents to the CUDA 10 pool (#106) --- tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml | 2 +- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml index 4ea1b7465f..9f4776502e 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-ci-pipeline.yml @@ -1,6 +1,6 @@ jobs: - job: Linux_CI_GPU_Dev - pool: Linux-GPU + pool: Linux-GPU-CUDA10 steps: - script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d gpu -r $(Build.BinariesDirectory)' displayName: 'Command Line Script' 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 11afb9f187..5ee219ea15 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 @@ -1,6 +1,6 @@ jobs: - job: Windows_CI_GPU_Dev - pool: Win-GPU + pool: Win-GPU-CUDA10 variables: CUDA_VERSION: '9.1' steps: