Skip to content

Commit a578d45

Browse files
Fixed paths for opencl
1 parent 27ab306 commit a578d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pipeline {
157157
def paths = ['stan', 'make', 'lib', 'test', 'runTests.py', 'runChecks.py', 'makefile', 'Jenkinsfile', '.clang-format'].join(" ")
158158
skipRemainingStages = utils.verifyChanges(paths)
159159

160-
if(!utils.verifyChanges("test/unit/math/opencl") || params.gpu_async){
160+
if(!utils.verifyChanges(["stan/math/opencl", "test/unit/math/opencl"].join(" ")) || params.gpu_async){
161161
runGpuAsync = true
162162
openClGpuLabel = "gpu-no-async"
163163
}

0 commit comments

Comments
 (0)