Explorar o código

contrib/ci.inria.fr/job-1-check.sh: disable long check on saturdays and sundays

Nathalie Furmento %!s(int64=5) %!d(string=hai) anos
pai
achega
3404db9696
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      contrib/ci.inria.fr/job-1-check.sh

+ 3 - 2
contrib/ci.inria.fr/job-1-check.sh

@@ -63,12 +63,13 @@ fi
 export CC=gcc
 
 CONFIGURE_OPTIONS="--enable-debug --enable-verbose --enable-mpi-check --disable-build-doc"
+CONFIGURE_CHECK=""
 day=$(date +%u)
 if test $day -le 5
 then
     CONFIGURE_CHECK="--enable-quick-check"
-else
-    CONFIGURE_CHECK="--enable-long-check"
+#else
+    # we do a normal check, a long check takes too long on VM nodes
 fi
 ../configure $CONFIGURE_OPTIONS $CONFIGURE_CHECK  $STARPU_CONFIGURE_OPTIONS