[m-rev.] diff: update run_all_tests_from_cron
Julien Fischer
juliensf at cs.mu.OZ.AU
Thu Nov 3 13:23:11 AEDT 2005
Estimated hours taken: 0.1
Branches: main
tools/run_all_tests_from_cron:
Setup for weekly tests on mundula.
Delete stuff related to saskervoy (one of the machines we borrowed
last summer).
Test the release branch on swordfish.
Julien.
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.68
diff -u -r1.68 run_all_tests_from_cron
--- run_all_tests_from_cron 31 Oct 2005 07:12:44 -0000 1.68
+++ run_all_tests_from_cron 3 Nov 2005 02:18:47 -0000
@@ -78,7 +78,7 @@
"")
DAY=`date '+%e'`
case $HOST in
- mundroo)
+ mundroo|mundula)
# For these hosts we only run 3 times a week;
# twice during the week and once on the weekend.
# During the week, test the main branch.
@@ -97,7 +97,7 @@
#
BRANCH=latest
;;
- earth|saskervoy|ceres|uranus)
+ earth|ceres|uranus|swordfish)
# On odd-numbered days, test the release branch
# On even-numbered days, test the main branch
case $DAY in
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list