Stabilize MPI tests for Azure Linux#3521
Stabilize MPI tests for Azure Linux#3521sandeepkarambelkar wants to merge 1 commit intomicrosoft:mainfrom
Conversation
|
@cyberbandya007 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
| server_ssh.add_known_host(client_ip) | ||
| client_ssh.add_known_host(server_ip) | ||
| sudo=False | ||
| if isinstance(server_node.os, CBLMariner): |
There was a problem hiding this comment.
Please add comments above to explain why Mariner needs sudo.
|
|
||
| # Only for mariner, we need to build intel benchmarking tools | ||
| # as they are not included in our packages | ||
| server_ib.install_intel_mpi_benchmarking_tool() |
There was a problem hiding this comment.
Please also add if block here to skip other distros. So the logic here is easier to know at the test case level. The if block in the install_intel_mpi_benchmarking_tool is a safe guard.
No description provided.