| Index: masters/master.tryserver.chromium.linux/slaves.cfg
|
| diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
|
| index 003d312cca0777cb9b654ab27c978149f36d3761..b6f305dcc62856a93c53bf34d0c754c1e89419ca 100644
|
| --- a/masters/master.tryserver.chromium.linux/slaves.cfg
|
| +++ b/masters/master.tryserver.chromium.linux/slaves.cfg
|
| @@ -83,6 +83,17 @@ def linux():
|
| }
|
| )
|
|
|
| + result.append(
|
| + {
|
| + 'master': 'TryServerChromiumLinux',
|
| + 'os': 'linux',
|
| + 'version': 'precise',
|
| + 'bits': '64',
|
| + 'builder': 'linux_site_isolation',
|
| + 'hostname': 'slave568-c4',
|
| + }
|
| + )
|
| +
|
| result.extend(
|
| {
|
| 'master': 'TryServerChromiumLinux',
|
|
|