Project

General

Profile

Sepia » History » Version 102

Yuri Weinstein, 10/19/2016 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 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
#* * * * * /home/teuthology/bin/cron_wrapper date
29 101 Yuri Weinstein
#* * * * * /home/teuthology/bin/cron_wrapper date_invalid
30 101 Yuri Weinstein
31 101 Yuri Weinstein
#queues status
32 101 Yuri Weinstein
#25 07 * * *   ~/yuriw2/queues_status_one $CEPH_QA_EMAIL
33 101 Yuri Weinstein
34 101 Yuri Weinstein
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
35 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)
36 101 Yuri Weinstein
37 101 Yuri Weinstein
#Publish this suite descriptions to the Tracker page http://tracker.ceph.com/projects/ceph-qa-suite/infernalis-x
38 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)
39 101 Yuri Weinstein
40 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)
41 101 Yuri Weinstein
42 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)
43 101 Yuri Weinstein
44 101 Yuri Weinstein
# Ensure teuthology is up-to-date
45 101 Yuri Weinstein
00 * * * *   cd /home/teuthology/src/teuthology_master && /home/teuthology/bin/cron_wrapper git pull
46 101 Yuri Weinstein
55 16 * * *   cd /home/teuthology/src/ceph-qa-suite_master && /home/teuthology/bin/cron_wrapper git pull
47 101 Yuri Weinstein
# Ensure ceph-sepia-secrets is up-to-date
48 101 Yuri Weinstein
*/5 * * * *   cd /home/teuthology/ceph-sepia-secrets && /home/teuthology/bin/cron_wrapper git pull
49 101 Yuri Weinstein
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
50 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
51 101 Yuri Weinstein
52 101 Yuri Weinstein
#********** master branch
53 101 Yuri Weinstein
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
54 101 Yuri Weinstein
#moved to ovh 10 5 */3 * * teuthology-suite -v -c master -m plana,burnupi,mira -k distro -s big
55 101 Yuri Weinstein
56 101 Yuri Weinstein
#moved to ovh 00 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -s rbd
57 101 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
58 101 Yuri Weinstein
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
59 101 Yuri Weinstein
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 -k testing -s kcephfs -e $CEPH_QA_EMAIL
60 101 Yuri Weinstein
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 -k testing -s knfs -e $CEPH_QA_EMAIL
61 101 Yuri Weinstein
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
62 101 Yuri Weinstein
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 samba -e $CEPH_QA_EMAIL
63 101 Yuri Weinstein
#moved to ovh 16 23 * * 2   teuthology-suite -v -c master -m plana,burnupi,mira -s rest
64 101 Yuri Weinstein
#moved to ovh 06 23 * * 2,6 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s krbd
65 101 Yuri Weinstein
#moved to ovh 18 23 * * 6   teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s multimds
66 101 Yuri Weinstein
#*********
67 101 Yuri Weinstein
68 101 Yuri Weinstein
########################## infernalis ##################
69 101 Yuri Weinstein
### 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
70 101 Yuri Weinstein
### % is escaped because it is a special character to chron
71 101 Yuri Weinstein
FILTER_OUT="--filter-out=random.yaml\,async.yaml"
72 101 Yuri Weinstein
73 101 Yuri Weinstein
#moved to ovh 00 21 * * 1 /home/teuthology/bin/schedule_rados.sh 0 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
74 101 Yuri Weinstein
#moved to ovh 00 21 * * 2 /home/teuthology/bin/schedule_rados.sh 1 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
75 101 Yuri Weinstein
#moved to ovh 00 21 * * 3 /home/teuthology/bin/schedule_rados.sh 2 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
76 101 Yuri Weinstein
#moved to ovh 00 21 * * 4 /home/teuthology/bin/schedule_rados.sh 3 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
77 101 Yuri Weinstein
#moved to ovh 00 21 * * 5 /home/teuthology/bin/schedule_rados.sh 4 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
78 101 Yuri Weinstein
#moved to ovh 00 21 * * 6 /home/teuthology/bin/schedule_rados.sh 5 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
79 101 Yuri Weinstein
#moved to ovh 00 21 * * 7 /home/teuthology/bin/schedule_rados.sh 6 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
80 101 Yuri Weinstein
##########################
81 101 Yuri Weinstein
82 101 Yuri Weinstein
#moved to ovh 00 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rbd
83 101 Yuri Weinstein
#moved to ovh 02 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rgw
84 101 Yuri Weinstein
#moved to ovh 04 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s fs
85 101 Yuri Weinstein
#moved to ovh 06 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s krbd
86 101 Yuri Weinstein
#moved to ovh 08 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s kcephfs
87 101 Yuri Weinstein
#moved to ovh 10 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s knfs
88 101 Yuri Weinstein
#moved to ovh 12 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s hadoop
89 101 Yuri Weinstein
#moved to ovh 14 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s samba
90 101 Yuri Weinstein
#moved to ovh 16 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s rest
91 101 Yuri Weinstein
#moved to ovh 18 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -k testing -s multimds
92 101 Yuri Weinstein
#moved to ovh 20 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s upgrade/client-upgrade
93 101 Yuri Weinstein
94 101 Yuri Weinstein
########################## jewel ##################
95 101 Yuri Weinstein
### 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 101 Yuri Weinstein
### % is escaped because it is a special character to chron
97 101 Yuri Weinstein
### format for filters /home/teuthology/bin/schedule_rados.sh 0 infernalis $MACHINE_NAME $CEPH_QA_EMAIL $FILTER_OUT
98 101 Yuri Weinstein
99 101 Yuri Weinstein
100 101 Yuri Weinstein
00 22 * * 1 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 0 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
101 101 Yuri Weinstein
00 22 * * 2 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 1 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
102 101 Yuri Weinstein
00 22 * * 3 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 2 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
103 101 Yuri Weinstein
00 22 * * 4 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 3 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
104 101 Yuri Weinstein
00 22 * * 5 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 4 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
105 101 Yuri Weinstein
00 22 * * 6 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 5 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
106 101 Yuri Weinstein
00 22 * * 7 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 6 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
107 101 Yuri Weinstein
108 101 Yuri Weinstein
##########################
109 101 Yuri Weinstein
110 101 Yuri Weinstein
########################## hammer ##################
111 101 Yuri Weinstein
### 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
112 101 Yuri Weinstein
### temporary running hammer rados on smithi per Sam's request as we observe many ENOSPC failures in ovh lab
113 101 Yuri Weinstein
114 101 Yuri Weinstein
115 101 Yuri Weinstein
00 03 * * 1 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 0 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
116 101 Yuri Weinstein
00 03 * * 2 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 1 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
117 101 Yuri Weinstein
00 03 * * 3 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 2 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
118 101 Yuri Weinstein
00 03 * * 4 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 3 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
119 101 Yuri Weinstein
00 03 * * 5 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 4 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
120 101 Yuri Weinstein
00 03 * * 6 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 5 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
121 101 Yuri Weinstein
00 03 * * 7 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper /home/teuthology/bin/schedule_rados.sh 6 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
122 101 Yuri Weinstein
123 101 Yuri Weinstein
##########################
124 101 Yuri Weinstein
125 101 Yuri Weinstein
########################## jewel ##################
126 101 Yuri Weinstein
127 101 Yuri Weinstein
#--filter-out rbd_cli_tests.yaml while waiting for a fix issue 14825
128 101 Yuri Weinstein
00 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s rbd -e $CEPH_QA_EMAIL
129 101 Yuri Weinstein
130 101 Yuri Weinstein
#per Jason request fronm OVH
131 101 Yuri Weinstein
01 02 * * 7  CEPH_BRANCH=master; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s rbd -e $CEPH_QA_EMAIL
132 101 Yuri Weinstein
133 101 Yuri Weinstein
134 101 Yuri Weinstein
05 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s rgw -e $CEPH_QA_EMAIL
135 101 Yuri Weinstein
10 02 * * 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
136 101 Yuri Weinstein
15 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s krbd -e $CEPH_QA_EMAIL
137 101 Yuri Weinstein
20 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s kcephfs -e $CEPH_QA_EMAIL
138 101 Yuri Weinstein
25 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s knfs -e $CEPH_QA_EMAIL
139 101 Yuri Weinstein
30 02 * * 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
140 101 Yuri Weinstein
35 02 * * 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
141 101 Yuri Weinstein
40 02 * * 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
142 101 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
143 101 Yuri Weinstein
45 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s upgrade/client-upgrade -e $CEPH_QA_EMAIL
144 101 Yuri Weinstein
50 02 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=mira; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-deploy -e $CEPH_QA_EMAIL
145 101 Yuri Weinstein
55 02 * * 2,4  CEPH_BRANCH=jewel; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-deploy -e $CEPH_QA_EMAIL
146 101 Yuri Weinstein
10 03 * * 3,7  CEPH_BRANCH=jewel; MACHINE_NAME=vps; /home/teuthology/bin/cron_wrapper teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-disk -e $CEPH_QA_EMAIL
147 101 Yuri Weinstein
148 101 Yuri Weinstein
## removed for now YuriW - 10 1 * * 1,3,5 teuthology-suite -v -c firefly -m vps -k distro -s ceph-deploy ~/vps.yaml
149 101 Yuri Weinstein
## berametal part of ceph-deploy/hammer/infernalis scheduled in typica lab
150 101 Yuri Weinstein
#moved to ovh 10 1 * * 7   teuthology-suite -v -c hammer -m vps -k distro -s ceph-deploy ~/vps.yaml --filter ubuntu_14
151 101 Yuri Weinstein
#moved to ovh 10 2 * * 7   teuthology-suite -v -c infernalis -m vps -k distro -s ceph-deploy ~/vps.yaml
152 101 Yuri Weinstein
#moved to ovh 10 2 * * 1,3 teuthology-suite -v -c jewel -m vps -k distro -s ceph-deploy ~/vps.yaml
153 101 Yuri Weinstein
154 101 Yuri Weinstein
## Upgrade tests for infernalis - running on bare metal
155 101 Yuri Weinstein
#moved to ovh 02 17 * * 4 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
156 101 Yuri Weinstein
#moved to ovh 02 17 * * 1 teuthology-suite -v -c jewel -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
157 101 Yuri Weinstein
158 101 Yuri Weinstein
#********** all below on VPS *****************
159 101 Yuri Weinstein
#moved to ovh 00 17 * * 2,5 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/firefly --timeout 56000  ~/vps.yaml
160 101 Yuri Weinstein
161 101 Yuri Weinstein
## upgrade dumpling to firefly tests
162 101 Yuri Weinstein
#moved to ovh 13 19 * * 7 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/dumpling-x ~/vps.yaml
163 101 Yuri Weinstein
164 101 Yuri Weinstein
# Upgrade tests for giant - running on vps to cover multiple distros
165 101 Yuri Weinstein
#giant EOL 15 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/dumpling-firefly-x ~/vps.yaml
166 101 Yuri Weinstein
#giant EOL 18 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
167 101 Yuri Weinstein
168 101 Yuri Weinstein
169 101 Yuri Weinstein
#new suite for infernalis, has to run on vps when passed on baremetal
170 101 Yuri Weinstein
#moved to ovh 18 13 * * 2,4 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/firefly-hammer-x --filter ubuntu_14
171 101 Yuri Weinstein
#moved to ovh 18 13 * * 3,5,7 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/infernalis --filter ubuntu_14
172 101 Yuri Weinstein
173 101 Yuri Weinstein
# Upgrade tests for hammer - running on vps to cover multiple distros
174 101 Yuri Weinstein
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on hammer, YuriW 3/29/15
175 101 Yuri Weinstein
#15 17 * * 1,3 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml
176 101 Yuri Weinstein
#moved to ovh 18 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
177 101 Yuri Weinstein
#giant EOL 05 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/giant-x ~/vps.yaml
178 101 Yuri Weinstein
#moved to ovh 05 16 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/hammer ~/vps.yaml
179 101 Yuri Weinstein
180 101 Yuri Weinstein
# Upgrade tests for infernalis - running on vps to cover multiple distros
181 101 Yuri Weinstein
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on infernalis, YuriW 3/29/15
182 101 Yuri Weinstein
#dumpling-firefly-x/infernalis is an invalid upgrade path
183 101 Yuri Weinstein
#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
184 101 Yuri Weinstein
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
185 101 Yuri Weinstein
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
186 101 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
187 101 Yuri Weinstein
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
188 101 Yuri Weinstein
189 101 Yuri Weinstein
20 04 * * *       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/jewel-x ~/vps.yaml -e $CEPH_QA_EMAIL</pre>