81781a4aa8
This is valid for each defined xUnit type publisher on the job. Default is false. Change-Id: Idff3c8ba6a4e4291ec483b2eb4a999dcbeea7291 Signed-off-by: Lucas Dutra Nunes <ldnunes@ossystems.com.br>
20 lines
518 B
YAML
20 lines
518 B
YAML
publishers:
|
|
- xunit:
|
|
test-time-margin: 5000
|
|
thresholdmode: 'number'
|
|
thresholds:
|
|
- failed:
|
|
unstable: '1'
|
|
unstablenew: '2'
|
|
failure: '3'
|
|
failurenew: '4'
|
|
- skipped:
|
|
unstable: '5'
|
|
unstablenew: '6'
|
|
failure: '7'
|
|
failurenew: '8'
|
|
types:
|
|
- ctest:
|
|
pattern: "build/tests/reports/ctest.xml"
|
|
skip-if-no-test-files: true
|