Skip to content

Commit

Permalink
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.
Log file name has been changed and number of nodes have been
removed.

Signed-off-by: Juee Himalbhai Desai <[email protected]>
  • Loading branch information
Juee14Desai committed May 31, 2024
1 parent 7ae2c59 commit 5c3f771
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 5c3f771

Please sign in to comment.