check-compose: update template to fix Atomic compose mails
The special configuration for check-compose mails for two-week Atomic nightly composes was broken due to fedfind changes. We need to tweak this template a bit as part of fixing it up. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8b776bcf1c
commit
c01bdeee92
3 changed files with 13 additions and 14 deletions
|
@ -30,8 +30,8 @@ wikitcms_token: "{{ private }}/files/openidc/production/wikitcms.json"
|
|||
# if additional systems were added to this group.
|
||||
checkcompose_emailfrom: rawhide@fedoraproject.org
|
||||
checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.org"
|
||||
checkcompose_postrelease_emailto: "mmcgrath@fedoraproject.org atomic@lists.fedoraproject.org"
|
||||
checkcompose_postrelease_emailerror: "true"
|
||||
checkcompose_atomic_emailto: "dusty@dustymabe.com walters@verbum.org atomic@lists.fedoraproject.org"
|
||||
checkcompose_atomic_emailerror: "true"
|
||||
checkcompose_smtp: bastion.phx2.fedoraproject.org
|
||||
checkcompose_url: "https://{{ external_hostname }}"
|
||||
|
||||
|
|
|
@ -15,6 +15,12 @@
|
|||
## string - Email address to send report to (if not set but email-from
|
||||
## set, report will go to email-from, for testing usually)
|
||||
## Split multiple addresses with spaces
|
||||
# - checkcompose_atomic_emailto
|
||||
## string - Email address to send report for Fedora-Atomic composes to
|
||||
## Split multiple addresses with spaces
|
||||
# - checkcompose_atomic_emailerror
|
||||
## string - Set to 'true' if reports for Fedora-Atomic composes should
|
||||
## only be mailed out if any tests did not pass
|
||||
# - checkcompose_smtp
|
||||
## string - SMTP server to use for sending the report
|
||||
# - checkcompose_json
|
||||
|
|
|
@ -23,17 +23,10 @@ json: {{ checkcompose_json }}
|
|||
{% if checkcompose_loglevel is defined %}
|
||||
loglevel: {{ checkcompose_loglevel }}
|
||||
{% endif %}
|
||||
[Postrelease]
|
||||
{% if checkcompose_postrelease_emailto is defined %}
|
||||
email-to: {{ checkcompose_postrelease_emailto }}
|
||||
[Fedora-Atomic]
|
||||
{% if checkcompose_atomic_emailto is defined %}
|
||||
email-to: {{ checkcompose_atomic_emailto }}
|
||||
{% endif %}
|
||||
{% 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 }}
|
||||
{% if checkcompose_atomic_emailerror is defined %}
|
||||
email-error: {{ checkcompose_atomic_emailerror }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue