Difference between revisions of "Testing Crons"
From Mpich
Line 1: | Line 1: | ||
− | Dump of crontabs from [email protected] and [email protected] on relevant hosts. AFAICT they are the only ones with testing related cron jobs. | + | This page should help in debugging issues running the nightly tests. |
+ | |||
+ | == Raw crontab info == | ||
+ | Dump of crontabs from [email protected] and [email protected] on relevant hosts as of 2008-01-07. AFAICT they are the only ones with testing related cron jobs. | ||
<pre> | <pre> | ||
Line 37: | Line 40: | ||
</nowiki> | </nowiki> | ||
</pre> | </pre> | ||
+ | |||
+ | == Human Readable Timeline == | ||
+ | {| border="1" cellspacing="0" class="wikitable" | ||
+ | !Host !! Crontab Owner !! Start Time !! Days of the Week !! Command | ||
+ | |- | ||
+ | |triumph || thakur || 6:49am || Tue || /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:nemesis | ||
+ | |- | ||
+ | |triumph || thakur || 6:49am || Thu || /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:ssm | ||
+ | |- | ||
+ | |triumph || thakur || 6:49am || Sat || /home/MPI/nightly/getcoverage -updateweb -quiet | ||
+ | |- | ||
+ | |triumph || thakur || 7:07am || * || /homes/MPI/nightly/updatesum | ||
+ | |- | ||
+ | |triumph || thakur || 7:22am || * || /homes/MPI/testing/tsuites/bin/updatetsuites | ||
+ | |- | ||
+ | |triumph || thakur || 8:09am || * || /home/MPI/nightly/updatetodo # Update the mpich todo list. Make this update happen after the check for runaways | ||
+ | |-|triumph || thakur || 8:47am || * || /homes/MPI/nightly/updatesum|- | ||
+ | |triumph || thakur || 5:08pm || * || /homes/MPI/nightly/cleanold | ||
+ | |- | ||
+ | |triumph || thakur || 8:09pm || * || /home/MPI/nightly/updatecvs # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and runs maint/updatefiles over it | ||
+ | |- | ||
+ | |atlantis || thakur || 8:45pm || Mon,Thu || /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=g77 -arch=SPARC-Solaris-GNU32 | ||
+ | |-|atlantis || thakur || 8:45pm || Tue,Fri || /home/MPI/nightly/basictests -cc=cc -cxx=CC -fc=f77 -f90=f90 -arch=SPARC-Solaris-Sun32|- | ||
+ | |atlantis || thakur || 8:45pm || Wed,Sat || /home/MPI/nightly/basictests -cc="cc -xarch=v9" -cxx="CC -xarch=v9" -fc="f77 -xarch=v9" -f90="f90 -xarch=v9" -arch=SPARC-Solaris-Sun64 | ||
+ | |- | ||
+ | |crunch || thakur || 9:00pm || * || /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared | ||
+ | |- | ||
+ | |smash || thakur || 9:00pm || * || /home/MPI/nightly/basictests -soft=intel-9.1 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel | ||
+ | |- | ||
+ | |octagon || thakur || 9:30pm || * || /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU | ||
+ | |- | ||
+ | |octopus || thakur || 10:00pm || * || /home/MPI/nightly/basictests -soft=intel-9.1 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel | ||
+ | |- | ||
+ | |schwinn || buntinas || 10:00pm || * || /home/MPI/nightly/basictests -arch=IA32-Linux-GNU | ||
+ | |} |
Revision as of 19:21, 7 January 2008
This page should help in debugging issues running the nightly tests.
Raw crontab info
Dump of crontabs from [email protected] and [email protected] on relevant hosts as of 2008-01-07. AFAICT they are the only ones with testing related cron jobs.
==== dumping thakur's contab on schwinn ==== dumping thakur's contab on crunch 00 21 * * * /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared ==== dumping thakur's contab on smash # m h dom mon dow command 00 21 * * * /home/MPI/nightly/basictests -soft=intel-9.1 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel ==== dumping thakur's contab on atlantis 45 20 * * 1,4 /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=g77 -arch=SPARC-Solaris-GNU32 45 20 * * 2,5 /home/MPI/nightly/basictests -cc=cc -cxx=CC -fc=f77 -f90=f90 -arch=SPARC-Solaris-Sun32 45 20 * * 3,6 /home/MPI/nightly/basictests -cc="cc -xarch=v9" -cxx="CC -xarch=v9" -fc="f77 -xarch=v9" -f90="f90 -xarch=v9" -arch=SPARC-Solaris-Sun64 ==== dumping thakur's contab on octagon 30 21 * * * /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU ==== dumping thakur's contab on octopus 00 22 * * * /home/MPI/nightly/basictests -soft=intel-9.1 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel ==== dumping thakur's contab on triumph 49 06 * * 6 /home/MPI/nightly/getcoverage -updateweb -quiet 49 06 * * 4 /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:ssm 49 06 * * 2 /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:nemesis 47 08 * * * /homes/MPI/nightly/updatesum 07 07 * * * /homes/MPI/nightly/updatesum 07 17 * * * /homes/MPI/nightly/cleanold 22 07 * * * /homes/MPI/testing/tsuites/bin/updatetsuites # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and # runs maint/updatefiles over it 09 20 * * * /home/MPI/nightly/updatecvs # Update the mpich todo list. Make this update happen after the # check for runaways 09 08 * * * /home/MPI/nightly/updatetodo # Get the CVS summaries # 08 23 * * 0 /home/MPI/maint/getcvsinfo -preset=mpich2 ==== dumping buntinas's contab on schwinn 00 22 * * * /home/MPI/nightly/basictests -arch=IA32-Linux-GNU
Human Readable Timeline
Host | Crontab Owner | Start Time | Days of the Week | Command |
---|---|---|---|---|
triumph | thakur | 6:49am | Tue | /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:nemesis |
triumph | thakur | 6:49am | Thu | /home/MPI/nightly/getcoverage -updateweb -quiet -device=ch3:ssm |
triumph | thakur | 6:49am | Sat | /home/MPI/nightly/getcoverage -updateweb -quiet |
triumph | thakur | 7:07am | * | /homes/MPI/nightly/updatesum |
triumph | thakur | 7:22am | * | /homes/MPI/testing/tsuites/bin/updatetsuites |
triumph | thakur | 8:09am | * | /home/MPI/nightly/updatetodo # Update the mpich todo list. Make this update happen after the check for runaways |
triumph | thakur | 5:08pm | * | /homes/MPI/nightly/cleanold |
triumph | thakur | 8:09pm | * | /home/MPI/nightly/updatecvs # updatecvs updates the mpich2 in /home/MPI/testing/mpich2/mpich2 and runs maint/updatefiles over it |
atlantis | thakur | 8:45pm | Mon,Thu | /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=g77 -arch=SPARC-Solaris-GNU32 |
atlantis | thakur | 8:45pm | Wed,Sat | /home/MPI/nightly/basictests -cc="cc -xarch=v9" -cxx="CC -xarch=v9" -fc="f77 -xarch=v9" -f90="f90 -xarch=v9" -arch=SPARC-Solaris-Sun64 |
crunch | thakur | 9:00pm | * | /home/MPI/nightly/basictests -otherargs=-enable=-enable-sharedlibs=gcc -arch=IA32-Linux-GNU-shared |
smash | thakur | 9:00pm | * | /home/MPI/nightly/basictests -soft=intel-9.1 -cc="icc" -cxx="icpc" -fc="ifort" -f90="ifort" -arch=IA32-Linux-Intel |
octagon | thakur | 9:30pm | * | /home/MPI/nightly/basictests -cc=gcc -cxx=g++ -f77=g77 -f90=gfortran -arch=x86_64-Linux-GNU |
octopus | thakur | 10:00pm | * | /home/MPI/nightly/basictests -soft=intel-9.1 -cc=icc -cxx=icpc -fc=ifort -f90=ifort -arch=x86_64-Linux-Intel |
schwinn | buntinas | 10:00pm | * | /home/MPI/nightly/basictests -arch=IA32-Linux-GNU |