Skip to content

Commit abbebb5

Browse files
committed
contrib/intel/jenkins: Migrate multinode tests to use new CI
Signed-off-by: Juee Himalbhai Desai <[email protected]>
1 parent f9319a8 commit abbebb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/intel/jenkins/Jenkinsfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,10 @@ pipeline {
872872
steps {
873873
script {
874874
dir (RUN_LOCATION) {
875-
run_middleware([["tcp", null],["sockets", null]],
876-
"multinode_performance", "multinode", "grass", "bulbasaur,ivysaur", "2")
877-
run_middleware([["verbs", "rxm"]], "multinode_performance",
878-
"multinode", "water", "squirtle,wartortle,articuno", "2")
875+
run_ci("CI_multinode_performance_grass",
876+
"pr_multinode_performance_grass.json")
877+
run_ci("CI_multinode_performance_water",
878+
"pr_multinode_performance_water.json")
879879
}
880880
}
881881
}

0 commit comments

Comments
 (0)