-
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
c9020f9
commit 0e0e4f6
Showing
3 changed files
with
30 additions
and
10 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 |
---|---|---|
|
@@ -118,6 +118,9 @@ def run(self): | |
'psm3', | ||
'ucx' | ||
] | ||
ucx_prov_list = [ | ||
'ucx' | ||
] | ||
daos_prov_list = [ | ||
'verbs', | ||
'tcp' | ||
|