test the 64bits and not the 32bits
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 27 Mar 2008 12:15:15 +0000 (12:15 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 27 Mar 2008 12:15:15 +0000 (12:15 +0000)
scripts/all-builds.sh

index fe9543a..2d6c872 100755 (executable)
@@ -2,7 +2,7 @@
 # this script is managed under subversion at 
 # http://svn.one-lab.org/infrastructure/scripts/all-builds.sh
 # it is triggered every night at 0:05 french time on build.one-lab.org aka blitz.inria.fr
-/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f f8      -p linux64 -d planetlab 
+/root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org -B -f f8      -p linux32 -d onelab 
 
 # centos : do both archs, full version not tested, on onelab
 for bits in 32 64; do
@@ -11,6 +11,6 @@ for bits in 32 64; do
 
 for d in planetlab onelab; do
     for f in f7 f8; do 
-       /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org    -f $f      -p linux32 -d $d 
+       /root/bin/vbuild-nightly.sh -m onelab-build@one-lab.org    -f $f      -p linux64 -d $d 
     done
 done