Skip to content

Commit 9c8310c

Browse files
committed
export GPU_NONE variables for non-NVIDIA and non-AMD architectures in Jenkinsfile
1 parent 96e7af5 commit 9c8310c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ pipeline {
368368
OPENCL|ADAPTIVECPP|DPCPP|STDPAR-NVHPC|STDPAR-DPCPP|STDPAR-ADAPTIVECPP|KOKKOS)
369369
if [ "$ARCHITECTURE" != NVIDIA ]; then
370370
SET_NVIDIA_GPU_NONE=1
371+
export SET_NVIDIA_GPU_NONE=1
371372
fi
372373
;;
373374
*) ;;
@@ -377,6 +378,7 @@ pipeline {
377378
OPENCL|ADAPTIVECPP|DPCPP|STDPAR-DPCPP|STDPAR-ADAPTIVECPP|KOKKOS)
378379
if [ "$ARCHITECTURE" != AMD ]; then
379380
SET_AMD_GPU_NONE=1
381+
export SET_AMD_GPU_NONE=1
380382
fi
381383
;;
382384
*) ;;

0 commit comments

Comments
 (0)