test defaults for princeton & onelab - oops, should have been committed with http...
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Apr 2009 21:54:32 +0000 (21:54 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Apr 2009 21:54:32 +0000 (21:54 +0000)
vbuild-nightly.sh

index f84d51b..cccc229 100755 (executable)
@@ -21,17 +21,18 @@ DEFAULT_GPGUID="root@$( /bin/hostname )"
 DEFAULT_WEBPATH="/build/@PLDISTRO@/"
 
 # for the test part
-DEFAULT_TESTCONFIG="default"
 x=$(hostname)
 y=$(hostname|sed -e s,inria,,)
 # INRIA defaults
 if [ "$x" != "$y" ] ; then
     DEFAULT_TESTBUILDURL="http://build.onelab.eu/"
     DEFAULT_TESTMASTER="testmaster.onelab.eu"
+    DEFAULT_TESTCONFIG="1default"
 else
     DEFAULT_TESTBUILDURL="http://build.planet-lab.org/"
     ### xxx change as appropriate
     DEFAULT_TESTMASTER="p-testmaster.onelab.eu"
+    DEFAULT_TESTCONFIG="pdefault"
 fi    
 
 ####################