[atlas] / groups / FullChainTest / cron / fullchain_1206x_starter.sh Repository:
ViewVC logotype

View of /groups/FullChainTest/cron/fullchain_1206x_starter.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (download) (as text) (annotate)
Thu Mar 22 13:31:02 2007 UTC (6 years, 1 month ago) by sethzenz
Branch: MAIN
CVS Tags: FullChainTest-00-00-03, FullChainTest-00-00-02, FullChainTest-00-00-01, FullChainTest-00-00-00
Put scripts in cvs area
#!/bin/bash 

logfile=/afs/cern.ch/atlas/offline/external/FullChainTest/cron/starter_log.txt
submitscript=/afs/cern.ch/atlas/offline/external/FullChainTest/cron/fullchain_submission.sh

RELEASE="12.0.6" ; export RELEASE
EXTRARELEASEDIGIT="1" ; export EXTRARELEASEDIGIT
BRANCH=${RELEASE}.${EXTRARELEASEDIGIT} ; export BRANCH
SETUPTAGS="gcc323" ; export SETUPTAGS

if [[ ! -n $LASTGOODDIR ]]
then
  LASTGOODDIR=/afs/cern.ch/atlas/offline/external/FullChainTest/${BRANCH}/root_files ; export LASTGOODDIR
fi

if [[ ! -n $RUNMODE ]]
then
  RUNMODE="Full" ; export RUNMODE
fi

echo "Running test job on release ${RELEASE}.${EXTRARELEASEDIGIT}, starting at" `date` >> ${logfile}
echo "  \$RUNMODE is ${RUNMODE}" >> ${logfile}
echo "  \$CMTDIR is not set yet - will be set to default" >> ${logfile}
echo "  \$LASTGOODDIR is ${LASTGOODDIR}" >> ${logfile}

${submitscript}

CERN Central CVS service
ViewVC Help
Powered by ViewVC 1.0.9