File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ try_load_cuda_env() {
202
202
load_cuda_env () {
203
203
try_load_cuda_env
204
204
if [ " ${have_cuda} " != " yes" ] ; then
205
- if [ " ${ucx_gpu_test } " = " yes" ] ; then
205
+ if [ " ${ucx_gpu } " = " yes" ] ; then
206
206
azure_log_error " CUDA load failed on GPU node $( hostname -s) "
207
207
exit 1
208
208
fi
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ stages:
297
297
- template : wire_compat.yml
298
298
parameters :
299
299
name : gpu
300
- demands : ucx_gpu_test -equals yes
300
+ demands : ucx_gpu -equals yes
301
301
container : centos7_cuda11
302
302
ucx_targets :
303
303
ucx_1_15 :
@@ -337,7 +337,7 @@ stages:
337
337
- template : tests.yml
338
338
parameters :
339
339
name : gpu
340
- demands : ucx_gpu_test -equals yes
340
+ demands : ucx_gpu -equals yes
341
341
test_perf : 1
342
342
container : centos7_cuda11
343
343
- template : tests.yml
@@ -386,7 +386,7 @@ stages:
386
386
parameters :
387
387
arch : amd64
388
388
name : gpu
389
- demands : ucx_gpu_test
389
+ demands : ucx_gpu
390
390
391
391
- template : ../jucx/jucx-test.yml
392
392
parameters :
@@ -403,7 +403,7 @@ stages:
403
403
- template : go/go-test.yml
404
404
parameters :
405
405
name : gpu
406
- demands : ucx_gpu_test -equals yes
406
+ demands : ucx_gpu -equals yes
407
407
408
408
- stage : Build_Static
409
409
dependsOn : [Static_check]
@@ -461,7 +461,7 @@ stages:
461
461
- template : tests.yml
462
462
parameters :
463
463
name : gpu
464
- demands : ucx_gpu_test -equals yes
464
+ demands : ucx_gpu -equals yes
465
465
test_perf : 0
466
466
container : centos8_cuda11_asan
467
467
asan_check : yes
You can’t perform that action at this time.
0 commit comments