Show usage of job-group
Make sure the example referenced in the documentation for ``Job Groups`` actually makes use of 'job-group'. Change-Id: Ib78bdb459db23f57093c1fd4a6dd74a5080dc239
This commit is contained in:
parent
04139e0f5e
commit
f89fac42cf
@ -14,10 +14,15 @@
|
|||||||
- email:
|
- email:
|
||||||
recipients: '{mail-to}'
|
recipients: '{mail-to}'
|
||||||
|
|
||||||
- project:
|
- job-group:
|
||||||
name: project-name
|
name: '{name}-tests'
|
||||||
jobs:
|
jobs:
|
||||||
- '{name}-unit-tests':
|
- '{name}-unit-tests':
|
||||||
mail-to: developer@nowhere.net
|
mail-to: developer@nowhere.net
|
||||||
- '{name}-perf-tests':
|
- '{name}-perf-tests':
|
||||||
mail-to: projmanager@nowhere.net
|
mail-to: projmanager@nowhere.net
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: project-name
|
||||||
|
jobs:
|
||||||
|
- '{name}-tests'
|
||||||
|
Loading…
Reference in New Issue
Block a user