Skip to content

Commit

Permalink
contrib/intel/jenkins: Migrate oneccl-gpu tests to use new CI
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
  • Loading branch information
zachdworkin authored and Juee14Desai committed Feb 6, 2025
1 parent e3bb4c2 commit 5b9a9cf
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,22 @@ pipeline {
}
}
}
stage ('oneccl-fire') {
agent {
node {
label 'ze'
customWorkspace CUSTOM_WORKSPACE
}
}
options { skipDefaultCheckout() }
steps {
script {
dir (CI_LOCATION) {
build_ci("pr_build_oneccl_fire.json")
}
}
}
}
stage ('mpich-water') {
steps {
script {
Expand Down Expand Up @@ -892,24 +908,13 @@ pipeline {
}
}
}
stage ('oneCCL-GPU-v3') {
stage ('oneCCL-fire') {
agent { node { label 'ze' } }
options { skipDefaultCheckout() }
steps {
script {
dir (RUN_LOCATION) {
run_middleware([["psm3", null]], "oneCCL-GPU-v3", "onecclgpu",
"fire", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
run_middleware([["verbs", null]], "oneCCL-GPU-v3", "onecclgpu",
"fire", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
run_middleware([["tcp", null]], "oneCCL-GPU-v3", "onecclgpu",
"fire", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
run_middleware([["shm", null]], "oneCCL-GPU-v3", "onecclgpu",
"fire", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
dir (CI_LOCATION) {
run_ci("CI_oneccl_fire", "pr_oneccl_fire.json")
}
}
}
Expand Down

0 comments on commit 5b9a9cf

Please sign in to comment.