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 <[email protected]>
  • Loading branch information
zachdworkin authored and Juee14Desai committed Feb 6, 2025
1 parent 3f00262 commit f253966
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 @@ -613,6 +613,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 @@ -890,24 +906,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 f253966

Please sign in to comment.