diff --git a/contrib/intel/jenkins/Jenkinsfile b/contrib/intel/jenkins/Jenkinsfile index 24188e1d337..8aa05ab6efd 100644 --- a/contrib/intel/jenkins/Jenkinsfile +++ b/contrib/intel/jenkins/Jenkinsfile @@ -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") } } }