Skip to content

Hide long beaker XML in test jobs

Major Hayden requested to merge hide-long-xml-output into master

The Beaker XML for some jobs is extremely long and it clogs up the output of the testing stage. This patch hides the XML from view, but the XML is still included in the job artifacts.

For real tests, one can simply look at Beaker's interface to review the generated XML.

For dry runs, one can simply look at the test job's artifacts to review the generated XML.

Signed-off-by: Major Hayden major@redhat.com

Merge request reports