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

Unified Diff: masters/master.client.v8/master.cfg

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 | « masters/master.client.v8/mail_notifier_cfg.py ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8/master.cfg
diff --git a/masters/master.client.v8/master.cfg b/masters/master.client.v8/master.cfg
index d1570928bdedaf7e70eb1af260635a671dff1ec0..7484bd981f9419c49d5853d60c84d14c553d37be 100644
--- a/masters/master.client.v8/master.cfg
+++ b/masters/master.client.v8/master.cfg
@@ -64,7 +64,7 @@ s_v8 = Scheduler(name='v8_src',
'V8 Linux - nosnap debug builder',
'V8 Linux - shared',
'V8 Linux - vtunejit',
- 'V8 Linux - x87 - nosnap - debug',
+ 'V8 Linux - x87 - nosnap - debug builder',
'V8 Linux - predictable',
'V8 Linux64 - custom snapshot - debug',
'V8 Linux64 - debug builder',
@@ -322,6 +322,13 @@ b_v8_linux_vtunejit = {
'auto_reboot' : False,
}
+b_v8_linux_x87_nosnap_debug_builder = {
+ 'name': 'V8 Linux - x87 - nosnap - debug builder',
+ 'factory': m_annotator.BaseFactory('v8'),
+ 'category': CATEGORY_FYI + '|x87',
+ 'auto_reboot' : False,
+}
+
b_v8_linux_x87_nosnap_debug = {
'name': 'V8 Linux - x87 - nosnap - debug',
'factory': m_annotator.BaseFactory('v8'),
@@ -1196,6 +1203,7 @@ c['builders'] = [b_v8_linux_builder,
b_chromium_rel_win7_perf_dual_v8,
b_chromium_rel_android_nexus4_perf,
b_v8_linux_vtunejit,
+ b_v8_linux_x87_nosnap_debug_builder,
b_v8_linux_x87_nosnap_debug,
b_v8_linux_predictable,
b_v8_linux64_custom_snapshot_debug,
« no previous file with comments | « masters/master.client.v8/mail_notifier_cfg.py ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698