Skip to content

Commit b9800e3

Browse files
committed
AZP: Remove test labels
Signed-off-by: Alexey Rivkin <[email protected]>
1 parent b834f40 commit b9800e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

buildlib/az-helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ try_load_cuda_env() {
202202
load_cuda_env() {
203203
try_load_cuda_env
204204
if [ "${have_cuda}" != "yes" ] ; then
205-
if [ "${ucx_gpu_test}" = "yes" ] ; then
205+
if [ "${ucx_gpu}" = "yes" ] ; then
206206
azure_log_error "CUDA load failed on GPU node $(hostname -s)"
207207
exit 1
208208
fi

buildlib/pr/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ stages:
297297
- template: wire_compat.yml
298298
parameters:
299299
name: gpu
300-
demands: ucx_gpu_test -equals yes
300+
demands: ucx_gpu -equals yes
301301
container: centos7_cuda11
302302
ucx_targets:
303303
ucx_1_15:
@@ -337,7 +337,7 @@ stages:
337337
- template: tests.yml
338338
parameters:
339339
name: gpu
340-
demands: ucx_gpu_test -equals yes
340+
demands: ucx_gpu -equals yes
341341
test_perf: 1
342342
container: centos7_cuda11
343343
- template: tests.yml
@@ -386,7 +386,7 @@ stages:
386386
parameters:
387387
arch: amd64
388388
name: gpu
389-
demands: ucx_gpu_test
389+
demands: ucx_gpu
390390

391391
- template: ../jucx/jucx-test.yml
392392
parameters:
@@ -403,7 +403,7 @@ stages:
403403
- template: go/go-test.yml
404404
parameters:
405405
name: gpu
406-
demands: ucx_gpu_test -equals yes
406+
demands: ucx_gpu -equals yes
407407

408408
- stage: Build_Static
409409
dependsOn: [Static_check]
@@ -461,7 +461,7 @@ stages:
461461
- template: tests.yml
462462
parameters:
463463
name: gpu
464-
demands: ucx_gpu_test -equals yes
464+
demands: ucx_gpu -equals yes
465465
test_perf: 0
466466
container: centos8_cuda11_asan
467467
asan_check: yes

0 commit comments

Comments
 (0)