Skip to content

Commit

Permalink
[intel/ci]: Added fi_multinode testing with verbs;rxm and sockets on CI
Browse files Browse the repository at this point in the history
Added calls to run_middleware with verbs;rxm and sockets in multinode
performance stage.

Signed-off-by: Nikhil Nanal <[email protected]>
  • Loading branch information
nikhilnanal authored and j-xiong committed Jun 14, 2024
1 parent 73f343c commit 10b0de2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,10 @@ pipeline {
steps {
script {
dir (RUN_LOCATION) {
run_middleware([["tcp", null]], "multinode_performance",
"multinode", "grass", "bulbasaur", "2")
run_middleware([["tcp", null],["sockets", null]],
"multinode_performance", "multinode", "grass", "grass", "2")
run_middleware([["verbs", "rxm"]], "multinode_performance",
"multinode", "water", "squirtle,totodile", "2")
}
}
}
Expand Down

0 comments on commit 10b0de2

Please sign in to comment.