63404d3d0d
The role name is misleading. It's not fetching stestr output, it's fetching subunit output. Add a note to the README explaining what it does and that it's not using fetch-subunit-output on purpose. Use "{{ zuul.project.src_dir }}" instead of "src/{{ zuul.project.canonical_name }}". Change-Id: I1b5ab65f9697ec184969ca7899fb40294cdb853c
15 lines
467 B
ReStructuredText
15 lines
467 B
ReStructuredText
Collect subunit output from translation jobs
|
|
|
|
This role collects only the testrepository.subunit file which has
|
|
already been compressed. The common_translation_update.sh script
|
|
uses generate-subunit to create a subunit file containing success or
|
|
failure, thus :zuul:role:`fetch-subunit-output` is not appropriate.
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
Directory where ``testrepository.subunit.gz`` file is.
|
|
|