From: Simon Marchi Date: Sat, 9 Oct 2021 01:17:48 +0000 (-0400) Subject: jjb: binutils-gdb: collect test result artifacts in gerrit job X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=inline;h=f1fd87e0c46291be563189489a5c6bdeaa4e0045;p=lttng-ci.git jjb: binutils-gdb: collect test result artifacts in gerrit job This makes it easier to understand what failed exactly, when a try job has failed. --- diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index f30f4fd..94712b1 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -99,6 +99,13 @@ - scripts/common/print.sh - scripts/binutils-gdb/build.sh + publishers: + - archive: + artifacts: 'results/**' + allow-empty: false + - junit: + results: 'results/*.xml' + properties: - build-discarder: days-to-keep: 1