[m-rev.] diff: start testing the release branch

Julien Fischer juliensf at cs.mu.OZ.AU
Tue Feb 1 15:19:27 AEDT 2005


Estimated hours taken: 0.1
Branches: main, release

Setup to test the release branch on linux/x86.

	aral/jupiter - main branch only
	earth/saskervoy/ceres - release on odd numbered days
	almery/ascolais/swordfish - release on even numbered days

	hg/ender - main branch (if anything)

tools/run_all_tests_from_cron:
	Start testing the release branch.

Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.63
diff -u -r1.63 run_all_tests_from_cron
--- run_all_tests_from_cron	1 Feb 2005 03:41:48 -0000	1.63
+++ run_all_tests_from_cron	1 Feb 2005 04:11:51 -0000
@@ -87,37 +87,34 @@
 			*)	BRANCH=latest ;;
 		esac
 		;;
-	    hg)
+	    aral|jupiter)
+	    	# jupiter is currrently the rotd host, so only
+		# test the main branch on it.
 		#
-		# For these hosts:
-		# On odd-numbered days, test the release branch.
-		# On even-numbered days, test the main branch.
+		# Aral has limited disk space, and not having to expend it
+		# on the release branch helps conserve it.
 		#
+		BRANCH=latest
+	   	;;
+	   earth|saskervoy|ceres)
+		# On odd-numbered days, test the release branch
+		# On even-numbered days, test the main branch
 		case $DAY in
-			*[13579]) BRANCH=$release_branch ;;
-			*)	  BRANCH=latest ;;
+			*[13579]) BRANCH=latest ;;
+			*)	  BRANCH=release ;;
 		esac
 		;;
-	    aral)
-		#
-		# Aral has limited disk space, and not having to expend it
-		# on the release branch helps conserve it.
-		#
-	    	BRANCH=latest
+	   almery|ascolais|swordfish)
+		# On these hosts do the opposite.
+		case $DAY in
+			*[13579]) BRANCH=release ;;
+			*)	  BRANCH=latest ;;
+		esac
 		;;
-	    *)
-		# #
-		# # For the remaining hosts, do the reverse:
-		# # On odd-numbered days, test the main branch.
-		# # On even-numbered days, test the release branch.
-		# #
-		# case $DAY in
-		# 	*[13579]) BRANCH=latest ;;
-		# 	*)	  BRANCH=$release_branch ;;
-		# esac

-		# While the release branch is inactive, test only the latest.
-	    	BRANCH=latest
+	    *)
+	    	# On anything else just test the main branch.
+		BRANCH=latest
 		;;
         esac
         ;;

--------------------------------------------------------------------------
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