Project

General

Profile

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

Yuri Weinstein, 06/04/2015 04:40 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 21 Yuri Weinstein
* [[Typica]] (disabled)
6 1 Loïc Dachary
* [[Sepia]]
7
8 20 Loïc Dachary
The following script is used in the above crontabs.
9
<pre>
10
$ cat /home/teuthology/bin/schedule_rados.sh
11
#!/bin/bash
12
13
# $1 - part
14
# $2 - branch name
15
# $3 - machine name
16
17
teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14
18
</pre>
19
20 12 Yuri Weinstein
h3. List of suites and watchers
21 5 Yuri Weinstein
22 6 Yuri Weinstein
| *Suite*                    | *Watchers* |
23 9 Sage Weil
| smoke                      | Sage, Yuri |
24
| big                        | Sage, Sam |
25 6 Yuri Weinstein
| powercycle                 | Yuri |
26
| rados                      | Sage, Sam |
27
| rbd                        | Josh |
28 11 Sage Weil
| krbd                       | Josh, Ilya  |
29 9 Sage Weil
| rgw                        | Yehuda |
30 6 Yuri Weinstein
| fs                         | Greg, John  |
31 11 Sage Weil
| kcephfs                    | Greg, John, Zheng |
32
| knfs                       | Greg, John, Zheng  |
33
| multimds                   | Greg, John, Zheng  |
34 6 Yuri Weinstein
| samba                      | Greg, John  |
35
| ceph-deploy                | Travis, Yuri |
36
| upgrade/client-upgrade     | Yuri  |
37
| upgrade/dumpling-firefly-x | Yuri  |
38
| upgrade/firefly-x          | Yuri  |
39
| upgrade/giant-x            | Yuri  |
40
| upgrade/firefly            | Yuri  |
41
| upgrade/hammer             | Yuri  |
42
| upgrade/giant              | Yuri  |
43 5 Yuri Weinstein
44 17 Yuri Weinstein
*  suites scheduled to run on current set of supported branches: *firefly*, *giant*, *hammer*, *next* and *master*; *master* runs are used primarily for development purposes, *upgrade* tests are not scheduled to run on master.
45
*  *big* and *powercycle* suites are run manually
46 7 Yuri Weinstein
47 3 Loïc Dachary
h3. Analyze
48
49 19 Loïc Dachary
* See [[HOWTO forensic analysis of integration and upgrade tests]]
50 3 Loïc Dachary
* sorting out the environmental noise
51
* create new bugs for errors for which there is no match in the tracker
52
* 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)
53
54 1 Loïc Dachary
h3. The ceph-qa mailing list
55
56 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.