reuse T4 on Linux GPU (#19879)

### Description

### Motivation and Context
Linux GPU test on A10 isn't very stable
This commit is contained in:
Yi Zhang 2024-03-14 01:41:36 +08:00 committed by GitHub
parent ed250b88c3
commit d5d9dbd51d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ stages:
--enable_cuda_profiling --enable_cuda_nhwc_ops \
--enable_pybind --build_java \
--use_cache \
--cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=86; \
--cmake_extra_defines CMAKE_CUDA_ARCHITECTURES=75; \
ccache -sv; \
ccache -z"
workingDirectory: $(Build.SourcesDirectory)
@ -183,7 +183,7 @@ stages:
skipComponentGovernanceDetection: true
workspace:
clean: all
pool: onnxruntime-Linux-GPU-A10
pool: onnxruntime-Linux-GPU-T4
steps:
- checkout: self
clean: true