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

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

Issue 1886733002: V8: Add win-clang fyi bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | « 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 f61c0a843458ee852223df24d07ca1e19bab74d4..c18aa025e063c6f34791c9c704708331c11890d2 100644
--- a/masters/master.client.v8/master.cfg
+++ b/masters/master.client.v8/master.cfg
@@ -74,6 +74,7 @@ s_v8 = Scheduler(name='v8_src',
'V8 Win32 - nosnap - shared',
'V8 Win64',
'V8 Win64 - debug',
+ 'V8 Win64 - clang',
'V8 Mac',
'V8 Mac - debug',
'V8 Mac64',
@@ -523,6 +524,14 @@ b_v8_win64_debug = {
'auto_reboot' : False,
}
+b_v8_win64_clang = {
+ 'name': 'V8 Win64 - clang',
+ 'slavebuilddir': 'win64-clang',
+ 'factory': m_annotator.BaseFactory('v8'),
+ 'category': CATEGORY_FYI,
+ 'auto_reboot' : False,
+}
+
b_v8_linux_isolates = {
'name': 'V8 Linux - isolates',
'slavebuilddir': 'linux',
@@ -825,6 +834,7 @@ c['builders'] = [b_v8_linux_builder,
b_v8_win32_debug,
b_v8_win64,
b_v8_win64_debug,
+ b_v8_win64_clang,
b_v8_mac,
b_v8_mac_debug,
b_v8_mac64,
« 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