From cfb22957f7b41f0056e3776726428d7a381e8aff Mon Sep 17 00:00:00 2001 From: Alexey Rivkin Date: Mon, 16 Dec 2024 13:18:46 +0200 Subject: [PATCH] DNR/TEST: Test PR to trigger tests - v1.18.x --- buildlib/pr/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildlib/pr/main.yml b/buildlib/pr/main.yml index b7fba0a92c9..39214aaa3c6 100644 --- a/buildlib/pr/main.yml +++ b/buildlib/pr/main.yml @@ -289,7 +289,7 @@ stages: - template: wire_compat.yml parameters: name: new - demands: ucx_new -equals yes + demands: ucx_new_test -equals yes # Temporarily disable wire-compat tests on rain machines #- template: wire_compat.yml # parameters: @@ -321,7 +321,7 @@ stages: - template: tests.yml parameters: name: new - demands: ucx_new -equals yes + demands: ucx_new_test -equals yes test_perf: 1 - template: tests.yml parameters: @@ -347,7 +347,7 @@ stages: - template: namespace_tests.yml parameters: name: new_namespace - demands: ucx_new -equals yes + demands: ucx_new_test -equals yes - stage: io_demo dependsOn: [Static_check] @@ -374,7 +374,7 @@ stages: - template: go/go-test.yml parameters: name: new - demands: ucx_new -equals yes + demands: ucx_new_test -equals yes - template: go/go-test.yml parameters: name: gpu @@ -443,7 +443,7 @@ stages: - template: tests.yml parameters: name: new - demands: ucx_new -equals yes + demands: ucx_new_test -equals yes test_perf: 0 container: ubuntu2204_ib asan_check: yes