Project

General

Profile

Wiki » History » Version 2

okurz, 2016-01-07 10:04
use lowercase prefix for released as discussed with rbrown

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 2 okurz
#### Released products should be named with a prefix 'x' to show up late in the overview page
17 1 okurz
18 2 okurz
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
lowercase "x" as all our product names start with capital letters. Sorting works regardless (or uppercase first?).
21 1 okurz
22
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.