Project

General

Profile

Sepia » History » Version 182

Yuri Weinstein, 04/06/2018 06:00 AM

1 176 Yuri Weinstein
h3. Crontab<pre>PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
2 176 Yuri Weinstein
MAILTO="ceph-infra@redhat.com;yweinste@redhat.com"
3 1 Cron Tab
CEPH_QA_EMAIL="ceph-qa@ceph.com"
4 1 Cron Tab
5 176 Yuri Weinstein
### !!!!!!!!!!!!!!!!!!!!!!!!!!
6 176 Yuri Weinstein
## THIS CRONTAB MUST NOT BE EDITED MANUALLY !!!!
7 176 Yuri Weinstein
## AUTOMATED CRONTAB UPDATING
8 176 Yuri Weinstein
## https://code.google.com/archive/p/chkcrontab/wikis/CheckCrontab.wiki
9 176 Yuri Weinstein
## https://github.com/ceph/ceph-cm-ansible/pull/391
10 176 Yuri Weinstein
## crontab is in https://github.com/ceph/ceph/master/qa/crontab/teuthology-cronjobs
11 176 Yuri Weinstein
# chkcrontab: disable-msg=INVALID_USER
12 176 Yuri Weinstein
# chkcrontab: disable-msg=USER_NOT_FOUND
13 180 Yuri Weinstein
@daily /bin/bash /home/teuthology/bin/update-crontab.sh
14 176 Yuri Weinstein
### !!!!!!!!!!!!!!!!!!!!!!!!!!
15 1 Cron Tab
16 1 Cron Tab
17 139 Yuri Weinstein
# Ensure teuthology is up-to-date
18 139 Yuri Weinstein
00 * * * *   cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull
19 101 Yuri Weinstein
55 16 * * *  cd /home/teuthology/src/git.ceph.com_ceph_master && /home/teuthology/bin/cron_wrapper git pull
20 102 Yuri Weinstein
# Ensure ceph-sepia-secrets is up-to-date
21 1 Cron Tab
*/5 * * * *  cd /home/teuthology/ceph-sepia-secrets && /home/teuthology/bin/cron_wrapper git pull
22 101 Yuri Weinstein
23 1 Cron Tab
24 176 Yuri Weinstein
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
25 176 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)
26 114 Yuri Weinstein
27 176 Yuri Weinstein
## This is an example only, don't remove !
28 176 Yuri Weinstein
## to see result open http://tracker.ceph.com/projects/ceph-qa-suite/wiki/ceph-ansible
29 176 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)
30 103 Yuri Weinstein
31 101 Yuri Weinstein
32 176 Yuri Weinstein
## ********** smoke tests on master branch
33 176 Yuri Weinstein
0 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 71 -e $CEPH_QA_EMAIL --distro ubuntu --distro-version 16.04
34 176 Yuri Weinstein
0 7  * * * 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 --distro rhel --distro-version 7.4
35 176 Yuri Weinstein
2 7  * * * 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 --distro centos --distro-version 7.4
36 176 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
37 171 Yuri Weinstein
38 176 Yuri Weinstein
39 176 Yuri Weinstein
## master branch runs
40 176 Yuri Weinstein
## suites rados, rbd and multimds use --subset arg and must be call with schedule_subset.sh
41 176 Yuri Weinstein
## see script in https://github.com/ceph/ceph/tree/master/qa/machine_types
42 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
43 1 Cron Tab
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
44 1 Cron Tab
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
45 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
46 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
47 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
48 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
49 1 Cron Tab
50 1 Cron Tab
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
51 1 Cron Tab
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
52 1 Cron Tab
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
53 1 Cron Tab
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
54 1 Cron Tab
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
55 1 Cron Tab
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
56 1 Cron Tab
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
57 1 Cron Tab
58 1 Cron Tab
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
59 165 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
60 1 Cron Tab
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
61 1 Cron Tab
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
62 1 Cron Tab
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
63 1 Cron Tab
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
64 1 Cron Tab
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
65 1 Cron Tab
66 161 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
67 176 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
68 161 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
69 150 Yuri Weinstein
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
70 176 Yuri Weinstein
#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
71 176 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
72 1 Cron Tab
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
73 182 Yuri Weinstein
59 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 ceph-deploy -k distro -e $CEPH_QA_EMAIL
74 177 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
75 178 Yuri Weinstein
### The suite below must run on bare-metal because it's perfromance suite
76 181 Yuri Weinstein
57 03 * * * CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -n 7 -m $MACHINE_NAME -s perf-basic -k distro -e $CEPH_QA_EMAIL
77 178 Yuri Weinstein
78 114 Yuri Weinstein
79 114 Yuri Weinstein
#********** jewel branch
80 114 Yuri Weinstein
81 114 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
82 1 Cron Tab
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
83 114 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
84 114 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
85 1 Cron Tab
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
86 1 Cron Tab
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
87 142 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
88 142 Yuri Weinstein
89 161 Yuri Weinstein
90 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
91 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
92 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
93 1 Cron Tab
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
94 1 Cron Tab
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
95 1 Cron Tab
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
96 176 Yuri Weinstein
#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
97 176 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
98 176 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
99 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
100 176 Yuri Weinstein
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
101 182 Yuri Weinstein
50 04 * * 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
102 176 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
103 176 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
104 169 Yuri Weinstein
105 169 Yuri Weinstein
106 169 Yuri Weinstein
107 176 Yuri Weinstein
#********** luminous branch
108 169 Yuri Weinstein
109 176 Yuri Weinstein
30 02 * * 1   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
110 176 Yuri Weinstein
30 02 * * 2   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
111 176 Yuri Weinstein
30 02 * * 3   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
112 176 Yuri Weinstein
30 02 * * 4   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
113 176 Yuri Weinstein
30 02 * * 5   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
114 176 Yuri Weinstein
30 02 * * 6   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
115 176 Yuri Weinstein
30 02 * * 7   CEPH_BRANCH=luminous; MACHINE_NAME=smithi; SUITE_NAME=ovh; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
116 169 Yuri Weinstein
117 169 Yuri Weinstein
00 05  * * 1   CEPH_BRANCH=luminous; 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
118 143 Yuri Weinstein
00 05  * * 2   CEPH_BRANCH=luminous; 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
119 1 Cron Tab
00 05  * * 3   CEPH_BRANCH=luminous; 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
120 169 Yuri Weinstein
00 05  * * 4   CEPH_BRANCH=luminous; 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
121 169 Yuri Weinstein
00 05  * * 5   CEPH_BRANCH=luminous; 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
122 169 Yuri Weinstein
00 05  * * 6   CEPH_BRANCH=luminous; 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
123 169 Yuri Weinstein
00 05  * * 7   CEPH_BRANCH=luminous; 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
124 143 Yuri Weinstein
125 152 Yuri Weinstein
10 05  * * 1   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 0 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
126 169 Yuri Weinstein
10 05  * * 2   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 1 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
127 155 Yuri Weinstein
10 05  * * 3   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 2 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
128 156 Yuri Weinstein
10 05  * * 4   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 3 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
129 156 Yuri Weinstein
10 05  * * 5   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 4 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
130 1 Cron Tab
10 05  * * 6   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 5 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
131 176 Yuri Weinstein
10 05  * * 7   CEPH_BRANCH=luminous; MACHINE_NAME=ovh; SUITE_NAME=fs; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_subset.sh 6 $CEPH_BRANCH $MACHINE_NAME $SUITE_NAME $CEPH_QA_EMAIL
132 152 Yuri Weinstein
133 167 Yuri Weinstein
05 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 rgw -k distro -e $CEPH_QA_EMAIL
134 167 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 krbd -k testing -e $CEPH_QA_EMAIL
135 161 Yuri Weinstein
20 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 kcephfs -k testing -e $CEPH_QA_EMAIL
136 1 Cron Tab
25 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 knfs -k testing -e $CEPH_QA_EMAIL
137 1 Cron Tab
#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
138 176 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
139 176 Yuri Weinstein
40 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 rest -k distro -e $CEPH_QA_EMAIL
140 182 Yuri Weinstein
55 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 ceph-deploy -k distro -e $CEPH_QA_EMAIL
141 182 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 -e $CEPH_QA_EMAIL
142 176 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
143 143 Yuri Weinstein
144 176 Yuri Weinstein
145 176 Yuri Weinstein
## upgrades suites for on luminous
146 176 Yuri Weinstein
## !!!! three suites below MUST use --suite-branch hammer OR jewel
147 141 Yuri Weinstein
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
148 161 Yuri Weinstein
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
149 161 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
150 161 Yuri Weinstein
151 151 Yuri Weinstein
##########################
152 161 Yuri Weinstein
153 150 Yuri Weinstein
154 176 Yuri Weinstein
### upgrade runs on old releases
155 142 Yuri Weinstein
156 176 Yuri Weinstein
###### on smithi
157 145 Yuri Weinstein
158 176 Yuri Weinstein
15 01 * * 1 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 -e $CEPH_QA_EMAIL
159 157 Yuri Weinstein
160 176 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
161 176 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
162 176 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
163 176 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
164 176 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
165 143 Yuri Weinstein
166 150 Yuri Weinstein
167 176 Yuri Weinstein
## this is a prep run for mimic
168 176 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>