[Swift-commit] r5135 - branches/release-0.93/tests/groups

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Sep 20 12:52:00 CDT 2011


Author: davidk
Date: 2011-09-20 12:52:00 -0500 (Tue, 20 Sep 2011)
New Revision: 5135

Added:
   branches/release-0.93/tests/groups/group-beagle.sh
   branches/release-0.93/tests/groups/group-crow.sh
   branches/release-0.93/tests/groups/group-fusion.sh
   branches/release-0.93/tests/groups/group-mcs.sh
Removed:
   branches/release-0.93/tests/groups/group-pbs.sh
   branches/release-0.93/tests/groups/group-sge.sh
   branches/release-0.93/tests/groups/group-ssh.sh
   branches/release-0.93/tests/groups/local-pbs-coasters.sh
   branches/release-0.93/tests/groups/local-sge-coasters.sh
Modified:
   branches/release-0.93/tests/groups/
   branches/release-0.93/tests/groups/group-intrepid.sh
   branches/release-0.93/tests/groups/group-queenbee.sh
   branches/release-0.93/tests/groups/group-surveyor.sh
Log:
Updates to group scripts



Property changes on: branches/release-0.93/tests/groups
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/tests/groups:4761-5134

Copied: branches/release-0.93/tests/groups/group-beagle.sh (from rev 5122, trunk/tests/groups/group-beagle.sh)
===================================================================
--- branches/release-0.93/tests/groups/group-beagle.sh	                        (rev 0)
+++ branches/release-0.93/tests/groups/group-beagle.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -0,0 +1,9 @@
+
+# GROUPLIST definition to run on Beagle 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/beagle/coasters \
+            $TESTDIR/provdiers/beagle/pbs \
+          )
+
+checkvars WORK QUEUE PROJECT

Copied: branches/release-0.93/tests/groups/group-crow.sh (from rev 5122, trunk/tests/groups/group-crow.sh)
===================================================================
--- branches/release-0.93/tests/groups/group-crow.sh	                        (rev 0)
+++ branches/release-0.93/tests/groups/group-crow.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on Crow 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/crow \
+          )
+
+checkvars WORK QUEUE PROJECT

Copied: branches/release-0.93/tests/groups/group-fusion.sh (from rev 5122, trunk/tests/groups/group-fusion.sh)
===================================================================
--- branches/release-0.93/tests/groups/group-fusion.sh	                        (rev 0)
+++ branches/release-0.93/tests/groups/group-fusion.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on Fusion 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/fusion/coasters \
+          )
+
+checkvars WORK QUEUE PROJECT

Modified: branches/release-0.93/tests/groups/group-intrepid.sh
===================================================================
--- branches/release-0.93/tests/groups/group-intrepid.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-intrepid.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -2,7 +2,7 @@
 # GROUPLIST definition to run on Intrepid
 
 GROUPLIST=( $TESTDIR/local \
-	    $TESTDIR/providers/local-cobalt/intrepid \
+            $TESTDIR/providers/intrepid \
           )
 
 checkvars WORK QUEUE PROJECT

Copied: branches/release-0.93/tests/groups/group-mcs.sh (from rev 5122, trunk/tests/groups/group-mcs.sh)
===================================================================
--- branches/release-0.93/tests/groups/group-mcs.sh	                        (rev 0)
+++ branches/release-0.93/tests/groups/group-mcs.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -0,0 +1,8 @@
+
+# GROUPLIST definition to run on MCS bag of machines 
+
+GROUPLIST=( $TESTDIR/local \
+            $TESTDIR/providers/mcs \
+          )
+
+checkvars WORK QUEUE PROJECT

Deleted: branches/release-0.93/tests/groups/group-pbs.sh
===================================================================
--- branches/release-0.93/tests/groups/group-pbs.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-pbs.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -1,7 +0,0 @@
-
-# GROUPLIST definition to run pbs tests
-
-GROUPLIST=( 	    
-	    $TESTDIR/providers/local-pbs \
-	    $TESTDIR/providers/local-pbs-coasters \
-)

Modified: branches/release-0.93/tests/groups/group-queenbee.sh
===================================================================
--- branches/release-0.93/tests/groups/group-queenbee.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-queenbee.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -2,5 +2,5 @@
 
 GROUPLIST=( 	    
 	    $TESTDIR/providers/local \
-	    $TESTDIR/providers/local-pbs/queenbee \
+	    $TESTDIR/providers/queenbee/pbs \
 )

Deleted: branches/release-0.93/tests/groups/group-sge.sh
===================================================================
--- branches/release-0.93/tests/groups/group-sge.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-sge.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/sge-local \
-)

Deleted: branches/release-0.93/tests/groups/group-ssh.sh
===================================================================
--- branches/release-0.93/tests/groups/group-ssh.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-ssh.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -1,7 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/ssh \
-	    $TESTDIR/providers/ssh-pbs-coasters \
-)

Modified: branches/release-0.93/tests/groups/group-surveyor.sh
===================================================================
--- branches/release-0.93/tests/groups/group-surveyor.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/group-surveyor.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -2,7 +2,7 @@
 # GROUPLIST definition to run on Intrepid
 
 GROUPLIST=( $TESTDIR/providers/local \
-	    $TESTDIR/providers/local-cobalt/surveyor \
-          )
+            $TESTDIR/providers/surveyor \
+)
 
 checkvars WORK QUEUE PROJECT

Deleted: branches/release-0.93/tests/groups/local-pbs-coasters.sh
===================================================================
--- branches/release-0.93/tests/groups/local-pbs-coasters.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/local-pbs-coasters.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run pbs tests
-
-GROUPLIST=( 	    
-	    $TESTDIR/providers/local-pbs-coasters \
-)

Deleted: branches/release-0.93/tests/groups/local-sge-coasters.sh
===================================================================
--- branches/release-0.93/tests/groups/local-sge-coasters.sh	2011-09-20 17:00:37 UTC (rev 5134)
+++ branches/release-0.93/tests/groups/local-sge-coasters.sh	2011-09-20 17:52:00 UTC (rev 5135)
@@ -1,6 +0,0 @@
-
-# GROUPLIST definition to run sge tests
-
-GROUPLIST=( 
-            $TESTDIR/providers/local-sge-coasters \
-)




More information about the Swift-commit mailing list