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

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

Issue 7983019: Change the win, mac, and linux trybots to build Release. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: '' Created 9 years, 3 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 | « build/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: build/masters/master.tryserver.chromium/slaves.cfg
===================================================================
--- build/masters/master.tryserver.chromium/slaves.cfg (revision 102013)
+++ build/masters/master.tryserver.chromium/slaves.cfg (working copy)
@@ -17,7 +17,7 @@
# Configurations on every VM.
base = [
# One line per shared directory. In decreasing usage:
- 'linux', 'linux_rel', 'linux_sync',
+ 'linux', 'linux_dbg', 'linux_sync',
'linux_clang',
'linux_chromeos',
]
@@ -69,7 +69,7 @@
'master': 'TryServer',
'builder': [
# One line per shared directory:
- 'mac', 'mac_rel', 'mac_sync',
+ 'mac', 'mac_dbg', 'mac_sync',
'mac_layout', 'mac_layout_rel',
'mac_valgrind',
'mac_clang_no_goma',
@@ -89,7 +89,7 @@
return [
{
'master': 'TryServer',
- 'builder': ['win', 'win_rel', 'win_sync', 'win_shared'],
+ 'builder': ['win', 'win_dbg', 'win_sync', 'win_shared'],
'hostname': 'vm%d-m4' % i,
'os': 'win',
'version': 'vista',
« no previous file with comments | « build/masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698