Project

General

Profile

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

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