Project

General

Profile

Sepia » History » Version 80

Cron Tab, 05/06/2016 01:00 PM

1 54 Cron Tab
h3. Crontab<pre>MAILTO="ceph-infra@redhat.com;yweinste@redhat.com"
2 54 Cron Tab
CEPH_QA_EMAIL="ceph-qa@ceph.com"
3 54 Cron Tab
# Edit this file to introduce tasks to be run by cron.
4 54 Cron Tab
# 
5 54 Cron Tab
# Each task to run has to be defined through a single line
6 54 Cron Tab
# indicating with different fields when the task will be run
7 54 Cron Tab
# and what command to run for the task
8 54 Cron Tab
# 
9 54 Cron Tab
# To define the time you can provide concrete values for
10 54 Cron Tab
# minute (m), hour (h), day of month (dom), month (mon),
11 54 Cron Tab
# and day of week (dow) or use '*' in these fields (for 'any').# 
12 54 Cron Tab
# Notice that tasks will be started based on the cron's system
13 54 Cron Tab
# daemon's notion of time and timezones.
14 54 Cron Tab
# 
15 54 Cron Tab
# Output of the crontab jobs (including errors) is sent through
16 54 Cron Tab
# email to the user the crontab file belongs to (unless redirected).
17 54 Cron Tab
# 
18 54 Cron Tab
# For example, you can run a backup of all your user accounts
19 54 Cron Tab
# at 5 a.m every week with:
20 54 Cron Tab
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
21 54 Cron Tab
# 
22 54 Cron Tab
# For more information see the manual pages of crontab(5) and cron(8)
23 54 Cron Tab
# 
24 54 Cron Tab
# m h  dom mon dow   command
25 54 Cron Tab
PATH=/home/teuthology/src/teuthology_master/virtualenv/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
26 54 Cron Tab
27 80 Cron Tab
28 80 Cron Tab
#* * * * * ~/yuriw2/cron_wrapper teuthology-suite -v -c jewel -m vps -k distro -s ceph-deploy --dry-run
29 80 Cron Tab
#* * * * * ~/yuriw2/cron_wrapper teuthology-suite -v -c jewel -m vps -k distro -s ceph-deploy_BAD
30 80 Cron Tab
31 63 Cron Tab
#queues status
32 69 Cron Tab
#25 07 * * *   ~/yuriw2/queues_status_one $CEPH_QA_EMAIL
33 63 Cron Tab
34 54 Cron Tab
#Publish this crontab to the Tracker page http://tracker.ceph.com/projects/ceph-releases/wiki/Crontab
35 54 Cron Tab
00 6 * * *  crontab=$(crontab -l | perl -p -e 's/&lt;/&lt;/g; s/&gt;/&gt;/g; s/&/&amp;/g') ; header=$(echo h3. Crontab ; echo) ; curl --verbose -X PUT --header 'Content-type: application/xml' --data-binary '&lt;?xml version="1.0"?&gt;&lt;wiki_page&gt;&lt;text&gt;'"$header"'&lt;pre&gt;'"$crontab"'&lt;/pre&gt;&lt;/text&gt;&lt;/wiki_page&gt;' http://tracker.ceph.com/projects/ceph-releases/wiki/sepia.xml?key=$(cat /etc/redmine-key)
36 54 Cron Tab
37 65 Cron Tab
#Publish this suite descriptions to the Tracker page http://tracker.ceph.com/projects/ceph-qa-suite/infernalis-x
38 67 Cron Tab
50 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 67 Cron Tab
 
