Skip to content

Commit

Permalink
contrib/intel/jenkins: Migrate multinode tests to use new CI
Browse files Browse the repository at this point in the history
Signed-off-by: Juee Himalbhai Desai <juee.himalbhai.desai@intel.com>
  • Loading branch information
Juee14Desai committed Feb 6, 2025
1 parent 5b9a9cf commit 70a94dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -871,11 +871,11 @@ pipeline {
stage ('multinode_performance') {
steps {
script {
dir (RUN_LOCATION) {
run_middleware([["tcp", null],["sockets", null]],
"multinode_performance", "multinode", "grass", "bulbasaur,ivysaur", "2")
run_middleware([["verbs", "rxm"]], "multinode_performance",
"multinode", "water", "squirtle,wartortle,articuno", "2")
dir (CI_LOCATION) {
run_ci("CI_multinode_performance_grass",
"pr_multinode_performance_grass.json")
run_ci("CI_multinode_performance_water",
"pr_multinode_performance_water.json")
}
}
}
Expand Down

0 comments on commit 70a94dc

Please sign in to comment.