forked from compiler-explorer/infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrontab.admin
More file actions
12 lines (11 loc) · 742 Bytes
/
crontab.admin
File metadata and controls
12 lines (11 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
MAILTO=compiler-explorer-admin@googlegroups.com
PATH=/home/ubuntu/infra/.env/bin:/home/ubuntu/infra/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# m h dom mon dow command
00 00 * * * cronic bash -c "git -C /home/ubuntu/infra pull -q && make -C /home/ubuntu/infra ce"
05 00 * * * cronic bash -c "crontab < /home/ubuntu/infra/crontab.admin"
05 00 * * * cronic bash -c "sudo crontab < /home/ubuntu/infra/crontab.root.admin"
30 23 * * 6 cronic bash -c "ce library-stats update"
40 23 * * 6 cronic bash -c "ce compiler-stats update"
30 01 * * * cronic bash -c "/home/ubuntu/infra/admin-daily-builds.sh"
00 09 * * * cronic bash -c "/home/ubuntu/infra/remove_old_compilers.sh"
05 09 * * * cronic bash -c "ce builds rm_old 7"