
Add support for the following configuration options: - stripSingleParents - flattentTapResult - skipIfBuildNotOk - removeYamlIfCorrupted Signed-off-by: Kienan Stewart <kstewart@efficios.com> Change-Id: I387e5cd46fadb54e478627346dc6b4223bda1fc0
19 lines
532 B
YAML
19 lines
532 B
YAML
publishers:
|
|
- tap:
|
|
results: puiparts.tap
|
|
fail-if-no-results: true
|
|
failed-tests-mark-build-as-failure: true
|
|
output-tap-to-console: false
|
|
enable-subtests: false
|
|
discard-old-reports: true
|
|
todo-is-failure: false
|
|
include-comment-diagnostics: true
|
|
validate-tests: true
|
|
plan-required: false
|
|
verbose: false
|
|
show-only-failures: true
|
|
strip-single-parents: true
|
|
flatten-tap-result: true
|
|
skip-if-build-not-ok: true
|
|
remove-yaml-if-corrupted: true
|