Project

General

Profile

Sepia » History » Version 114

Yuri Weinstein, 12/21/2016 01:01 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 101 Yuri Weinstein
# Each task to run has to be defined through a single line
7 101 Yuri Weinstein
# indicating with different fields when the task will be run
8 101 Yuri Weinstein
# and what command to run for the task
9 101 Yuri Weinstein
# 
10 101 Yuri Weinstein
# To define the time you can provide concrete values for
11 101 Yuri Weinstein
# minute (m), hour (h), day of month (dom), month (mon),
12 101 Yuri Weinstein
# and day of week (dow) or use '*' in these fields (for 'any').# 
13 101 Yuri Weinstein
# Notice that tasks will be started based on the cron's system
14 101 Yuri Weinstein
# daemon's notion of time and timezones.
15 101 Yuri Weinstein
# 
16 101 Yuri Weinstein
# Output of the crontab jobs (including errors) is sent through
17 101 Yuri Weinstein
# email to the user the crontab file belongs to (unless redirected).
18 101 Yuri Weinstein
# 
19 101 Yuri Weinstein
# For example, you can run a backup of all your user accounts
20 101 Yuri Weinstein
# at 5 a.m every week with:
21 101 Yuri Weinstein
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
22 101 Yuri Weinstein
# 
23 101 Yuri Weinstein
# For more information see the manual pages of crontab(5) and cron(8)
24 101 Yuri Weinstein
# 
25 101 Yuri Weinstein
# m h  dom mon dow   command
26 101 Yuri Weinstein
PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
27 101 Yuri Weinstein
28 101 Yuri Weinstein
29 101 Yuri Weinstein
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
30 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)
31 101 Yuri Weinstein
32 101 Yuri Weinstein
#Publish this suite descriptions to the Tracker page http://tracker.ceph.com/projects/ceph-qa-suite/infernalis-x
33 102 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)
34 101 Yuri Weinstein
35 102 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)
36 101 Yuri Weinstein
37 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)
38 101 Yuri Weinstein
39 1 Cron Tab
# Ensure teuthology is up-to-date
40 101 Yuri Weinstein
00 * * * *   cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull
41 114 Yuri Weinstein
55 16 * * *  cd /home/teuthology/src/git.ceph.com_ceph_master && /home/teuthology/bin/cron_wrapper git pull
42 101 Yuri Weinstein
# Ensure ceph-sepia-secrets is up-to-date
43 114 Yuri Weinstein
*/5 * * * *  cd /home/teuthology/ceph-sepia-secrets && /home/teuthology/bin/cron_wrapper git pull
44 103 Yuri Weinstein
45 101 Yuri Weinstein
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
46 101 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 -s powercycle -e $CEPH_QA_EMAIL
47 101 Yuri Weinstein
48 101 Yuri Weinstein
#********** master branch
49 1 Cron Tab
00 5  * * *   CEPH_BRANCH=master; MACHINE_NAME=vps;    /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 ~/vps.yaml ~/shaman.yaml
50 1 Cron Tab
51 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
52 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
53 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
54 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
55 114 Yuri Weinstein
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
56 114 Yuri Weinstein
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
57 114 Yuri Weinstein
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
58 114 Yuri Weinstein
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
59 114 Yuri Weinstein
60 114 Yuri Weinstein
61 106 Yuri Weinstein
05 17 * * 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 -e $CEPH_QA_EMAIL ~/shaman.yaml
62 1 Cron Tab
15 17 * * 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 -e $CEPH_QA_EMAIL ~/shaman.yaml
63 1 Cron Tab
20 17 * * 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 krbd -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
64 1 Cron Tab
25 17 * * 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 kcephfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
65 1 Cron Tab
35 17 * * 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 knfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
66 1 Cron Tab
45 17 * * 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 ~/shaman.yaml
67 1 Cron Tab
50 17 * * 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 ~/no_shaman.yaml
68 1 Cron Tab
55 17 * * 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 -e $CEPH_QA_EMAIL ~/shaman.yaml
69 1 Cron Tab
70 1 Cron Tab
71 1 Cron Tab
#********** jewel branch
72 1 Cron Tab
73 114 Yuri Weinstein
00 11 * * 1 CEPH_BRANCH=jewel; 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
74 114 Yuri Weinstein
00 11 * * 2 CEPH_BRANCH=jewel; 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
75 114 Yuri Weinstein
00 11 * * 3 CEPH_BRANCH=jewel; 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
76 114 Yuri Weinstein
00 11 * * 4 CEPH_BRANCH=jewel; 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
77 114 Yuri Weinstein
00 11 * * 5 CEPH_BRANCH=jewel; 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
78 114 Yuri Weinstein
00 11 * * 6 CEPH_BRANCH=jewel; 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
79 114 Yuri Weinstein
00 11 * * 7 CEPH_BRANCH=jewel; 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
80 1 Cron Tab
81 111 Yuri Weinstein
##########################
82 1 Cron Tab
83 1 Cron Tab
#********** kraken branch PLACEHOLDER
84 111 Yuri Weinstein
85 114 Yuri Weinstein
30 11 * * 1 CEPH_BRANCH=kraken; 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
86 114 Yuri Weinstein
30 11 * * 2 CEPH_BRANCH=kraken; 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
87 114 Yuri Weinstein
30 11 * * 3 CEPH_BRANCH=kraken; 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
88 114 Yuri Weinstein
30 11 * * 4 CEPH_BRANCH=kraken; 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
89 114 Yuri Weinstein
30 11 * * 5 CEPH_BRANCH=kraken; 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
90 114 Yuri Weinstein
30 11 * * 6 CEPH_BRANCH=kraken; 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
91 114 Yuri Weinstein
30 11 * * 7 CEPH_BRANCH=kraken; 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
92 105 Yuri Weinstein
93 101 Yuri Weinstein
94 1 Cron Tab
########################## hammer ##################
95 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
96 1 Cron Tab
### temporary running hammer rados on smithi per Sam's request as we observe many ENOSPC failures in ovh lab
97 106 Yuri Weinstein
98 106 Yuri Weinstein
99 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
100 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
101 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
102 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
103 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
104 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
105 114 Yuri Weinstein
#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
106 1 Cron Tab
107 114 Yuri Weinstein
108 114 Yuri Weinstein
109 1 Cron Tab
##########################
110 1 Cron Tab
111 1 Cron Tab
########################## jewel ##################
112 1 Cron Tab
113 106 Yuri Weinstein
00 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rbd -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
114 1 Cron Tab
05 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rgw -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
115 1 Cron Tab
10 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s fs -e $CEPH_QA_EMAIL ~/shaman.yaml
116 1 Cron Tab
15 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s krbd -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
117 1 Cron Tab
20 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s kcephfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
118 1 Cron Tab
25 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s knfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
119 106 Yuri Weinstein
30 10 * * 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 ~/shaman.yaml
120 106 Yuri Weinstein
35 10 * * 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 ~/no_shaman.yaml
121 106 Yuri Weinstein
40 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rest -e $CEPH_QA_EMAIL ~/shaman.yaml
122 106 Yuri Weinstein
#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
123 106 Yuri Weinstein
45 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s upgrade/client-upgrade -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
124 106 Yuri Weinstein
50 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s ceph-deploy -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
125 106 Yuri Weinstein
10 10 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=vps;    /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s ceph-disk -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
126 109 Yuri Weinstein
127 106 Yuri Weinstein
########################## kraken PLACEHOLDER ##################
128 1 Cron Tab
129 114 Yuri Weinstein
### OLD LINE BEFOE 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
130 114 Yuri Weinstein
00 11  * * 1   CEPH_BRANCH=kraken; 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
131 114 Yuri Weinstein
00 11  * * 2   CEPH_BRANCH=kraken; 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
132 114 Yuri Weinstein
00 11  * * 3   CEPH_BRANCH=kraken; 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
133 114 Yuri Weinstein
00 11  * * 4   CEPH_BRANCH=kraken; 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
134 114 Yuri Weinstein
00 11  * * 5   CEPH_BRANCH=kraken; 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
135 114 Yuri Weinstein
00 11  * * 6   CEPH_BRANCH=kraken; 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
136 114 Yuri Weinstein
00 11  * * 7   CEPH_BRANCH=kraken; 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
137 114 Yuri Weinstein
138 114 Yuri Weinstein
139 111 Yuri Weinstein
05 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 rgw -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
140 111 Yuri Weinstein
10 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 fs -e $CEPH_QA_EMAIL ~/shaman.yaml
141 111 Yuri Weinstein
15 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 krbd -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
142 111 Yuri Weinstein
20 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 kcephfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
143 111 Yuri Weinstein
25 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 knfs -k testing -e $CEPH_QA_EMAIL ~/shaman.yaml
144 111 Yuri Weinstein
30 11 * * 2,4,6  CEPH_BRANCH=kraken; 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 ~/shaman.yaml
145 111 Yuri Weinstein
35 11 * * 2,4,6  CEPH_BRANCH=kraken; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL ~/no_shaman.yaml
146 111 Yuri Weinstein
40 11 * * 2,4,6  CEPH_BRANCH=kraken; MACHINE_NAME=mira;   /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH  -n 7 -m $MACHINE_NAME -s rest -e $CEPH_QA_EMAIL ~/shaman.yaml
147 105 Yuri Weinstein
45 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 upgrade/client-upgrade -k distro -e $CEPH_QA_EMAIL ~/shaman.yaml
148 105 Yuri Weinstein
55 11 * * 2,4,6  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 -e $CEPH_QA_EMAIL ~/shaman.yaml
149 105 Yuri Weinstein
10 11 * * 2,4,6  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 -e $CEPH_QA_EMAIL ~/shaman.yaml
150 104 Yuri Weinstein
151 101 Yuri Weinstein
152 107 Yuri Weinstein
##########################
153 1 Cron Tab
154 107 Yuri Weinstein
155 1 Cron Tab
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 ~/shaman.yaml
156 1 Cron Tab
#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
157 112 Yuri Weinstein
15 18 * * *       CEPH_BRANCH=jewel; 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 ~/shaman.yaml
158 1 Cron Tab
#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
159 112 Yuri Weinstein
160 1 Cron Tab
###### on vps
161 112 Yuri Weinstein
20 04 * * *       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 ~/shaman.yaml
162 112 Yuri Weinstein
25 18 * * *       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 ~/shaman.yaml
163 113 Yuri Weinstein
164 113 Yuri Weinstein
165 1 Cron Tab
###### on smithi
166 1 Cron Tab
20 05 * * *       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 ~/vps.yaml -e $CEPH_QA_EMAIL ~/shaman.yaml
167 1 Cron Tab
25 19 * * *       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 ~/vps.yaml -e $CEPH_QA_EMAIL ~/shaman.yaml</pre>