From 720a7adab42ac71f46c36a3e27001745eae34b8c Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 9 Jun 2017 14:05:16 +0200 Subject: [PATCH] Adding link to stackviz results Parsing stackviz link to mail sent by send mail tool Change-Id: I32132fe4f7db61c58c88c5afb0b0a5f0a7fb8137 --- .../files/tempestmail/template/template.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/validate-tempest/files/tempestmail/template/template.html b/roles/validate-tempest/files/tempestmail/template/template.html index 8b25c4cd3..9c604547a 100644 --- a/roles/validate-tempest/files/tempestmail/template/template.html +++ b/roles/validate-tempest/files/tempestmail/template/template.html @@ -5,6 +5,9 @@

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 'Not available yet' not in data.get('link') %} +

You can see the stackviz results here + {% endif %} {% if 'new' in data and data.new %}

New failures