| Index: masters/master.client.v8.branches/mail_notifier_cfg.py
|
| diff --git a/masters/master.client.v8.branches/mail_notifier_cfg.py b/masters/master.client.v8.branches/mail_notifier_cfg.py
|
| index 7af37302df2708ae9e18a03a6fdf3f4af5ecfda7..e4b2f33a687372b1fa1033be57bcd19f8d54911f 100644
|
| --- a/masters/master.client.v8.branches/mail_notifier_cfg.py
|
| +++ b/masters/master.client.v8.branches/mail_notifier_cfg.py
|
| @@ -56,5 +56,15 @@ def Update(config, active_master, c):
|
| 'michael_dawson@ca.ibm.com',
|
| ],
|
| ),
|
| + V8Notifier(
|
| + config,
|
| + active_master,
|
| + categories_steps={'s390': V8_STEPS},
|
| + extraRecipients=[
|
| + 'joransiu@ca.ibm.com',
|
| + 'jyan@ca.ibm.com',
|
| + 'michael_dawson@ca.ibm.com',
|
| + ],
|
| + ),
|
| ])
|
|
|
|
|