CI: Target IB-capable nodes for tests#11173
Open
Alexey-Rivkin wants to merge 9 commits intoopenucx:masterfrom
Open
CI: Target IB-capable nodes for tests#11173Alexey-Rivkin wants to merge 9 commits intoopenucx:masterfrom
Alexey-Rivkin wants to merge 9 commits intoopenucx:masterfrom
Conversation
Contributor
Author
|
/build |
09c7c1a to
6d2947d
Compare
dpressle
requested changes
Feb 23, 2026
32c240d to
0abba6a
Compare
dpressle
requested changes
Feb 24, 2026
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
previously approved these changes
Mar 1, 2026
Contributor
|
/build |
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>
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
Run RoCE first, then IB. Signed-off-by: Alexey Rivkin <arivkin@nvidia.com>
82ac292 to
ff7d5cd
Compare
Contributor
Author
|
/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 run on RDMA-capable nodes in Blossom:
sriov-cx7-p2network andnvidia.com/sriov_cx7_p2resourcecx8-ib-networkandnvidia.com/cx8_vfsresourceWhy?
Ensure tests exercise both IB and RoCE paths on their respective HCAs with required RDMA access.
How?
Add two
runs_on_dockersentries (hca-roce,hca-ib) intest_matrix.yamlwith the appropriate annotations, limits/requests, andcaps_add: [IPC_LOCK, NET_RAW]. RoCE runs first.