Chromium Code Reviews| 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 9084043ccaad8fc09c0e2bd1c94f9f3aa915a42f..2b34a84ba38cd2ce8985c009179bbb6542707a2d 100644 |
| --- a/masters/master.tryserver.chromium.linux/slaves.cfg |
| +++ b/masters/master.tryserver.chromium.linux/slaves.cfg |
| @@ -173,6 +173,18 @@ def linux(): |
| } |
| ]) |
| + result.extend([ |
| + { |
| + 'master': 'TryServerChromiumLinux', |
| + 'os': 'linux', |
| + 'version': 'precise', |
| + 'bits': '64', |
| + 'builder': ['linux_layout_tests_slimming_paint_v2'], |
| + 'hostname': 'slave775-c4', |
| + 'pool': 'linux_optional1', |
|
qyearsley
2016/07/20 23:33:39
Note: I'm not sure what effect this field has - do
Paweł Hajdan Jr.
2016/07/22 13:36:12
Looks like this is a new pool with just one slave,
qyearsley
2016/07/22 16:42:06
There are some builders added above that have the
|
| + } |
| + ]) |
| + |
| return result |