mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Change CentOS build to use agent pool because builds on hosted agents run out of disk space. (#3662)
This commit is contained in:
parent
2dd4f7e96b
commit
49a1c5e546
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
jobs:
|
||||
- job: linux_centos_ci
|
||||
timeoutInMinutes: 60
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
pool: 'Linux-CPU'
|
||||
strategy:
|
||||
maxParallel: 2
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue