Skip to content

pipeline/stages/test: echo the URL with the beaker jobs listing

Patrick Talbert requested to merge ptalbert/pipeline-definition:beaker_url into main

The URL to beaker's list of test jobs is only visible in the CI job log because mailx shows the message sent. But for debug jobs there is no message sent so no URL is visible in the job log.

Address this by having the .test-notification script always echo the URL to the beaker jobs list.

Also, we don't really need to log the inner workings of mailx so remove the -v option from its invocation.

Signed-off-by: Patrick Talbert ptalbert@redhat.com

Merge request reports