Project

General

Profile

Sepia » History » Version 168

Yuri Weinstein, 02/09/2018 06:00 AM

1 101 Yuri Weinstein
h3. Crontab<pre>MAILTO="ceph-infra@redhat.com;yweinste@redhat.com"
2 101 Yuri Weinstein
#MAILTO="tmuthami@redhat.com;yweinste@redhat.com"
3 101 Yuri Weinstein
CEPH_QA_EMAIL="ceph-qa@ceph.com"
4 101 Yuri Weinstein
# Edit this file to introduce tasks to be run by cron.
5 101 Yuri Weinstein
# 
6 130 Yuri Weinstein
7 101 Yuri Weinstein
# Each task to run has to be defined through a single line
8 101 Yuri Weinstein
# indicating with different fields when the task will be run
9 101 Yuri Weinstein
# and what command to run for the task
10 101 Yuri Weinstein
# 
11 101 Yuri Weinstein
# To define the time you can provide concrete values for
12 101 Yuri Weinstein
# minute (m), hour (h), day of month (dom), month (mon),
13 101 Yuri Weinstein
# and day of week (dow) or use '*' in these fields (for 'any').# 
14 101 Yuri Weinstein
# Notice that tasks will be started based on the cron's system
15 101 Yuri Weinstein
# daemon's notion of time and timezones.
16 101 Yuri Weinstein
# 
17 101 Yuri Weinstein
# Output of the crontab jobs (including errors) is sent through
18 101 Yuri Weinstein
# email to the user the crontab file belongs to (unless redirected).
19 101 Yuri Weinstein
# 
20 101 Yuri Weinstein
# For example, you can run a backup of all your user accounts
21 101 Yuri Weinstein
# at 5 a.m every week with:
22 101 Yuri Weinstein
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
23 101 Yuri Weinstein
# 
24 116 Yuri Weinstein
# For more information see the manual EPH_BRANCH=kraken; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/hammer-jewel-x ~/vps.yaml -e $CEPH_QA_EMAIL --filter ubuntu -d centos -D "7.2"
25 101 Yuri Weinstein
# 
26 101 Yuri Weinstein
# m h  dom mon dow   command
27 101 Yuri Weinstein
PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
28 101 Yuri Weinstein
29 101 Yuri Weinstein
30 101 Yuri Weinstein
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
31 102 Yuri Weinstein
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)
32 101 Yuri Weinstein
33 139 Yuri Weinstein
## Disabled - dgalloway - ~/src/ceph-qa-suite_master/suites/upgrade/infernalis does not exist
34 1 Cron Tab
#Publish this suite descriptions to the Tracker page http://tracker.ceph.com/projects/ceph-qa-suite/infernalis-x
35 139 Yuri Weinstein
#10 8 * * *  SUITE_NAME=~/src/ceph-qa-suite_master/suites/upgrade/infernalis-x; crontab=$(teuthology-describe-tests --show-facet no $SUITE_NAME | perl -p -e 's/&lt;/&lt;/g; s/&gt;/&gt;/g; s/&/&amp;/g') ; header=$(echo h4. $SUITE_NAME ; echo " "; 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-qa-suite/wiki/infernalis-x.xml?key=$(cat /etc/redmine-key)
36 1 Cron Tab
37 139 Yuri Weinstein
## Disabled - dgalloway - ~/src/ceph-qa-suite_master/suites/upgrade/infernalis does not exist
38 139 Yuri Weinstein
#20 8 * * *  SUITE_NAME=~/src/ceph-qa-suite_master/suites/upgrade/infernalis; crontab=$(teuthology-describe-tests --show-facet no $SUITE_NAME | perl -p -e 's/&lt;/&lt;/g; s/&gt;/&gt;/g; s/&/&amp;/g') ; header=$(echo h4. $SUITE_NAME ; echo " "; 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-qa-suite/wiki/infernalis.xml?key=$(cat /etc/redmine-key)
39 101 Yuri Weinstein
40 102 Yuri Weinstein
30 8 * * *  SUITE_NAME=~/src/ceph-qa-suite_master/suites/ceph-ansible; crontab=$(teuthology-describe-tests --show-facet no $SUITE_NAME | perl -p -e 's/&lt;/&lt;/g; s/&gt;/&gt;/g; s/&/&amp;/g') ; header=$(echo h4. $SUITE_NAME ; echo " "; 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-qa-suite/wiki/ceph-ansible.xml?key=$(cat /etc/redmine-key)
41 101 Yuri Weinstein
42 1 Cron Tab
# Ensure teuthology is up-to-date
43 101 Yuri Weinstein
00 * * * *   cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull
44 114 Yuri Weinstein
55 16 * * *  cd /home/teuthology/src/git.ceph.com_ceph_master && /home/teuthology/bin/cron_wrapper git pull
45 101 Yuri Weinstein
# Ensure ceph-sepia-secrets is up-to-date
46 114 Yuri Weinstein
*/5 * * * *  cd /home/teuthology/ceph-sepia-secrets && /home/teuthology/bin/cron_wrapper git pull
47 103 Yuri Weinstein
48 101 Yuri Weinstein
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
49 137 Yuri Weinstein
#02 01 * * 1,3,5,7 CEPH_BRANCH=jewel; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing OR DISTRO -s powercycle -e $CEPH_QA_EMAIL
50 101 Yuri Weinstein
51 101 Yuri Weinstein
#********** master branch
52 166 Yuri Weinstein
0 5  * * *   CEPH_BRANCH=master; MACHINE_NAME=smithi;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s smoke -k testing -p 70 -e $CEPH_QA_EMAIL
53 168 Yuri Weinstein
2 5  * * *   CEPH_BRANCH=master; MACHINE_NAME=ovh;       /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s smoke -k testing -p 70 -e $CEPH_QA_EMAIL
54 159 Yuri Weinstein
55 158 Yuri Weinstein
56 114 Yuri Weinstein
### OLD LINE BEFOE SUBSET 01 02 * * 7   CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s rbd -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
57 114 Yuri Weinstein
01 02 * * 1   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
58 114 Yuri Weinstein
01 02 * * 2   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
59 114 Yuri Weinstein
01 02 * * 3   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
60 1 Cron Tab
01 02 * * 4   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
61 1 Cron Tab
01 02 * * 5   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
62 1 Cron Tab
01 02 * * 6   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
63 1 Cron Tab
01 02 * * 7   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
64 1 Cron Tab
65 160 Yuri Weinstein
### OLD LINE BEFORE SUBSET 15 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s fs -k distro -e $CEPH_QA_EMAIL
66 160 Yuri Weinstein
15 03 * * 1   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
67 160 Yuri Weinstein
15 03 * * 2   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
68 160 Yuri Weinstein
15 03 * * 3   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
69 160 Yuri Weinstein
15 03 * * 4   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
70 160 Yuri Weinstein
15 03 * * 5   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
71 160 Yuri Weinstein
15 03 * * 6   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
72 160 Yuri Weinstein
15 03 * * 7   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
73 1 Cron Tab
74 160 Yuri Weinstein
### OLD LINE BEFORE SUBSET 7 5  * * *   CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -k testing -s multimds -e $CEPH_QA_EMAIL
75 160 Yuri Weinstein
### I'm not sure what '7 5' was doing but I changed it to an hour after the fs test above to try to space them out - dgalloway 12.6.2017
76 160 Yuri Weinstein
15 04 * * 1   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
77 160 Yuri Weinstein
15 04 * * 2   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
78 160 Yuri Weinstein
15 04 * * 3   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
79 160 Yuri Weinstein
15 04 * * 4   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
80 160 Yuri Weinstein
15 04 * * 5   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
81 160 Yuri Weinstein
15 04 * * 6   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
82 160 Yuri Weinstein
15 04 * * 7   CEPH_BRANCH=master; MACHINE_NAME=smithi; SUITE_NAME=multimds; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
83 160 Yuri Weinstein
84 159 Yuri Weinstein
05 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s rgw -k distro -e $CEPH_QA_EMAIL
85 159 Yuri Weinstein
20 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s krbd -k testing -e $CEPH_QA_EMAIL
86 159 Yuri Weinstein
25 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s kcephfs -k testing -e $CEPH_QA_EMAIL
87 1 Cron Tab
35 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s knfs -k testing -e $CEPH_QA_EMAIL
88 1 Cron Tab
#45 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
89 128 Yuri Weinstein
#50 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
90 132 Yuri Weinstein
91 160 Yuri Weinstein
### I commented this line because it's already run nightly above (which I'm now changing to a subset) - dgalloway 6.12.2017
92 160 Yuri Weinstein
#27 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s multimds -k testing -e $CEPH_QA_EMAIL
93 159 Yuri Weinstein
55 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s rest -k distro -e $CEPH_QA_EMAIL
94 167 Yuri Weinstein
# removed ceph-deploy per Vasu reuest 2/2/18
95 167 Yuri Weinstein
#59 03 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=ovh;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s ceph-deploy -k distro -e $CEPH_QA_EMAIL
96 165 Yuri Weinstein
05 04 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=ovh;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s ceph-ansible -k distro -e $CEPH_QA_EMAIL
97 1 Cron Tab
98 1 Cron Tab
99 1 Cron Tab
#********** jewel branch
100 128 Yuri Weinstein
101 161 Yuri Weinstein
00 02 * * 1 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
102 161 Yuri Weinstein
00 02 * * 2 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
103 161 Yuri Weinstein
00 02 * * 3 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
104 161 Yuri Weinstein
00 02 * * 4 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
105 161 Yuri Weinstein
00 02 * * 6 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
106 161 Yuri Weinstein
00 02 * * 6 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
107 161 Yuri Weinstein
00 02 * * 7 CEPH_BRANCH=jewel; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
108 111 Yuri Weinstein
109 1 Cron Tab
##########################
110 150 Yuri Weinstein
111 111 Yuri Weinstein
#********** EOL kraken branch PLACEHOLDER
112 150 Yuri Weinstein
113 150 Yuri Weinstein
#30 02 * * 1 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
114 150 Yuri Weinstein
#30 02 * * 2 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
115 150 Yuri Weinstein
#30 02 * * 3 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
116 150 Yuri Weinstein
#30 02 * * 4 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
117 150 Yuri Weinstein
#30 02 * * 5 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
118 150 Yuri Weinstein
#30 02 * * 6 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
119 1 Cron Tab
#30 02 * * 7 CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
120 1 Cron Tab
121 143 Yuri Weinstein
122 143 Yuri Weinstein
#********** luminous branch PLACEHOLDER
123 147 Yuri Weinstein
124 147 Yuri Weinstein
30 02 * * 1 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
125 147 Yuri Weinstein
30 02 * * 2 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
126 147 Yuri Weinstein
30 02 * * 3 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
127 147 Yuri Weinstein
30 02 * * 4 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
128 147 Yuri Weinstein
30 02 * * 5 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
129 147 Yuri Weinstein
30 02 * * 6 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
130 143 Yuri Weinstein
30 02 * * 7 CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rados; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
131 143 Yuri Weinstein
132 143 Yuri Weinstein
133 143 Yuri Weinstein
134 1 Cron Tab
135 1 Cron Tab
########################## hammer ##################
136 1 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
137 106 Yuri Weinstein
### temporary running hammer rados on smithi per Sam's request as we observe many ENOSPC failures in ovh lab
138 106 Yuri Weinstein
139 114 Yuri Weinstein
140 114 Yuri Weinstein
#00 13 * * 1 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
141 114 Yuri Weinstein
#00 13 * * 2 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
142 114 Yuri Weinstein
#00 13 * * 3 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
143 114 Yuri Weinstein
#00 13 * * 4 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
144 114 Yuri Weinstein
#00 13 * * 5 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
145 114 Yuri Weinstein
#00 13 * * 6 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
146 1 Cron Tab
#00 13 * * 7 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
147 114 Yuri Weinstein
148 114 Yuri Weinstein
149 1 Cron Tab
150 1 Cron Tab
##########################
151 1 Cron Tab
152 142 Yuri Weinstein
########################## jewel ##################
153 142 Yuri Weinstein
154 161 Yuri Weinstein
00 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rbd -k distro -e $CEPH_QA_EMAIL
155 161 Yuri Weinstein
05 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rgw -k distro -e $CEPH_QA_EMAIL
156 161 Yuri Weinstein
10 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s fs -k distro -e $CEPH_QA_EMAIL
157 161 Yuri Weinstein
15 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s krbd -k testing -e $CEPH_QA_EMAIL
158 161 Yuri Weinstein
20 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s kcephfs -k testing -e $CEPH_QA_EMAIL
159 161 Yuri Weinstein
25 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s knfs -k testing -e $CEPH_QA_EMAIL
160 1 Cron Tab
#30 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
161 142 Yuri Weinstein
#35 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
162 161 Yuri Weinstein
40 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rest -k distro -e $CEPH_QA_EMAIL
163 1 Cron Tab
#removed per Greg's request 18 23 * * 4  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s multimds -e $CEPH_QA_EMAIL
164 1 Cron Tab
45 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade -k distro -e $CEPH_QA_EMAIL
165 167 Yuri Weinstein
# removed ceph-deploy per Vasu reuest 2/2/18
166 167 Yuri Weinstein
#50 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s ceph-deploy -k distro -e $CEPH_QA_EMAIL
167 161 Yuri Weinstein
10 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s ceph-disk -k distro -e $CEPH_QA_EMAIL
168 161 Yuri Weinstein
15 04 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s ceph-ansible -k distro -e $CEPH_QA_EMAIL
169 1 Cron Tab
170 150 Yuri Weinstein
171 1 Cron Tab
########################## EOL  kraken  ##################
172 150 Yuri Weinstein
173 150 Yuri Weinstein
### OLD LINE BEFORE SUBSET  00 11 * * 2,4,6  CEPH_BRANCH=kraken; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rbd -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
174 150 Yuri Weinstein
#00 05  * * 1   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
175 150 Yuri Weinstein
#00 05  * * 2   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
176 150 Yuri Weinstein
#00 05  * * 3   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
177 150 Yuri Weinstein
#00 05  * * 4   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
178 150 Yuri Weinstein
#00 05  * * 5   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
179 150 Yuri Weinstein
#00 05  * * 6   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
180 1 Cron Tab
#00 05  * * 7   CEPH_BRANCH=kraken; MACHINE_NAME=ovh; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
181 1 Cron Tab
182 150 Yuri Weinstein
183 150 Yuri Weinstein
#05 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rgw -k distro -e $CEPH_QA_EMAIL
184 150 Yuri Weinstein
#10 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s fs -k distro -e $CEPH_QA_EMAIL
185 150 Yuri Weinstein
#15 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s krbd -k testing -e $CEPH_QA_EMAIL
186 150 Yuri Weinstein
#20 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s kcephfs -k testing -e $CEPH_QA_EMAIL
187 145 Yuri Weinstein
#25 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s knfs -k testing -e $CEPH_QA_EMAIL
188 145 Yuri Weinstein
#30 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
189 150 Yuri Weinstein
#35 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
190 150 Yuri Weinstein
#40 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rest -k distro -e $CEPH_QA_EMAIL
191 150 Yuri Weinstein
#45 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade -k distro -e $CEPH_QA_EMAIL
192 150 Yuri Weinstein
#55 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=vps;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-deploy -k distro ~/vps.yaml -e $CEPH_QA_EMAIL
193 1 Cron Tab
#10 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=vps;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-disk -k distro ~/vps.yaml -e $CEPH_QA_EMAIL
194 143 Yuri Weinstein
#15 05 * * 7  CEPH_BRANCH=kraken; MACHINE_NAME=vps;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-ansible -k distro -e $CEPH_QA_EMAIL
195 141 Yuri Weinstein
196 141 Yuri Weinstein
##########################
197 1 Cron Tab
#########################
198 143 Yuri Weinstein
199 141 Yuri Weinstein
200 143 Yuri Weinstein
########################## luminous  ##################
201 143 Yuri Weinstein
202 143 Yuri Weinstein
00 05  * * 1   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
203 143 Yuri Weinstein
00 05  * * 2   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
204 143 Yuri Weinstein
00 05  * * 3   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
205 143 Yuri Weinstein
00 05  * * 4   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
206 1 Cron Tab
00 05  * * 5   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
207 1 Cron Tab
00 05  * * 6   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
208 1 Cron Tab
00 05  * * 7   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=rbd; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
209 1 Cron Tab
210 160 Yuri Weinstein
### OLD LINE BEFORE SUBSET: 10 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s fs -k distro -e $CEPH_QA_EMAIL
211 1 Cron Tab
10 05  * * 1   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
212 1 Cron Tab
10 05  * * 2   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
213 1 Cron Tab
10 05  * * 3   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
214 160 Yuri Weinstein
10 05  * * 4   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
215 160 Yuri Weinstein
10 05  * * 5   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
216 160 Yuri Weinstein
10 05  * * 6   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
217 143 Yuri Weinstein
10 05  * * 7   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
218 1 Cron Tab
219 143 Yuri Weinstein
05 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rgw -k distro -e $CEPH_QA_EMAIL
220 143 Yuri Weinstein
15 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s krbd -k testing -e $CEPH_QA_EMAIL
221 1 Cron Tab
20 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s kcephfs -k testing -e $CEPH_QA_EMAIL
222 1 Cron Tab
25 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s knfs -k testing -e $CEPH_QA_EMAIL
223 143 Yuri Weinstein
#30 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
224 152 Yuri Weinstein
#35 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=smithi;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
225 155 Yuri Weinstein
40 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rest -k distro -e $CEPH_QA_EMAIL
226 155 Yuri Weinstein
227 156 Yuri Weinstein
#two suites below MUST use --suite-branch hammer OR jewel
228 156 Yuri Weinstein
# filtering --filter="rbd_cli_import_export" b/c of bug http://tracker.ceph.com/issues/21573 
229 1 Cron Tab
45 05 * * *  CEPH_BRANCH=luminous; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-hammer -k distro -e $CEPH_QA_EMAIL --suite-branch hammer
230 1 Cron Tab
47 05 * * *  CEPH_BRANCH=luminous; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-jewel -k distro -e $CEPH_QA_EMAIL --suite-branch jewel
231 152 Yuri Weinstein
50 05 * * *  CEPH_BRANCH=luminous; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s upgrade/client-upgrade-kraken -k distro -e $CEPH_QA_EMAIL --suite-branch kraken
232 167 Yuri Weinstein
# removed ceph-deploy per Vasu reuest 2/2/18
233 167 Yuri Weinstein
#55 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=ovh;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-deploy -k distro ~/vps.yaml -e $CEPH_QA_EMAIL
234 161 Yuri Weinstein
10 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=ovh;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-disk -k distro ~/vps.yaml -e $CEPH_QA_EMAIL
235 164 Yuri Weinstein
15 05 * * 2,4,6  CEPH_BRANCH=luminous; MACHINE_NAME=ovh;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s ceph-ansible -k distro -e $CEPH_QA_EMAIL
236 143 Yuri Weinstein
237 1 Cron Tab
##########################
238 1 Cron Tab
239 143 Yuri Weinstein
240 143 Yuri Weinstein
241 143 Yuri Weinstein
242 143 Yuri Weinstein
# disabled pre Sage 05 18 * * 2,4,6   CEPH_BRANCH=infernalis; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -m $MACHINE_NAME -s upgrade/hammer-x ~/vps.yaml -e $CEPH_QA_EMAIL
243 143 Yuri Weinstein
#NO SUPPORT 10 18 * * 1,7     CEPH_BRANCH=infernalis; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -m $MACHINE_NAME -s upgrade/infernalis ~/vps.yaml -e $CEPH_QA_EMAIL
244 161 Yuri Weinstein
15 01 * * 1,5    CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -m $MACHINE_NAME -s upgrade/hammer-x ~/vps.yaml -e $CEPH_QA_EMAIL
245 141 Yuri Weinstein
#NO SUPPORT 20 17 * * *       CEPH_BRANCH=jewel; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -m $MACHINE_NAME -s upgrade/infernalis-x ~/vps.yaml -e $CEPH_QA_EMAIL
246 1 Cron Tab
247 141 Yuri Weinstein
###### on vps
248 161 Yuri Weinstein
#20 04 * * 7      CEPH_BRANCH=kraken; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x ~/vps.yaml -e $CEPH_QA_EMAIL
249 161 Yuri Weinstein
#23 04 * * *      CEPH_BRANCH=luminous; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x ~/vps.yaml -e $CEPH_QA_EMAIL
250 161 Yuri Weinstein
#25 03 * * 7    CEPH_BRANCH=kraken; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/hammer-jewel-x ~/vps.yaml -e $CEPH_QA_EMAIL
251 151 Yuri Weinstein
#25 02 * * *      CEPH_BRANCH=luminous; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/kraken-x ~/vps.yaml -e $CEPH_QA_EMAIL
252 161 Yuri Weinstein
#25 02 * * *      CEPH_BRANCH=master; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/luminous-x ~/vps.yaml -e $CEPH_QA_EMAIL 
253 150 Yuri Weinstein
254 143 Yuri Weinstein
255 142 Yuri Weinstein
###### on smithi
256 140 Yuri Weinstein
20 05 * * 7       CEPH_BRANCH=kraken; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x -e $CEPH_QA_EMAIL --filter ubuntu
257 145 Yuri Weinstein
23 04 * * *       CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x -e $CEPH_QA_EMAIL
258 143 Yuri Weinstein
25 02 * * 7     CEPH_BRANCH=kraken; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/hammer-jewel-x -e $CEPH_QA_EMAIL --filter ubuntu
259 157 Yuri Weinstein
25 03 * * *       CEPH_BRANCH=luminous; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/kraken-x -e $CEPH_QA_EMAIL --filter ubuntu
260 162 Yuri Weinstein
25 02 * * *      CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/luminous-x -e $CEPH_QA_EMAIL --suite-branch luminous -p 90 --filter ubuntu_latest,centos
261 141 Yuri Weinstein
262 142 Yuri Weinstein
263 1 Cron Tab
##### on ovh
264 145 Yuri Weinstein
20 05 * * 7       CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x -e $CEPH_QA_EMAIL --filter ubuntu
265 143 Yuri Weinstein
23 04 * * *       CEPH_BRANCH=luminous; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/jewel-x -e $CEPH_QA_EMAIL
266 150 Yuri Weinstein
25 02 * * 7     CEPH_BRANCH=kraken; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/hammer-jewel-x -e $CEPH_QA_EMAIL --filter ubuntu
267 157 Yuri Weinstein
25 03 * * *       CEPH_BRANCH=luminous; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/kraken-x -e $CEPH_QA_EMAIL --filter ubuntu
268 162 Yuri Weinstein
25 02 * * *      CEPH_BRANCH=master; MACHINE_NAME=ovh; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -k distro -n 7 -m $MACHINE_NAME -s upgrade/luminous-x -e $CEPH_QA_EMAIL --suite-branch luminous -p 90 --filter ubuntu_latest,centos</pre>