Hello,

Here's the result of the latest tempest run for job {{ data.get('job') }}.

The job ran on {{ data.get('date') }}.

For more details, you can check the URL: {{ data.get('link') }} (It might take a few minutes to upload the logs).

{% if 'new' in data and data.new %}

New failures

{% endif %} {% if 'covered' in data and data.covered %}

Known failures

{% endif %} {% if ('has_errors' in data and 'run' in data) and not data.has_errors and data.run %}

Job ran successfully!

We consider a successfull run even if it has Known failures, since these are covered.

{% endif %} {% if not data.run %}

There's no tempest results!

This means that the TripleO installation might have finished sucessfully, however, tempest either fail before tests started, or didn't ran at all.

{% endif %}

You are receiving this email because someone from TripleO team though you were interested in these results.