Skip to content

Commit

Permalink
Debug test (remove spack clean).
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Feb 17, 2025
1 parent 10cdd7e commit e05cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ pipeline {
$([[ $BACKEND == ADAPTIVECPP ]] && [[ $ARCHITECTURE == NVIDIA ]] && echo "^llvm@17~gold~libomptarget") \
$([[ $BACKEND == STDPAR-ADAPTIVECPP ]] && [[ $ARCHITECTURE == AMD ]] && echo "^llvm@18~gold~libomptarget") \
$([[ $BACKEND == STDPAR-ADAPTIVECPP ]] && [[ $ARCHITECTURE == NVIDIA ]] && echo "^llvm@17~gold~libomptarget") \
| tee $(tty) | tail -n 1 | cut -d " " -f 2 > ${WORKSPACE}/plssvm/${BUILD_TYPE}-${BACKEND}-${ARCHITECTURE}.installpath && s=0 && break || s=$? && while ps axf -U $UID | grep import/sgs.scratch/jenkines/spack/bin/spack | grep -v grep >/dev/null 2>&1 ; do sleep 10 ; done && spack clean
| tee $(tty) | tail -n 1 | cut -d " " -f 2 > ${WORKSPACE}/plssvm/${BUILD_TYPE}-${BACKEND}-${ARCHITECTURE}.installpath && s=0 && break || s=$? && while ps axf -U $UID | grep import/sgs.scratch/jenkines/spack/bin/spack | grep -v grep >/dev/null 2>&1 ; do sleep 10 ; done && cat ${WORKSPACE}/plssvm/${BUILD_TYPE}-${BACKEND}-${ARCHITECTURE}.installpath
done
(exit $s)
Expand Down

0 comments on commit e05cffb

Please sign in to comment.