| 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 d256b46421500ee01f8a0cef10a7b9b111526977..39872c2df8bd8b299f2145348c8b0c06b674475e 100644
|
| --- a/masters/master.client.v8.ports/mail_notifier_cfg.py
|
| +++ b/masters/master.client.v8.ports/mail_notifier_cfg.py
|
| @@ -6,4 +6,17 @@ from master.v8.v8_notifier import V8Notifier
|
|
|
|
|
| def Update(config, active_master, c):
|
| - c['status'].extend([])
|
| + c['status'].extend([
|
| + V8Notifier(
|
| + config,
|
| + active_master,
|
| + categories_steps={
|
| + 'x87': ['runhooks', 'compile', 'Check'],
|
| + },
|
| + extraRecipients=[
|
| + 'weiliang.lin@intel.com',
|
| + 'chunyang.dai@intel.com',
|
| + 'zhengxing.li@intel.com',
|
| + ],
|
| + ),
|
| + ])
|
|
|