Project

General

Profile

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

Yuri Weinstein, 09/21/2017 08:03 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 Yuri Weinstein
h3. List of suites and watchers
12 5 Yuri Weinstein
13 6 Yuri Weinstein
| *Suite*                    | *Watchers* |
14 9 Sage Weil
| smoke                      | Sage, Yuri |
15 1 Loïc Dachary
| powercycle                 | Yuri |
16 29 Yuri Weinstein
| rados                      | Sage, Josh |
17
| rbd                        | Jason |
18 1 Loïc Dachary
| krbd                       | Jason, Ilya  |
19 32 Yuri Weinstein
| rgw                        | Casey, Yehuda |
20 30 Yuri Weinstein
| fs                         | Patrick |
21 29 Yuri Weinstein
| kcephfs                    | Patrick, Zheng |
22
| knfs                       | Patrick, Zheng  |
23 30 Yuri Weinstein
| multimds                   | Patrick |
24
| samba                      | Patrick  |
25 27 Yuri Weinstein
| ceph-deploy                | Alfredo, Yuri |
26
| upgrade/***                | Yuri  |
27 31 Yuri Weinstein
| ceph-ansible               | Vasu, Sebastian, Andrew, Alfredo |
28 27 Yuri Weinstein
| teuthology                 |   ??? |
29 5 Yuri Weinstein
30 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.
31 17 Yuri Weinstein
*  *big* and *powercycle* suites are run manually
32 7 Yuri Weinstein
33 3 Loïc Dachary
h3. Analyze
34
35 19 Loïc Dachary
* See [[HOWTO forensic analysis of integration and upgrade tests]]
36 3 Loïc Dachary
* sorting out the environmental noise
37
* create new bugs for errors for which there is no match in the tracker
38
* 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)
39
40 1 Loïc Dachary
h3. The ceph-qa mailing list
41
42 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.