CI: Target IB-capable nodes for tests#11173
Open
Alexey-Rivkin wants to merge 8 commits intoopenucx:masterfrom
Open
CI: Target IB-capable nodes for tests#11173Alexey-Rivkin wants to merge 8 commits intoopenucx:masterfrom
Alexey-Rivkin wants to merge 8 commits intoopenucx:masterfrom
Conversation
Contributor
Author
|
/build |
ffa991a to
09c7c1a
Compare
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Gtest failures when running in k8s env, as unlimites max_threads cause resource exhaustion. Setting the CPU affinity will limit max_threads to 2 dynamically. Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
09c7c1a to
6d2947d
Compare
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
dpressle
requested changes
Feb 23, 2026
45e1458 to
c6826e1
Compare
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
32c240d to
0abba6a
Compare
dpressle
requested changes
Feb 24, 2026
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Contributor
Author
|
/build |
dpressle
requested changes
Feb 25, 2026
Contributor
Author
|
/build |
dpressle
requested changes
Feb 26, 2026
edf366d to
82ac292
Compare
Contributor
Author
|
/build |
1 similar comment
Contributor
|
/build |
dpressle
approved these changes
Mar 1, 2026
Contributor
|
/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Update UCX gtest k8s jobs to request CX8 RDMA devices and IB network attachment.
Why?
Ensure tests run on IB-capable nodes with required RDMA access.
How?
Add annotations, limits/requests with rdma/hca_cx8: 1, and caps_add: [IPC_LOCK] in test_matrix.yaml.