updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2017-08-30 10:18:05 +02:00
parent a68473976f
commit 45e4a3aa1b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ LC_CTYPE=en_US.UTF-8
# Launch our Docker testsuite , at 21:36,
# 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}')
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 $(docker images | grep -v 'centos[67] ' | grep -v 'debian-stable ' | awk '/docker.io\/cgal\/testsuite-docker/ {print $1 ":" $2}' | grep -v CGAL-archlinux-cxx14-testsuite | grep -v fedora-strict-ansi | grep -v archlinux-clang-cxx1z )
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)
# Dump the crontab to SVN every hour at minute 18