Add descriptions to zuul.yaml
Add missing descriptions to the jobs in .zuul.yaml. Change-Id: Ib84a3e34e4c25a1f565a506f3229453a0d997be3
This commit is contained in:
parent
55c4479410
commit
64e109dabb
@ -30,12 +30,16 @@
|
|||||||
- job:
|
- job:
|
||||||
name: build-tox-manuals-checkbuild
|
name: build-tox-manuals-checkbuild
|
||||||
parent: build-tox-manuals
|
parent: build-tox-manuals
|
||||||
|
description: |
|
||||||
|
Build manuals using "checkbuild" tox environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: checkbuild
|
tox_envlist: checkbuild
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: build-tox-manuals-checklang
|
name: build-tox-manuals-checklang
|
||||||
parent: build-tox-manuals
|
parent: build-tox-manuals
|
||||||
|
description: |
|
||||||
|
Build translated manuals using "checklang" tox environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: checklang
|
tox_envlist: checklang
|
||||||
files:
|
files:
|
||||||
|
Loading…
Reference in New Issue
Block a user