diff --git a/contrib/intel/jenkins/Jenkinsfile b/contrib/intel/jenkins/Jenkinsfile index 30e0089c3d1..ccd1390ec03 100644 --- a/contrib/intel/jenkins/Jenkinsfile +++ b/contrib/intel/jenkins/Jenkinsfile @@ -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") } } }