Skip to content

Commit f236201

Browse files
committed
contrib/intel/jenkins: Migrate multinode tests to use new CI
Signed-off-by: Zach Dworkin <[email protected]>
1 parent 197339e commit f236201

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

contrib/intel/jenkins/Jenkinsfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -748,12 +748,11 @@ pipeline {
748748
stage ('multinode_performance') {
749749
steps {
750750
script {
751-
dir (RUN_LOCATION) {
752-
run_middleware([["tcp", null],["sockets", null]],
753-
"multinode_performance", "multinode", "grass",
754-
"bulbasaur,chikorita", "2")
755-
run_middleware([["verbs", "rxm"]], "multinode_performance",
756-
"multinode", "water", "totodile", "2")
751+
dir (CI_LOCATION) {
752+
run_ci("CI_multinode_performance_grass",
753+
"pr_multinode_performance_grass.json")
754+
run_ci("CI_multinode_performance_water",
755+
"pr_multinode_performance_water.json")
757756
}
758757
}
759758
}

0 commit comments

Comments
 (0)