Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNR/TEST: Test PR to trigger tests - v1.18.x #10379

Draft
wants to merge 1 commit into
base: v1.18.x
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading