updated crontab (automated commit)

This commit is contained in:
Laurent Rineau 2019-04-05 15:18:06 +02:00
parent f33addc4cc
commit b8b136bc8a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ LC_CTYPE=en_US.UTF-8
# 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 * * * /usr/bin/time 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 && /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 | { [ $(date +%a) = Sat ] && cat || grep -v centos } ) 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 $($HOME/bin/docker_images_to_test_today)
# Dump the crontab to SVN every hour at minute 18 # Dump the crontab to SVN every hour at minute 18