Project

General

Profile

Wiki » History » Version 1

okurz, 2016-01-07 09:42

1 1 okurz
Wiki
2
====
3
4
## test organization on https://openqa.suse.de/
5
6
### job group names
7
8
#### Job group names should be consistent and structured for easy (daily) review of the current status
9
10
template:
11
```
12
<product_group_short_name> <order_nr>.<product_variant>
13
```
14
e.g. "SLE 12 SP1 1.Server". Keep the whitespace for separation consistent, also see https://progress.opensuse.org/issues/9916
15
16
#### Released products should be named with a prefix 'X' to show up late in the overview page
17
18
This way we can keep track if tests fail even though the product does not produce new builds. This could help us crosscheck tests. E.g. "X-released SLE 12 SP1 1.Server".
19
20
For now we do not retrigger tests on old builds automatically but any test developer may retrigger it manually, e.g. if he suspects the tests broke and he wants to confirm that local changes are not at fault.