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

Unified Diff: masters/master.client.v8.ports/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.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',
+ ],
+ ),
+ ])
« no previous file with comments | « no previous file | masters/master.client.v8.ports/master.cfg » ('j') | masters/master.client.v8/mail_notifier_cfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698