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: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Oct 25, 2024
1 parent 197339e commit f236201
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -748,12 +748,11 @@ pipeline {
stage ('multinode_performance') {
steps {
script {
dir (RUN_LOCATION) {
run_middleware([["tcp", null],["sockets", null]],
"multinode_performance", "multinode", "grass",
"bulbasaur,chikorita", "2")
run_middleware([["verbs", "rxm"]], "multinode_performance",
"multinode", "water", "totodile", "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 f236201

Please sign in to comment.