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

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

Issue 1862083002: V8: Add s390 bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Mail notifier 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
« no previous file with comments | « no previous file | masters/master.client.v8.ports/master.cfg » ('j') | masters/master.client.v8.ports/master.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 39872c2df8bd8b299f2145348c8b0c06b674475e..752c6bfcfe92187a55b41ba0dbb9a16f3eca316e 100644
--- a/masters/master.client.v8.ports/mail_notifier_cfg.py
+++ b/masters/master.client.v8.ports/mail_notifier_cfg.py
@@ -11,6 +11,18 @@ def Update(config, active_master, c):
config,
active_master,
categories_steps={
+ 's390': ['runhooks', 'compile', 'Check'],
+ },
+ extraRecipients=[
+ 'joransiu@ca.ibm.com',
+ 'jyan@ca.ibm.com',
+ 'michael_dawson@ca.ibm.com',
+ ],
+ ),
+ V8Notifier(
+ config,
+ active_master,
+ categories_steps={
'x87': ['runhooks', 'compile', 'Check'],
},
extraRecipients=[
« no previous file with comments | « no previous file | masters/master.client.v8.ports/master.cfg » ('j') | masters/master.client.v8.ports/master.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698