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

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

Issue 1076723002: V8 Buildbot: Split x87 into builder/tester. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Review Created 5 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/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b1467c86291ed4f011de7c7a9e054fc389b15102..54141946736e2543e38a630af96209144bf024ef 100644
--- a/masters/master.client.v8/mail_notifier_cfg.py
+++ b/masters/master.client.v8/mail_notifier_cfg.py
@@ -48,6 +48,7 @@ exclusions = {
'V8 Mips - builder': [],
'V8 Mips - big endian - nosnap - 1': [],
'V8 Mips - big endian - nosnap - 2': [],
+ 'V8 Linux - x87 - nosnap - debug builder': [],
'V8 Linux - x87 - nosnap - debug': [],
'V8 Linux - predictable': [],
'V8 Linux64 - custom snapshot - debug': [],
@@ -58,7 +59,7 @@ exclusions = {
forgiving_steps = ['update_scripts', 'update', 'svnkill', 'taskkill',
'gclient_revert']
-x87_categories_steps = {'x87': ['runhooks', 'compile', 'Check']}
+x87_categories_steps = {'x87': ['runhooks', 'compile', 'Unittests', 'Check']}
vtunejit_categories_steps = {'vtunejit': ['runhooks', 'compile']}
mem_sheriff_categories_steps = {'mem_sheriff': v8_steps}
predictable_categories_steps = {'predictable': v8_steps}
« no previous file with comments | « no previous file | masters/master.client.v8/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698