Skip to content

Commit

Permalink
contrib/intel/jenkins: Temporarily disable psm3 in onecclgpu
Browse files Browse the repository at this point in the history
psm3 is failing onecclgpu because of a missing package.
Disable it until the package dependency is resolved.

Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
  • Loading branch information
zachdworkin authored and j-xiong committed Oct 9, 2024
1 parent 043e968 commit e31af23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,9 @@ pipeline {
steps {
script {
dir (RUN_LOCATION) {
run_middleware([["psm3", null]], "oneCCL-GPU-v3", "onecclgpu",
"gpu", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
// run_middleware([["psm3", null]], "oneCCL-GPU-v3", "onecclgpu",
// "gpu", "torchic", "1", null, null,
// "FI_HMEM_DISABLE_P2P=1")
run_middleware([["verbs", null]], "oneCCL-GPU-v3", "onecclgpu",
"gpu", "torchic", "1", null, null,
"FI_HMEM_DISABLE_P2P=1")
Expand Down

0 comments on commit e31af23

Please sign in to comment.