check-compose: try to rejig email recipients for new system
I changed how check-compose upstream does email recipient config to try and fix the 'get Atomic-related emails to Atomic people' problem again after Fedora-Atomic composes went away. This is an attempt to adjust the play to populate the config file for that change. Let's see what blows up! Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6705ee4d37
commit
455af49b80
3 changed files with 24 additions and 18 deletions
|
@ -65,17 +65,25 @@
|
|||
## string - (digits) time in minutes to wait for openQA tests to complete
|
||||
## before sending the report (defaults to 480)
|
||||
# - checkcompose_emailfrom
|
||||
## string - Email address to send report from (if not set, no report sent)
|
||||
## string - Email address to send reports from (if not set, no reports
|
||||
## sent)
|
||||
# - checkcompose_emailto
|
||||
## string - Email address to send report to (if not set but email-from
|
||||
## set, report will go to email-from, for testing usually)
|
||||
## string - Email address to send all reports to. Split multiple
|
||||
## addresses with spaces
|
||||
# - checkcompose_subvariant_emails
|
||||
## dict - Per-subvariant recipients foe check-compose emails. Should
|
||||
## be a dict of dicts like this:
|
||||
## {
|
||||
## 'Workstation': {
|
||||
## 'all': ['foo@workstation.com', 'bar@workstation.com'],
|
||||
## 'error': ['error@workstation.com'],
|
||||
## },
|
||||
## 'Server': {
|
||||
## 'all': ['foo@server.com'],
|
||||
## 'error': ['error@server.com'],
|
||||
## },
|
||||
## }
|
||||
## 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue