-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/intel/jenkins: Make UCX build on compute node
UCX has version/environment issues when building on head node and running on a compute node. Changing its build args and forcing to build on a compute node will solve the test failures. Signed-off-by: Zach Dworkin <[email protected]>
- Loading branch information
1 parent
862428b
commit 102a18d
Showing
3 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,8 +115,7 @@ def run(self): | |
'sockets', | ||
'udp', | ||
'shm', | ||
'psm3', | ||
'ucx' | ||
'psm3' | ||
] | ||
daos_prov_list = [ | ||
'verbs', | ||
|