switch build agents to the CUDA 10 pool (#106)

This commit is contained in:
Hector Li 2018-12-05 12:48:02 -08:00 committed by GitHub
parent 0573952499
commit 3dcf344f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
jobs:
- job: Windows_CI_GPU_Dev
pool: Win-GPU
pool: Win-GPU-CUDA10
variables:
CUDA_VERSION: '9.1'
steps: