Project

General

Profile

Sepia » History » Version 20

Cron Tab, 05/14/2015 11:24 PM

1 1 Cron Tab
h3. Crontab<pre>MAILTO="yweinste@redhat.com"
2
# Edit this file to introduce tasks to be run by cron.
3
# 
4
# Each task to run has to be defined through a single line
5
# indicating with different fields when the task will be run
6
# and what command to run for the task
7
# 
8
# To define the time you can provide concrete values for
9
# minute (m), hour (h), day of month (dom), month (mon),
10
# and day of week (dow) or use '*' in these fields (for 'any').# 
11
# Notice that tasks will be started based on the cron's system
12
# daemon's notion of time and timezones.
13
# 
14
# Output of the crontab jobs (including errors) is sent through
15
# email to the user the crontab file belongs to (unless redirected).
16
# 
17
# For example, you can run a backup of all your user accounts
18
# at 5 a.m every week with:
19
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
20
# 
21
# For more information see the manual pages of crontab(5) and cron(8)
22
# 
23
# m h  dom mon dow   command
24
PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
25
26 10 Cron Tab
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
27 2 Cron Tab
00 6 * * *  crontab=$(crontab -l | perl -p -e 's/&lt;/&lt;/g; s/&gt;/&gt;/g; s/&/&amp;/g') ; header=$(echo h3. Crontab ; echo) ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary '&lt;?xml version="1.0"?&gt;&lt;wiki_page&gt;&lt;text&gt;'"$header"'&lt;pre&gt;'"$crontab"'&lt;/pre&gt;&lt;/text&gt;&lt;/wiki_page&gt;' http://tracker.ceph.com/projects/ceph-releases/wiki/sepia.xml?key=$(cat /etc/redmine-key)
28 1 Cron Tab
29 19 Cron Tab
# Ensure teuthology is up-to-date
30
00 17 * * *   cd /home/teuthology/src/teuthology_master && git pull
31
32 10 Cron Tab
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
33
#00 20 * * 2,4 teuthology-suite -v -c giant -k testing -m plana,burnupi,mira -s powercycle
34 1 Cron Tab
35 10 Cron Tab
#**********
36
#fs is having issues with low drive space on typica and is running in sepia for now
37
04 23 * * 1,3,5 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s fs
38
04 23 * * 7 teuthology-suite -v -c giant -m plana,burnupi,mira -k testing -s fs
39
#*********
40 1 Cron Tab
41
##########################
42 20 Cron Tab
### rados suite divided into 14 parts 1 part every day of the 2 weeks
43
00 21 * * 1 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 0) + 0; print "$subset\n"'`/14
44
00 21 * * 2 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 1) + 0; print "$subset\n"'`/14
45
00 21 * * 3 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 2) + 0; print "$subset\n"'`/14
46
00 21 * * 4 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 3) + 0; print "$subset\n"'`/14
47
00 21 * * 5 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 4) + 0; print "$subset\n"'`/14
48
00 21 * * 6 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 5) + 0; print "$subset\n"'`/14
49
00 21 * * 7 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 6) + 0; print "$subset\n"'`/14
50
00 21 * * 1 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 7) + 0; print "$subset\n"'`/14
51
00 21 * * 2 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 8) + 0; print "$subset\n"'`/14
52
00 21 * * 3 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 9) + 0; print "$subset\n"'`/14
53
00 21 * * 4 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 10) + 0; print "$subset\n"'`/14
54
00 21 * * 5 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 11) + 0; print "$subset\n"'`/14
55
00 21 * * 6 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 12) + 0; print "$subset\n"'`/14
56
00 21 * * 7 teuthology-suite -v -c  next -m plana,burnupi,mira -k distro -s rados --subset `perl -e 'use Time::Local; use POSIX qw(strftime); my $subset = ((strftime("%U", localtime(time)) % 2) * 13) + 0; print "$subset\n"'`/14
57 1 Cron Tab
##########################
58
59 10 Cron Tab
00 23 * * 2,4,6 teuthology-suite -v -c next -m plana,burnupi,mira -k distro -s rbd
60
02 23 * * 1,3,5 teuthology-suite -v -c next -m plana,burnupi,mira -k distro -s rgw
61
04 23 * * 2,4,6 teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s fs
62
06 23 * * 1,3,5 teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s krbd
63
08 23 * * 1,3,5 teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s kcephfs
64
10 23 * * 1,3,5 teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s knfs
65 13 Cron Tab
12 23 * * 7     teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s hadoop
66
14 23 * * 7     teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s samba
67
16 23 * * 7     teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s rest
68
18 23 * * 7     teuthology-suite -v -c next -m plana,burnupi,mira -k testing -s multimds
69 10 Cron Tab
20 23 * * 2,5,7 teuthology-suite -v -c next -m plana,burnupi,mira -k distro -s upgrade/client-upgrade
70 9 Cron Tab
71 17 Cron Tab
#moved from typica as they time-out per Sam's reuest
72
10 18 * * 0,4 teuthology-suite -v -c giant -k distro -m typica -s upgrade/dumpling-firefly-x --filter ubuntu_
73
13 18 * * 0,4 teuthology-suite -v -c giant -k distro -m typica -s upgrade/firefly-x--filter ubuntu_
74
75 10 Cron Tab
## removed for now YuriW - 10 1 * * 1,3,5 teuthology-suite -v -c firefly -m vps -k distro -s ceph-deploy ~/vps.yaml
76 15 Cron Tab
## berametal part of ceph-deploy/hammer/next scheduled in typica lab
77 1 Cron Tab
10 1 * * 7   teuthology-suite -v -c hammer -m vps -k distro -s ceph-deploy ~/vps.yaml
78 15 Cron Tab
10 2 * * 7   teuthology-suite -v -c next -m vps -k distro -s ceph-deploy ~/vps.yaml
79 9 Cron Tab
80 10 Cron Tab
## Upgrade tests for next - running on bare metal 
81 11 Cron Tab
10 17 * * 2,4,7 teuthology-suite -v -c next -k distro -m plana,burnupi,mira -s upgrade/dumpling-firefly-x --filter ubuntu_
82
13 17 * * 2,4,7 teuthology-suite -v -c next -k distro -m plana,burnupi,mira -s upgrade/firefly-x --filter ubuntu_
83
05 17 * * 2,4,7 teuthology-suite -v -c next -k distro -m plana,burnupi,mira -s upgrade/giant-x --filter ubuntu_
84 10 Cron Tab
85
#********** all below on VPS *****************
86 18 Cron Tab
00 17 * * 2,5 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/firefly --timeout 56000  ~/vps.yaml
87 13 Cron Tab
15 17 * * 1,3 teuthology-suite -v -c giant -k distro -m vps -s upgrade/giant --timeout 54000  ~/vps.yaml
88 10 Cron Tab
89
## upgrade dumpling to firefly tests  
90 11 Cron Tab
13 19 * * 7 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/dumpling-x ~/vps.yaml
91 10 Cron Tab
92
# Upgrade tests for giant - running on vps to cover multiple distros
93 11 Cron Tab
15 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/dumpling-firefly-x ~/vps.yaml
94
18 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
95 10 Cron Tab
96
97
# Upgrade tests for hammer - running on vps to cover multiple distros
98
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on hammer, YuriW 3/29/15
99
#15 17 * * 1,3 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml 
100 16 Cron Tab
18 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
101
05 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/giant-x ~/vps.yaml
102
05 16 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/hammer ~/vps.yaml
103 10 Cron Tab
104 1 Cron Tab
# Upgrade tests for next - running on vps to cover multiple distros
105 10 Cron Tab
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on next, YuriW 3/29/15
106
#15 17 * * 0,2,4,6 teuthology-suite -v -c next -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml
107 16 Cron Tab
18 17 * * 0,2,4 teuthology-suite -v -c next -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
108
05 17 * * 0,2,4 teuthology-suite -v -c next -k distro -m vps -s upgrade/giant-x ~/vps.yaml</pre>