updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2018-02-22 12:18:05 +01:00
parent 4811fae85c
commit 9d12c5f356
1 changed files with 17 additions and 17 deletions

View File

@ -23,28 +23,28 @@ LC_CTYPE=en_US.UTF-8
# The script also updates the manual tools. # The script also updates the manual tools.
# "master" alone # "master" alone
0 21 * * Sun cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it || echo ERROR 0 21 * * Sun cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/master.git --public --do-it || echo ERROR
# "integration" # "integration"
0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it || echo ERROR 0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/integration.git $HOME/CGAL/branches/empty-dir --do-it || echo ERROR
# from branch 4.11 # from branch 4.11
0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.11-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.11-branch.git --public --do-it || echo ERROR 0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.11-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.11-branch.git --public --do-it || echo ERROR
# from branch 4.10 # from branch 4.10
#0 21 * * Mon,Tue cd $HOME/CGAL/create_internal_release-4.10-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.10-branch.git --public --do-it || echo ERROR #0 21 * * Mon,Tue cd $HOME/CGAL/create_internal_release-4.10-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.10-branch.git --public --do-it || echo ERROR
# from branch 4.9 # from branch 4.9
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.9-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.9-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.9-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.9-branch.git --public --do-it
# from branch 4.8 # from branch 4.8
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.8-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.8-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.8-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.8-branch.git --public --do-it
# from branch 4.7 # from branch 4.7
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.7-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.7-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.7-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.7-branch.git --public --do-it
# from branch 4.6 # from branch 4.6
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.6-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.6-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.6-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.6-branch.git --public --do-it
# from branch 4.5 # from branch 4.5
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.5-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.5-branch.git --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-4.5-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.5-branch.git --public --do-it
# Launch our Docker testsuite , at 21:36, # Launch our Docker testsuite , at 21:36,
# after a pull of all new images at 20:23. # after a pull of all new images at 20:23.
06 20 * * * docker pull -a docker.io/cgal/testsuite-docker; docker rmi $(docker images | awk '/<none>/ {print $3}') 06 20 * * * /usr/bin/time docker pull -a docker.io/cgal/testsuite-docker; docker rmi $(docker images | awk '/<none>/ {print $3}')
36 21 * * * cd /home/lrineau/Git/cgal-testsuite-dockerfiles && time ./test_cgal.py --use-fedora-selinux-policy --force-rm --max-cpus 12 --container-cpus 4 --jobs 5 --upload-results --images $(cat /home/lrineau/.config/CGAL/test_cgal_docker_images) 36 21 * * * cd /home/lrineau/Git/cgal-testsuite-dockerfiles && /usr/bin/time ./test_cgal.py --use-fedora-selinux-policy --force-rm --max-cpus 12 --container-cpus 4 --jobs 5 --upload-results --images $(cat /home/lrineau/.config/CGAL/test_cgal_docker_images)
# Dump the crontab to SVN every hour at minute 18 # Dump the crontab to SVN every hour at minute 18
@ -66,15 +66,15 @@ LC_CTYPE=en_US.UTF-8
#20 21 * * * time $HOME/CGAL/python-3.3/bin/python3 $HOME/CGAL/doxy-port-pmoeller/Documentation/testsuite.py --doxyassist $HOME/CGAL/doxyassist/doxyassist.py --doxygen $HOME/Git/doxygen-fixes/bin/doxygen --documentation $HOME/CGAL/doxy-port-pmoeller/Documentation --publish /var/CGAL/www/Members/Doxygen_test/ --do-update --do-purge-rebuild #20 21 * * * time $HOME/CGAL/python-3.3/bin/python3 $HOME/CGAL/doxy-port-pmoeller/Documentation/testsuite.py --doxyassist $HOME/CGAL/doxyassist/doxyassist.py --doxygen $HOME/Git/doxygen-fixes/bin/doxygen --documentation $HOME/CGAL/doxy-port-pmoeller/Documentation --publish /var/CGAL/www/Members/Doxygen_test/ --do-update --do-purge-rebuild
# "next" alone # "next" alone
#0 21 * * Sat cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/next.svn --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/next.svn --public --do-it
# "next" + candidates # "next" + candidates
#0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && $HOME/bin/create_release $HOME/CGAL/next.svn $HOME/CGAL/candidate-packages --public --do-it #0 21 * * Mon,Tue,Wed,Thu,Fri cd $HOME/CGAL/create_internal_release && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/next.svn $HOME/CGAL/candidate-packages --public --do-it
# from branch 4.1 # from branch 4.1
#0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.1-branch && $HOME/bin/create_release $HOME/CGAL/CGAL-4.1-branch --public --do-it #0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.1-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/CGAL-4.1-branch --public --do-it
# from branch 4.4 # from branch 4.4
#0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.4-branch && $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.4-branch.git --public --do-it #0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.4-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/CGAL-4.4-branch.git --public --do-it
# "integration-4.5" # "integration-4.5"
#0 21 * * Sat,Mon cd $HOME/CGAL/create_internal_release-4.5-branch && $HOME/bin/create_release $HOME/CGAL/branches/integration-4.5.git $HOME/CGAL/branches/empty-dir --do-it --public #0 21 * * Sat,Mon cd $HOME/CGAL/create_internal_release-4.5-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/branches/integration-4.5.git $HOME/CGAL/branches/empty-dir --do-it --public
# - from branch 3.4 # - from branch 3.4
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-3.4-branch; $HOME/bin/create_release $HOME/CGAL/CGAL-3.4-branch --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-3.4-branch; $HOME/bin/create_release $HOME/CGAL/CGAL-3.4-branch --public --do-it
@ -83,7 +83,7 @@ LC_CTYPE=en_US.UTF-8
# - from branch 3.9 # - from branch 3.9
#0 21 * * Sat cd $HOME/CGAL/create_internal_release-3.9-branch; $HOME/bin/create_release $HOME/CGAL/CGAL-3.9-branch --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release-3.9-branch; $HOME/bin/create_release $HOME/CGAL/CGAL-3.9-branch --public --do-it
# - from branch 4.0 # - from branch 4.0
#0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.0-branch && $HOME/bin/create_release $HOME/CGAL/CGAL-4.0-branch --public --do-it #0 21 * * Sun cd $HOME/CGAL/create_internal_release-4.0-branch && /usr/bin/time $HOME/bin/create_release $HOME/CGAL/CGAL-4.0-branch --public --do-it
# - on trunk # - on trunk
#0 21 * * Sat cd $HOME/CGAL/create_internal_release; $HOME/bin/create_release $HOME/CGAL/trunk --public --do-it #0 21 * * Sat cd $HOME/CGAL/create_internal_release; $HOME/bin/create_release $HOME/CGAL/trunk --public --do-it