Skip to content

Commit

Permalink
DNR/TEST: Test PR to trigger tests - v1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Rivkin committed Dec 17, 2024
1 parent f4a9aa8 commit cfb2295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildlib/pr/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cfb2295

Please sign in to comment.