From c52aeb4a9aeb28a2a2535b03da83005801efe195 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 10 Dec 2015 10:18:03 +0100 Subject: [PATCH] updated crontab (automated commit) --- .../infrastructure/cgal.geometryfactory.com/crontab | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Maintenance/infrastructure/cgal.geometryfactory.com/crontab b/Maintenance/infrastructure/cgal.geometryfactory.com/crontab index 9f1662afaef..91b1eba99cb 100644 --- a/Maintenance/infrastructure/cgal.geometryfactory.com/crontab +++ b/Maintenance/infrastructure/cgal.geometryfactory.com/crontab @@ -15,6 +15,10 @@ LC_CTYPE=en_US.UTF-8 # Update testsuite result pages 5,15,25,35,45,55 * * * * cd $HOME/CGAL/collect_and_public_testresults; ./treat_result_collection +# Launch the test suite, every 10mn, from 21:00 to 22:50, with no +# platform. That is actually used by the Doxygen testsuite... :-\ +*/10 21-22 * * * setarch i686 $HOME/CGAL/Scripts/developer_scripts/autotest_cgal_with_cmake + # Create internal release # The script also updates the manual tools. @@ -48,9 +52,6 @@ LC_CTYPE=en_US.UTF-8 # Old stuff #################################### -# Try to launch the test suite, every 10mn, from 21:00 to 22:50 -#*/10 21-22 * * * setarch i686 $HOME/CGAL/Scripts/developer_scripts/autotest_cgal_with_cmake - ## Manual Test suite, at 9:40pm #40 21 * * * cd $HOME/CGAL/releases-and-testsuites-with-cmake/CGAL-I/doc_tex; nice -19 $HOME/bin/cgal_manual -testsuite || true ## Doxygen Test suite, at 9:05pm