From f1fd87e0c46291be563189489a5c6bdeaa4e0045 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 8 Oct 2021 21:17:48 -0400 Subject: [PATCH] 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. --- jobs/binutils-gdb.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.34.1