Project

General

Profile

HOWTO monitor the automated tests AKA nightlies » History » Version 28

Yuri Weinstein, 04/21/2016 10:06 PM

1 1 Loïc Dachary
h3. Automated tests AKA nightlies
2
3
The "sepia lab":http://ceph.com/docs/master/dev/sepia/ runs automated teuthology tests on a regular basis. They are sometime called the *nightlies*. The schedule of the nightlies is managed by the QE team:
4
5
* [[Sepia]]
6 26 Loïc Dachary
* [[Ovh]]
7 1 Loïc Dachary
8 22 Yuri Weinstein
The following script is used in the above crontabs to schedule @rados@ suite.
9 28 Yuri Weinstein
https://github.com/ceph/ceph-qa-suite/blob/master/machine_types/schedule_rados.sh
10 20 Loïc Dachary
11
12 12 Yuri Weinstein
h3. List of suites and watchers
13 5 Yuri Weinstein
14 6 Yuri Weinstein
| *Suite*                    | *Watchers* |
15 9 Sage Weil
| smoke                      | Sage, Yuri |
16
| big                        | Sage, Sam |
17 6 Yuri Weinstein
| powercycle                 | Yuri |
18
| rados                      | Sage, Sam |
19
| rbd                        | Josh |
20 11 Sage Weil
| krbd                       | Josh, Ilya  |
21 9 Sage Weil
| rgw                        | Yehuda |
22 6 Yuri Weinstein
| fs                         | Greg, John  |
23 11 Sage Weil
| kcephfs                    | Greg, John, Zheng |
24
| knfs                       | Greg, John, Zheng  |
25
| multimds                   | Greg, John, Zheng  |
26 6 Yuri Weinstein
| samba                      | Greg, John  |
27 27 Yuri Weinstein
| ceph-deploy                | Alfredo, Yuri |
28
| upgrade/***                | Yuri  |
29
| ceph-ansible               |   ??? |
30
| teuthology                 |   ??? |
31 5 Yuri Weinstein
32 25 Yuri Weinstein
*  suites scheduled to run on current set of supported branches: *hammer*, *infernalis*, *jewel* and *master*; *master* runs are used primarily for development purposes, *upgrade** tests are not scheduled to run on master.
33 17 Yuri Weinstein
*  *big* and *powercycle* suites are run manually
34 7 Yuri Weinstein
35 3 Loïc Dachary
h3. Analyze
36
37 19 Loïc Dachary
* See [[HOWTO forensic analysis of integration and upgrade tests]]
38 3 Loïc Dachary
* sorting out the environmental noise
39
* create new bugs for errors for which there is no match in the tracker
40
* add a link to the failed job in pre-existing issues found in the tracker (useful to figure out the frequency and helps with debug when there are multiple outputs / logs)
41
42 1 Loïc Dachary
h3. The ceph-qa mailing list
43
44 2 Loïc Dachary
The results of the nightlies are published for analysis on the "ceph-qa mailing list":http://lists.ceph.com/listinfo.cgi/ceph-qa-ceph.com/. For a given release, the issues that make a job fail in the nightlies need to be backported with a higher priority to reduce the noise.