Skip to content

Commit

Permalink
Add parameter to specify rocPRIM branch to use (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Nov 6, 2024
1 parent 5869b27 commit 43f91d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .jenkins/precheckin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ ci: {
def jobNameList = ["compute-rocm-dkms-no-npi-hipclang":([ubuntu18:['gfx900'],centos7:['gfx906'],centos8:['gfx906'],sles15sp1:['gfx908']])]
jobNameList = auxiliary.appendJobNameList(jobNameList)

auxiliary.registerDependencyBranchParameter(["rocPRIM"])

propertyList.each
{
jobName, property->
Expand Down

0 comments on commit 43f91d8

Please sign in to comment.