Skip to content

template: Generate junit report if container registry not enabled

If a project running a pipeline doesn't have the container image registry enabled, the pipeline will fail with an obscure error message after having built the whole image, failing to do the last steps.

Avoid this by failing up front, generating a JUnit report, if the registry isn't enabled.

Closes: #23 (closed)

Signed-off-by: Jonas Ådahl jadahl@gmail.com


When the registry isn't enabled, it will produce a test failure like this:

https://gitlab.gnome.org/jadahl/mutter/-/pipelines/232158/test_report

Merge request reports