Skip to content

Commit 10b0de2

Browse files
nikhilnanalj-xiong
authored andcommitted
[intel/ci]: Added fi_multinode testing with verbs;rxm and sockets on CI
Added calls to run_middleware with verbs;rxm and sockets in multinode performance stage. Signed-off-by: Nikhil Nanal <[email protected]>
1 parent 73f343c commit 10b0de2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

contrib/intel/jenkins/Jenkinsfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,10 @@ pipeline {
731731
steps {
732732
script {
733733
dir (RUN_LOCATION) {
734-
run_middleware([["tcp", null]], "multinode_performance",
735-
"multinode", "grass", "bulbasaur", "2")
734+
run_middleware([["tcp", null],["sockets", null]],
735+
"multinode_performance", "multinode", "grass", "grass", "2")
736+
run_middleware([["verbs", "rxm"]], "multinode_performance",
737+
"multinode", "water", "squirtle,totodile", "2")
736738
}
737739
}
738740
}

0 commit comments

Comments
 (0)