40 67 Cron Tab
40 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 65 Cron Tab
42 73 Cron Tab
42 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 73 Cron Tab
44 54 Cron Tab
# Ensure teuthology is up-to-date
45 75 Cron Tab
55 13 * * *   cd /home/teuthology/src/teuthology_master && git pull
46 54 Cron Tab
59 13 * * *   cd /home/teuthology/src/ceph-qa-suite_master && git pull
47 54 Cron Tab
# Ensure ceph-sepia-secrets is up-to-date
48 54 Cron Tab
57 13 * * *   cd /home/teuthology/ceph-sepia-secrets && git pull
49 54 Cron Tab
50 78 Cron Tab
6 23  * * 1,3,5,7 teuthology-suite -v -c master -m $MACHINE_NAME -s ceph-ansible -e $CEPH_QA_EMAIL ~/vps.yaml
51 78 Cron Tab
9 23  * * 1,3,5,7 teuthology-suite -v -c master -m $MACHINE_NAME -s teuthology -e $CEPH_QA_EMAIL ~/vps.yaml
52 78 Cron Tab
53 78 Cron Tab
54 78 Cron Tab
55 54 Cron Tab
#Powercycle tests - lets try it manually and get a green before we add it to the nightlies
56 54 Cron Tab
#00 20 * * 2,4 teuthology-suite -v -c giant -k testing -m plana,burnupi,mira -s powercycle
57 79 Cron Tab
#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
58 54 Cron Tab
59 54 Cron Tab
#********** master branch
60 56 Cron Tab
#moved to ovh 00 5 * * *   teuthology-suite -v -c master -m plana,burnupi,mira -s smoke -k distro -p 70
61 56 Cron Tab
#moved to ovh 10 5 */3 * * teuthology-suite -v -c master -m plana,burnupi,mira -k distro -s big
62 54 Cron Tab
63 56 Cron Tab
#moved to ovh 00 23 * * 1,5 teuthology-suite -v -c master -m plana,burnupi,mira -s rbd
64 68 Cron Tab
02 17 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rgw -e $CEPH_QA_EMAIL
65 68 Cron Tab
04 18 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s fs -e $CEPH_QA_EMAIL
66 68 Cron Tab
08 20 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s kcephfs -e $CEPH_QA_EMAIL
67 68 Cron Tab
10 21 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s knfs -e $CEPH_QA_EMAIL
68 68 Cron Tab
12 22 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
69 68 Cron Tab
14 23 * * 1,6 CEPH_BRANCH=master; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
70 56 Cron Tab
#moved to ovh 16 23 * * 2   teuthology-suite -v -c master -m plana,burnupi,mira -s rest
71 68 Cron Tab
#moved to ovh 06 23 * * 2,6 teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s krbd
72 56 Cron Tab
#moved to ovh 18 23 * * 6   teuthology-suite -v -c master -m plana,burnupi,mira -k testing -s multimds
73 56 Cron Tab
#*********
74 68 Cron Tab
75 54 Cron Tab
76 54 Cron Tab
########################## infernalis ##################
77 54 Cron Tab
### rados suite divided into 14 parts 1 part every day of the 2 weeks, the bc part does 0-6 on even weeks and 7-13 on odd
78 54 Cron Tab
### % is escaped because it is a special character to chron
79 54 Cron Tab
FILTER_OUT="--filter-out=random.yaml\,async.yaml"
80 54 Cron Tab
81 55 Cron Tab
#moved to ovh 00 21 * * 1 /home/teuthology/bin/schedule_rados.sh 0 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
82 55 Cron Tab
#moved to ovh 00 21 * * 2 /home/teuthology/bin/schedule_rados.sh 1 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
83 55 Cron Tab
#moved to ovh 00 21 * * 3 /home/teuthology/bin/schedule_rados.sh 2 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
84 55 Cron Tab
#moved to ovh 00 21 * * 4 /home/teuthology/bin/schedule_rados.sh 3 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
85 55 Cron Tab
#moved to ovh 00 21 * * 5 /home/teuthology/bin/schedule_rados.sh 4 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
86 55 Cron Tab
#moved to ovh 00 21 * * 6 /home/teuthology/bin/schedule_rados.sh 5 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
87 55 Cron Tab
#moved to ovh 00 21 * * 7 /home/teuthology/bin/schedule_rados.sh 6 infernalis "plana,burnupi,mira" $CEPH_QA_EMAIL $FILTER_OUT
88 54 Cron Tab
##########################
89 54 Cron Tab
90 55 Cron Tab
#moved to ovh 00 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rbd
91 55 Cron Tab
#moved to ovh 02 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s rgw
92 55 Cron Tab
#moved to ovh 04 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s fs
93 55 Cron Tab
#moved to ovh 06 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s krbd
94 55 Cron Tab
#moved to ovh 08 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s kcephfs
95 55 Cron Tab
#moved to ovh 10 23 * * 1 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k testing -s knfs
96 55 Cron Tab
#moved to ovh 12 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s hadoop
97 55 Cron Tab
#moved to ovh 14 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s samba
98 55 Cron Tab
#moved to ovh 16 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -s rest
99 55 Cron Tab
#moved to ovh 18 23 * * 7 teuthology-suite -v -c infernalis -m plana,burnupi,mira  -k testing -s multimds
100 55 Cron Tab
#moved to ovh 20 23 * * 2 teuthology-suite -v -c infernalis -m plana,burnupi,mira -k distro -s upgrade/client-upgrade
101 54 Cron Tab
102 57 Cron Tab
########################## jewel ##################
103 57 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
104 57 Cron Tab
### % is escaped because it is a special character to chron
105 57 Cron Tab
### format for filters /home/teuthology/bin/schedule_rados.sh 0 infernalis $MACHINE_NAME $CEPH_QA_EMAIL $FILTER_OUT
106 56 Cron Tab
107 57 Cron Tab
108 61 Cron Tab
00 22 * * 1 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 0 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
109 61 Cron Tab
00 22 * * 2 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 1 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
110 61 Cron Tab
00 22 * * 3 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 2 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
111 61 Cron Tab
00 22 * * 4 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 3 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
112 61 Cron Tab
00 22 * * 5 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 4 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
113 61 Cron Tab
00 22 * * 6 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 5 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
114 61 Cron Tab
00 22 * * 7 CEPH_BRANCH=jewel; MACHINE_NAME=smithi; /home/teuthology/bin/schedule_rados.sh 6 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL
115 57 Cron Tab
116 57 Cron Tab
##########################
117 57 Cron Tab
118 60 Cron Tab
########################## hammer ##################
119 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
120 1 Cron Tab
### temporary running hammer rados on smithi per Sam's request as we observe many ENOSPC failures in ovh lab
121 1 Cron Tab
122 1 Cron Tab
123 66 Cron Tab
00 09 * * 1 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 0 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
124 66 Cron Tab
00 09 * * 2 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 1 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
125 66 Cron Tab
00 09 * * 3 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 2 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
126 66 Cron Tab
00 09 * * 4 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 3 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
127 66 Cron Tab
00 09 * * 5 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 4 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
128 66 Cron Tab
00 09 * * 6 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 5 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
129 66 Cron Tab
00 09 * * 7 CEPH_BRANCH=hammer; MACHINE_NAME=vps; /home/teuthology/bin/schedule_rados.sh 6 $CEPH_BRANCH $MACHINE_NAME $CEPH_QA_EMAIL --distro=ubuntu
130 65 Cron Tab
131 60 Cron Tab
##########################
132 60 Cron Tab
133 1 Cron Tab
########################## jewel ##################
134 1 Cron Tab
135 70 Cron Tab
#--filter-out rbd_cli_tests.yaml while waiting for a fix issue 14825
136 70 Cron Tab
01 12 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s rbd -e $CEPH_QA_EMAIL  --filter-out rbd_cli_tests.yaml 
137 61 Cron Tab
02 13 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s rgw -e $CEPH_QA_EMAIL
138 61 Cron Tab
03 14 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s fs -e $CEPH_QA_EMAIL
139 61 Cron Tab
06 15 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s krbd -e $CEPH_QA_EMAIL
140 61 Cron Tab
08 16 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s kcephfs -e $CEPH_QA_EMAIL
141 61 Cron Tab
10 17 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k testing -s knfs -e $CEPH_QA_EMAIL
142 61 Cron Tab
12 18 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s hadoop -e $CEPH_QA_EMAIL
143 61 Cron Tab
14 19 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s samba -e $CEPH_QA_EMAIL
144 61 Cron Tab
11 20 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=mira;   teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -s rest -e $CEPH_QA_EMAIL
145 57 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
146 61 Cron Tab
12 21 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=smithi; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s upgrade/client-upgrade -e $CEPH_QA_EMAIL
147 76 Cron Tab
13 21 * * 3,5  CEPH_BRANCH=jewel; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-deploy -e $CEPH_QA_EMAIL
148 64 Cron Tab
13 21 * * 2,4,6  CEPH_BRANCH=jewel; MACHINE_NAME=vps; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-deploy -e $CEPH_QA_EMAIL
149 72 Cron Tab
13 23 * * 2,4,6  CEPH_BRANCH=jewel; MACHINE_NAME=mira; teuthology-suite -v -c $CEPH_BRANCH -m $MACHINE_NAME -k distro -s ceph-disk -e $CEPH_QA_EMAIL
150 64 Cron Tab
151 54 Cron Tab
## removed for now YuriW - 10 1 * * 1,3,5 teuthology-suite -v -c firefly -m vps -k distro -s ceph-deploy ~/vps.yaml
152 56 Cron Tab
## berametal part of ceph-deploy/hammer/infernalis scheduled in typica lab
153 54 Cron Tab
#moved to ovh 10 1 * * 7   teuthology-suite -v -c hammer -m vps -k distro -s ceph-deploy ~/vps.yaml --filter ubuntu_14
154 54 Cron Tab
#moved to ovh 10 2 * * 7   teuthology-suite -v -c infernalis -m vps -k distro -s ceph-deploy ~/vps.yaml
155 56 Cron Tab
#moved to ovh 10 2 * * 1,3 teuthology-suite -v -c jewel -m vps -k distro -s ceph-deploy ~/vps.yaml
156 54 Cron Tab
157 54 Cron Tab
## Upgrade tests for infernalis - running on bare metal 
158 54 Cron Tab
#moved to ovh 02 17 * * 4 teuthology-suite -v -c infernalis -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
159 54 Cron Tab
#moved to ovh 02 17 * * 1 teuthology-suite -v -c jewel -k distro -m plana,burnupi,mira -s upgrade/hammer-x --filter ubuntu_
160 54 Cron Tab
161 56 Cron Tab
#********** all below on VPS *****************
162 56 Cron Tab
#moved to ovh 00 17 * * 2,5 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/firefly --timeout 56000  ~/vps.yaml
163 54 Cron Tab
164 54 Cron Tab
## upgrade dumpling to firefly tests  
165 54 Cron Tab
#moved to ovh 13 19 * * 7 teuthology-suite -v -c firefly -k distro -m vps -s upgrade/dumpling-x ~/vps.yaml
166 54 Cron Tab
167 56 Cron Tab
# Upgrade tests for giant - running on vps to cover multiple distros
168 54 Cron Tab
#giant EOL 15 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/dumpling-firefly-x ~/vps.yaml
169 56 Cron Tab
#giant EOL 18 18 * * 3,6 teuthology-suite -v -c giant -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
170 54 Cron Tab
171 54 Cron Tab
172 54 Cron Tab
#new suite for infernalis, has to run on vps when passed on baremetal
173 1 Cron Tab
#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
174 1 Cron Tab
#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
175 1 Cron Tab
176 1 Cron Tab
# Upgrade tests for hammer - running on vps to cover multiple distros
177 54 Cron Tab
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on hammer, YuriW 3/29/15
178 54 Cron Tab
#15 17 * * 1,3 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml 
179 56 Cron Tab
#moved to ovh 18 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/firefly-x ~/vps.yaml
180 1 Cron Tab
#giant EOL 05 17 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/giant-x ~/vps.yaml
181 1 Cron Tab
#moved to ovh 05 16 * * 1,5 teuthology-suite -v -c hammer -k distro -m vps -s upgrade/hammer ~/vps.yaml
182 1 Cron Tab
183 1 Cron Tab
# Upgrade tests for infernalis - running on vps to cover multiple distros
184 1 Cron Tab
#removed the line below b/c the suite 'upgrade/dumpling-firefly-x' on vps runs out of memory on infernalis, YuriW 3/29/15
185 1 Cron Tab
#dumpling-firefly-x/infernalis is an invalid upgrade path
186 1 Cron Tab
#15 17 * * 0,2,4,6 teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/dumpling-firefly-x --suite-branch hammer ~/vps.yaml
187 64 Cron Tab
10 17 * * 2,4,6,0 teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/hammer-x ~/vps.yaml
188 64 Cron Tab
10 17 * * 1,5,7   teuthology-suite -v -c infernalis -k distro -m vps -s upgrade/infernalis ~/vps.yaml
189 64 Cron Tab
10 02 * * *       teuthology-suite -v -c jewel -k distro -m vps -s upgrade/hammer-x ~/vps.yaml
190 65 Cron Tab
10 02 * * *       teuthology-suite -v -c jewel -k distro -m vps -s upgrade/infernalis-x ~/vps.yaml</pre>