summaryrefslogtreecommitdiffstats
path: root/roles/check-compose
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2016-06-28 10:11:11 -0700
committerAdam Williamson <awilliam@redhat.com>2016-06-28 10:11:11 -0700
commit75df9afa0638e7bc798298b143823c7c14f9ae98 (patch)
tree80a150ed66ea7d42012aedc89b3c9e0f6b8b84d5 /roles/check-compose
parente6f83f3c0fd84e363aef84df3391cf0fafe532cf (diff)
downloadansible-75df9afa0638e7bc798298b143823c7c14f9ae98.tar.gz
ansible-75df9afa0638e7bc798298b143823c7c14f9ae98.tar.xz
ansible-75df9afa0638e7bc798298b143823c7c14f9ae98.zip
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.
Diffstat (limited to 'roles/check-compose')
-rw-r--r--roles/check-compose/templates/check-compose.conf.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/check-compose/templates/check-compose.conf.j2 b/roles/check-compose/templates/check-compose.conf.j2
index 4b8355180..5a6fc26db 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 %}