| Index: masters/master.client.v8.ports/mail_notifier_cfg.py
|
| diff --git a/masters/master.client.v8.ports/mail_notifier_cfg.py b/masters/master.client.v8.ports/mail_notifier_cfg.py
|
| index 39872c2df8bd8b299f2145348c8b0c06b674475e..752c6bfcfe92187a55b41ba0dbb9a16f3eca316e 100644
|
| --- a/masters/master.client.v8.ports/mail_notifier_cfg.py
|
| +++ b/masters/master.client.v8.ports/mail_notifier_cfg.py
|
| @@ -11,6 +11,18 @@ def Update(config, active_master, c):
|
| config,
|
| active_master,
|
| categories_steps={
|
| + 's390': ['runhooks', 'compile', 'Check'],
|
| + },
|
| + extraRecipients=[
|
| + 'joransiu@ca.ibm.com',
|
| + 'jyan@ca.ibm.com',
|
| + 'michael_dawson@ca.ibm.com',
|
| + ],
|
| + ),
|
| + V8Notifier(
|
| + config,
|
| + active_master,
|
| + categories_steps={
|
| 'x87': ['runhooks', 'compile', 'Check'],
|
| },
|
| extraRecipients=[
|
|
|