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

Unified Diff: masters/master.tryserver.chromium/slaves.cfg

Issue 9168037: Add a trybot config that runs chrome_frame_tests.exe. This runs on a separate bot since these tes... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 8 years, 11 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.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/slaves.cfg
===================================================================
--- masters/master.tryserver.chromium/slaves.cfg (revision 117140)
+++ masters/master.tryserver.chromium/slaves.cfg (working copy)
@@ -145,7 +145,17 @@
'bits': '64',
} for i in (120,)
]
- return normal_slaves + layout_slaves + drmemory_slaves
+ cf_slave = [
M-A Ruel 2012/01/11 14:26:31 please use chromeframe_slave cf may not be clear
robertshield 2012/01/11 14:34:19 Done.
+ {
+ 'master': 'TryServer',
+ 'builder': ['win_cf'],
+ 'hostname': 'vm177-m4',
M-A Ruel 2012/01/11 14:26:31 add a comment: # This slave has IE8 instead of IE9
robertshield 2012/01/11 14:34:19 Done.
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ }
+ ]
+ return normal_slaves + layout_slaves + drmemory_slaves + cf_slave
def cros():
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698