Skip to content

Commit

Permalink
[v1.21.x] Intel/CI: Update DMABUF stage to use torchic partition
Browse files Browse the repository at this point in the history
DMABUF tests require to use new node which is available with
torchic partition.
There is no need for 2 node tests hence the two node tests have
been removed..

Signed-off-by: Juee Himalbhai Desai <[email protected]>
  • Loading branch information
Juee14Desai committed Jun 3, 2024
1 parent c7b2aa6 commit bb88575
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,7 @@ pipeline {
dmabuf_output = "${LOG_DIR}/DMABUF-Tests_verbs-rxm_dmabuf"
cmd = """ python3.9 runtests.py --test=dmabuf \
--prov=verbs --util=rxm --build_hw=gpu"""
slurm_batch("fabrics-ci", "1", "${dmabuf_output}_1_reg",
"${cmd}")
slurm_batch("fabrics-ci", "2", "${dmabuf_output}_2_reg",
slurm_batch("torchic", "1", "${dmabuf_output}_reg",
"${cmd}")
}
}
Expand Down

0 comments on commit bb88575

Please sign in to comment.