Chromium Code Reviews| Index: masters/master.client.v8/mail_notifier_cfg.py |
| diff --git a/masters/master.client.v8/mail_notifier_cfg.py b/masters/master.client.v8/mail_notifier_cfg.py |
| index ec0efaf0e5e33240ec8dfa845b4b9fa462ad0b66..b8794b7aa476ba1627df88505e7ca1a95d59d4ea 100644 |
| --- a/masters/master.client.v8/mail_notifier_cfg.py |
| +++ b/masters/master.client.v8/mail_notifier_cfg.py |
| @@ -61,7 +61,6 @@ exclusions = { |
| forgiving_steps = ['update_scripts', 'update', 'svnkill', 'taskkill', |
| 'gclient_revert'] |
| -x87_categories_steps = {'x87': ['runhooks', 'compile', 'Unittests', 'Check']} |
|
Michael Achenbach
2016/04/05 14:50:03
Removing Unittests when moving the code. The step
Sergiy Byelozyorov
2016/04/05 15:04:09
Acknowledged.
|
| vtunejit_categories_steps = {'vtunejit': ['runhooks', 'compile']} |
| mem_sheriff_categories_steps = {'mem_sheriff': v8_steps} |
| predictable_categories_steps = {'predictable': v8_steps} |
| @@ -85,20 +84,6 @@ def Update(config, active_master, c): |
| forgiving_steps=forgiving_steps)) |
| c['status'].append(V8Notifier( |
| fromaddr=active_master.from_address, |
| - categories_steps=x87_categories_steps, |
| - exclusions={}, |
| - relayhost=config.Master.smtp, |
| - sendToInterestedUsers=False, |
| - extraRecipients=[ |
| - 'weiliang.lin@intel.com', |
| - 'chunyang.dai@intel.com', |
| - 'zhengxing.li@intel.com', |
| - ], |
| - status_header='buildbot failure in %(project)s on %(builder)s, %(steps)s', |
| - lookup=master_utils.FilterDomain(), |
| - forgiving_steps=forgiving_steps)) |
| - c['status'].append(V8Notifier( |
| - fromaddr=active_master.from_address, |
| categories_steps=vtunejit_categories_steps, |
| exclusions={}, |
| relayhost=config.Master.smtp, |