Project

General

Profile

Actions

action #73366

closed

auto-review: Improve output

Added by livdywan over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2020-10-14
Due date:
% Done:

0%

Estimated time:

Description

Motivation

We run auto_review aka openqa_review in GitLab CI. The output of the script can be seen in the log of the pipeline, which can be hard to read because one has to find the relevant snippets first within the verbose output that we currently use.

Acceptance Criteria

TBD

Suggestions

  • Look into pipelines on https://gitlab.suse.de/openqa/openqa-review/ as part of the Monitor step in our DevOps workflow
  • GitLab CI has support for JUnit artifacts i.e. XML files that contain sections for passed or failed tests. Those could be (ab)used to list the found jobs. The script just needs to add the XML boilerplate and write to a file (this is the same concept we use with CircleCI to render TAP output).
  • Found jobs could be shown as pipeline failures in GitLab CI w/o going into the verbose logs
  • JUnit output is optional and the script output remains available for e.g. local usage
Actions

Also available in: Atom PDF