Project

General

Profile

Sepia » History » Version 55

Cron Tab, 11/24/2015 02:00 PM

1 54 Cron Tab
h3. Crontab<pre>MAILTO="ceph-infra@redhat.com;yweinste@redhat.com"
2 54 Cron Tab
CEPH_QA_EMAIL="ceph-qa@ceph.com"
3 54 Cron Tab
# Edit this file to introduce tasks to be run by cron.
4 54 Cron Tab
# 
5 54 Cron Tab
# Each task to run has to be defined through a single line
6 54 Cron Tab
# indicating with different fields when the task will be run
7 54 Cron Tab
# and what command to run for the task
8 54 Cron Tab
# 
9 54 Cron Tab
# To define the time you can provide concrete values for
10 54 Cron Tab
# minute (m), hour (h), day of month (dom), month (mon),
11 54 Cron Tab
# and day of week (dow) or use '*' in these fields (for 'any').# 
12 54 Cron Tab
# Notice that tasks will be started based on the cron's system
13 54 Cron Tab
# daemon's notion of time and timezones.
14 54 Cron Tab
# 
15 54 Cron Tab
# Output of the crontab jobs (including errors) is sent through
16 54 Cron Tab
# email to the user the crontab file belongs to (unless redirected).
17 54 Cron Tab
# 
18 54 Cron Tab
# For example, you can run a backup of all your user accounts
19 54 Cron Tab
# at 5 a.m every week with:
20 54 Cron Tab
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
21 54 Cron Tab
# 
22 54 Cron Tab
# For more information see the manual pages of crontab(5) and cron(8)
23 54 Cron Tab
# 
24 54 Cron Tab
# m h  dom mon dow   command
25 54 Cron Tab
PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
26 54 Cron Tab
27 54 Cron Tab
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
28 54 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)
29 54 Cron Tab
30 54 Cron Tab
# Ensure teuthology is up-to-date
31 54 Cron Tab
55 13 * * *   cd /home/teuthology/src/teuthology_master && git pull
32 54 Cron Tab
59 13 * * *   cd /home/teuthology/src/ceph-qa-suite_master && git pull
33 54 Cron Tab
# Ensure ceph-sepia-secrets is up-to-date
34 54 Cron Tab
57 13 * * *   cd /home/teuthology/ceph-sepia-secrets && git pull
35 54 Cron Tab
36 54 Cron Tab
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
37 54 Cron Tab
#00 20 * * 2,4 teuthology-suite -v -c giant -k testing -m plana,burnupi,mira -s powercycle
38 54 Cron Tab
39 54 Cron Tab
#********** master branch
40 54 Cron Tab
00 5 * * *   teuthology-suite -v -c master -m plana,burnupi,mira -s smoke -k distro -p 70
41 54 Cron Tab
10 5 */3 * * teuthology-suite -v -c master -m plana,burnupi,mira -k distro -s big
42 54 Cron Tab
43 54 Cron Tab
00 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -s rbd
44 54 Cron Tab
02 23 * * 2,6 teuthology-suite -v -c master -m plana,burnupi,mira -s rgw
45 54 Cron Tab
04 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -s fs
46 54 Cron Tab
06 23 * * 2,6 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s krbd
47 54 Cron Tab
08 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s kcephfs
48 54 Cron Tab
10 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s knfs
49 54 Cron Tab
12 23 * * 2   teuthology-suite -v -c master -m plana,burnupi,mira -s hadoop
50 54 Cron Tab
14 23 * * 2   teuthology-suite -v -c master -m plana,burnupi,mira -s samba
51 54 Cron Tab
16 23 * * 2   teuthology-suite -v -c master -m plana,burnupi,mira -s rest
52 54 Cron Tab
18 23 * * 6   teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s multimds
53 54 Cron Tab
#*********
54 54 Cron Tab
55 54 Cron Tab
########################## infernalis ##################
56 54 Cron Tab
### rados suite divided into 14 parts 1 part every day of the 2 weeks, the bc part does 0-6 on even weeks and 7-13 on odd
57 54 Cron Tab
### % is escaped because it is a special character to chron
58 54 Cron Tab
FILTER_OUT="--filter-out=random.yaml\,async.yaml"
59 54 Cron Tab
60 55 Cron Tab
#moved to ovh 00 21 * * 1 /home/teuthology/bin/schedule_rados.sh 0 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
61 55 Cron Tab
#moved to ovh 00 21 * * 2 /home/teuthology/bin/schedule_rados.sh 1 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
62 55 Cron Tab
#moved to ovh 00 21 * * 3 /home/teuthology/bin/schedule_rados.sh 2 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
63 55 Cron Tab
#moved to ovh 00 21 * * 4 /home/teuthology/bin/schedule_rados.sh 3 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
64 55 Cron Tab
#moved to ovh 00 21 * * 5 /home/teuthology/bin/schedule_rados.sh 4 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
65 55 Cron Tab
#moved to ovh 00 21 * * 6 /home/teuthology/bin/schedule_rados.sh 5 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
66 55 Cron Tab
#moved to ovh 00 21 * * 7 /home/teuthology/bin/schedule_rados.sh 6 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
67 54 Cron Tab
##########################
68 54 Cron Tab
69 55 Cron Tab
#moved to ovh 00 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rbd
70 55 Cron Tab
#moved to ovh 02 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rgw
71 55 Cron Tab
#moved to ovh 04 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s fs
72 55 Cron Tab
#moved to ovh 06 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s krbd
73 55 Cron Tab
#moved to ovh 08 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s kcephfs
74 55 Cron Tab
#moved to ovh 10 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s knfs
75 55 Cron Tab
#moved to ovh 12 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s hadoop
76 55 Cron Tab
#moved to ovh 14 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s samba
77 55 Cron Tab
#moved to ovh 16 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s rest
78 55 Cron Tab
#moved to ovh 18 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -k testing -s multimds
79 55 Cron Tab
#moved to ovh 20 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s upgrade/client-upgrade
80 54 Cron Tab
81 54 Cron Tab
82 54 Cron Tab
########################## jewel ##################
83 54 Cron Tab
### per Sage we are nolding off on running rados on jewel for the time being
84 54 Cron Tab
85 54 Cron Tab
00 23 * * 3,7 teuthology-suite -v -c jewel -m plana,burnupi,mira -k distro -s rbd
86 54 Cron Tab
02 23 * * 2,6 teuthology-suite -v -c jewel -m plana,burnupi,mira -k distro -s rgw
87 54 Cron Tab
04 23 * * 3,7 teuthology-suite -v -c jewel -m plana,burnupi,mira  -s fs
88 54 Cron Tab
06 23 * * 2,6 teuthology-suite -v -c jewel -m plana,burnupi,mira -k testing -s krbd
89 54 Cron Tab
08 23 * * 2,6 teuthology-suite -v -c jewel -m plana,burnupi,mira -k testing -s kcephfs
90 54 Cron Tab
10 23 * * 2,6 teuthology-suite -v -c jewel -m plana,burnupi,mira -k testing -s knfs
91 54 Cron Tab
12 23 * * 7   teuthology-suite -v -c jewel -m plana,burnupi,mira  -s hadoop
92 54 Cron Tab
14 23 * * 7   teuthology-suite -v -c jewel -m plana,burnupi,mira  -s samba
93 54 Cron Tab
16 23 * * 7   teuthology-suite -v -c jewel -m plana,burnupi,mira  -s rest
94 54 Cron Tab
18 23 * * 7   teuthology-suite -v -c jewel -m plana,burnupi,mira  -k testing -s multimds
95 54 Cron Tab
20 23 * * 4,7 teuthology-suite -v -c jewel -m plana,burnupi,mira -k distro -s upgrade/client-upgrade
96 54 Cron Tab
97 54 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
98 54 Cron Tab
## berametal part of ceph-deploy/hammer/infernalis scheduled in typica lab
99 54 Cron Tab
10 1 * * 7   teuthology-suite -v -c hammer -m vps -k distro -s ceph-deploy ~/vps.yaml --filter ubuntu_14
100 54 Cron Tab
10 2 * * 7   teuthology-suite -v -c infernalis -m vps -k distro -s ceph-deploy ~/vps.yaml
101 54 Cron Tab
10 2 * * 1,3 teuthology-suite -v -c jewel -m vps -k distro -s ceph-deploy ~/vps.yaml
102 54 Cron Tab
103 54 Cron Tab
## Upgrade tests for infernalis - running on bare metal 
104 54 Cron Tab
02 17 * * 4 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
105 54 Cron Tab
02 17 * * 1 teuthology-suite -v -c jewel -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
106 54 Cron Tab
107 54 Cron Tab
#********** all below on VPS *****************
108 54 Cron Tab
00 17 * * 2,5 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/firefly --timeout 56000  ~/vps.yaml
109 54 Cron Tab
110 54 Cron Tab
## upgrade dumpling to firefly tests  
111 54 Cron Tab
13 19 * * 7 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/dumpling-x ~/vps.yaml
112 54 Cron Tab
113 54 Cron Tab
# Upgrade tests for giant - running on vps to cover multiple distros
114 54 Cron Tab
#giant EOL 15 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/dumpling-firefly-x ~/vps.yaml
115 54 Cron Tab
#giant EOL 18 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
116 54 Cron Tab
117 54 Cron Tab
118 54 Cron Tab
#new suite for infernalis, has to run on vps when passed on baremetal
119 54 Cron Tab
18 13 * * 2,4 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/firefly-hammer-x --filter ubuntu_14
120 54 Cron Tab
18 13 * * 3,5,7 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/infernalis --filter ubuntu_14
121 54 Cron Tab
122 54 Cron Tab
# Upgrade tests for hammer - running on vps to cover multiple distros
123 54 Cron Tab
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on hammer, YuriW 3/29/15
124 54 Cron Tab
#15 17 * * 1,3 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml 
125 54 Cron Tab
18 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
126 54 Cron Tab
#giant EOL 05 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/giant-x ~/vps.yaml
127 54 Cron Tab
05 16 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/hammer ~/vps.yaml
128 54 Cron Tab
129 54 Cron Tab
# Upgrade tests for infernalis - running on vps to cover multiple distros
130 54 Cron Tab
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on infernalis, YuriW 3/29/15
131 54 Cron Tab
#dumpling-firefly-x/infernalis is an invalid upgrade path
132 54 Cron Tab
#15 17 * * 0,2,4,6 teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml
133 54 Cron Tab
10 17 * * 0,2,4,5 teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/hammer-x ~/vps.yaml
134 54 Cron Tab
10 17 * * 1,2,5,7 teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/infernalis ~/vps.yaml</pre>