Started by user tbouvet Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Shifter16-BW/workspace [SSH] script: UP="$(/usr/bin/wget -qO - http://isce.ncsa.illinois.edu/tools/status.php?name=Scheduler)" if [ $UP -ne "2" ] then exit 0 fi rm -rf shifter16-bw mkdir shifter16-bw cd shifter16-bw echo "#!/bin/bash" > shifter16.pbs echo "#PBS -l nodes=2:ppn=32,gres=shifter16 -v UDI=\"centos:6.9\"" >> shifter16.pbs echo >> shifter16.pbs echo "export CRAY_ROOTFS=SHIFTER" >> shifter16.pbs echo >> shifter16.pbs echo "cd \$PBS_O_WORKDIR" >> shifter16.pbs echo "aprun -n 2 -N 1 -b -- hostname > shifter16-bw.hostlist" >> shifter16.pbs echo "aprun -n 2 -N 1 -b -- cat /etc/centos-release > shifter16-bw.log" >> shifter16.pbs cat -n shifter16.pbs MYJOBID=`qsub shifter16.pbs` echo MYJOBID=$MYJOBID ~arnoldg/ior/wait_for.sh $MYJOBID echo "=== JOB RAN ON ===" cat shifter16-bw.hostlist | grep ^nid grep CentOS shifter16-bw.log if [ $? != 0 ] then echo "Shifter job has failed." exit 1 fi [SSH] executing... [SSH] completed [SSH] exit-status: 0 Sending e-mails to: bw-sys-alert@ncsa.illinois.edu Finished: SUCCESS