jjb: binutils-gdb: collect test result artifacts in gerrit job
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 9 Oct 2021 01:17:48 +0000 (21:17 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Oct 2021 02:40:07 +0000 (22:40 -0400)
This makes it easier to understand what failed exactly, when a try job
has failed.

jobs/binutils-gdb.yaml

index f30f4fd39ff8328b84688a2028ae9726566b3727..94712b133f9fa8a46cacf33590d885716ca3edf0 100644 (file)
            - 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
This page took 0.025836 seconds and 4 git commands to generate.