Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: masters/master.client.v8/mail_notifier_cfg.py

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698