From 75df9afa0638e7bc798298b143823c7c14f9ae98 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 Jun 2016 10:11:11 -0700 Subject: [PATCH] check-compose: handle new two-week Atomic composes Update the check-compose config file to use the variant config for the 'Atomic' milestone as well as the 'Postrelease' milestone - this should DTRT for the new Pungi 4 two-week Atomic composes, which have 'Atomic' as their milestone, sending the report to the correct addresses. --- roles/check-compose/templates/check-compose.conf.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/check-compose/templates/check-compose.conf.j2 b/roles/check-compose/templates/check-compose.conf.j2 index 4b83551801..5a6fc26dbc 100644 --- a/roles/check-compose/templates/check-compose.conf.j2 +++ b/roles/check-compose/templates/check-compose.conf.j2 @@ -30,3 +30,10 @@ email-to: {{ checkcompose_postrelease_emailto }} {% if checkcompose_postrelease_emailerror is defined %} email-error: {{ checkcompose_postrelease_emailerror }} {% endif %} +[Atomic] +{% if checkcompose_postrelease_emailto is defined %} +email-to: {{ checkcompose_postrelease_emailto }} +{% endif %} +{% if checkcompose_postrelease_emailerror is defined %} +email-error: {{ checkcompose_postrelease_emailerror }} +{% endif %}