Changeset 1367


Ignore:
Timestamp:
07/24/09 07:24:31 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed nightly run

Location:
issm/trunk/cron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/linux_cronfile

    r1230 r1367  
    1 #0 21 * * 0-5 cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh
     10 21 * * 0-5 cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh
    22#0 23 * * 6 cd /u/wilkes-r1b/seroussi/svn/issm/trunk/cron/ && ./nightlyrun1.0.sh
  • issm/trunk/cron/nightlyrun.sh

    r1366 r1367  
    22#This bash script calls the nightlyrun.m matlab file to run our nightly test decks.
    33#It then processes the results and sends an email to the Ice developpers.
     4
     5#Recover package for which we run nightly.
     6package=$1;
     7echo $package
    48
    59#Some functions
     
    913}
    1014
    11 #Recover package for which we run nightly.
    12 package=$1;
    13 echo $package
     15#Figure out today's date
     16today=`today_date`;
     17host_name=`hostname`;
    1418
    1519#create ISSM variables
    1620export ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk"
     21export ISSM_ARCH=linux-gnu-amd64
     22source $ISSM_DIR/etc/environment.sh
    1723ISSM_RELEASE="issm";
    18 
    19 #Figure out today's date
    20 today=`today_date`;
    21 host_name=`hostname`;
    2224
    2325#Erase previous code
     
    8183#removed unused lines to deal with a smaller file
    8284cat nightlylong.log | egrep 'difference: |NIGHTLYRUNTERMINATEDCORRECTLY' > nightly.log
    83 rm nightlylong.log
     85#rm nightlylong.log
    8486
    8587#Build html report
Note: See TracChangeset for help on using the changeset viewer.