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

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

Issue 2124423002: Split out vm782-c4 builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.mac/slaves.cfg
diff --git a/masters/master.tryserver.chromium.mac/slaves.cfg b/masters/master.tryserver.chromium.mac/slaves.cfg
index 12fde72dacbf6de1776c465cbc3f45a079b2e1e3..9befcde6abe95f1ee7b920dbd0c74b15c91b0761 100644
--- a/masters/master.tryserver.chromium.mac/slaves.cfg
+++ b/masters/master.tryserver.chromium.mac/slaves.cfg
@@ -33,9 +33,12 @@ def mac():
'mac_nacl_sdk_build',
]
- optional2_slaves = ['vm1025-m4']
- optional2_builders = [
+ optional2a_slaves = ['vm1025-m4']
+ optional2a_builders = [
'mac_chromium_compile_rel_ng',
+ ]
+ optional2b_slaves = ['vm782-m4']
+ optional2b_builders = [
'mac_chromium_variable',
'mac_chromium_variable_archive',
]
@@ -99,13 +102,24 @@ def mac():
out.extend(
{
'master': 'TryServerChromiumMac',
- 'builder': optional2_builders,
+ 'builder': optional2a_builders,
+ 'hostname': slave,
+ 'os': 'mac',
+ 'version': '10.9',
+ 'bits': '64',
+ 'pool': 'mac_optional_rel',
+ } for slave in optional2a_slaves
+ )
+ out.extend(
+ {
+ 'master': 'TryServerChromiumMac',
+ 'builder': optional2b_builders,
'hostname': slave,
'os': 'mac',
'version': '10.9',
'bits': '64',
'pool': 'mac_optional_rel',
- } for slave in optional2_slaves
+ } for slave in optional2b_slaves
)
out.extend(
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698