Changeset 1367
- Timestamp:
- 07/24/09 07:24:31 (16 years ago)
- 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.sh1 0 21 * * 0-5 cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh 2 2 #0 23 * * 6 cd /u/wilkes-r1b/seroussi/svn/issm/trunk/cron/ && ./nightlyrun1.0.sh -
issm/trunk/cron/nightlyrun.sh
r1366 r1367 2 2 #This bash script calls the nightlyrun.m matlab file to run our nightly test decks. 3 3 #It then processes the results and sends an email to the Ice developpers. 4 5 #Recover package for which we run nightly. 6 package=$1; 7 echo $package 4 8 5 9 #Some functions … … 9 13 } 10 14 11 # Recover package for which we run nightly.12 package=$1;13 echo $package 15 #Figure out today's date 16 today=`today_date`; 17 host_name=`hostname`; 14 18 15 19 #create ISSM variables 16 20 export ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk" 21 export ISSM_ARCH=linux-gnu-amd64 22 source $ISSM_DIR/etc/environment.sh 17 23 ISSM_RELEASE="issm"; 18 19 #Figure out today's date20 today=`today_date`;21 host_name=`hostname`;22 24 23 25 #Erase previous code … … 81 83 #removed unused lines to deal with a smaller file 82 84 cat nightlylong.log | egrep 'difference: |NIGHTLYRUNTERMINATEDCORRECTLY' > nightly.log 83 rm nightlylong.log85 #rm nightlylong.log 84 86 85 87 #Build html report
Note:
See TracChangeset
for help on using the changeset viewer.