Chromium Code Reviews| Index: masters/master.chromium.linux/master_linux_cfg.py |
| diff --git a/masters/master.chromium.linux/master_linux_cfg.py b/masters/master.chromium.linux/master_linux_cfg.py |
| index c8a8b0f2b7e3e881c738e6b077ee09bc906f1294..b82bd8bdbf0934b895e58fe2515a7fcd07f12eeb 100644 |
| --- a/masters/master.chromium.linux/master_linux_cfg.py |
| +++ b/masters/master.chromium.linux/master_linux_cfg.py |
| @@ -39,6 +39,11 @@ def Update(_config, active_master, c): |
| 'Linux Builder (dbg)', |
| 'Cast Linux', |
| 'Blimp Linux (dbg)', |
|
Paweł Hajdan Jr.
2016/11/14 09:41:34
Could you also add Trusty one for Blimp?
I'd be f
Yoshisato Yanagisawa
2016/11/15 04:00:45
Since it is actually trusty, we do not need to do
|
| + # Trusty |
| + 'Linux Builder Trusty', |
| + 'Linux Builder Trusty (dbg)(32)', |
| + 'Linux Builder Trusty (dbg)', |
| + 'Cast Linux Trusty', |
| ]), |
| ]) |
| specs = [ |
| @@ -50,6 +55,14 @@ def Update(_config, active_master, c): |
| {'name': 'Linux Tests (dbg)(1)'}, |
| {'name': 'Cast Linux'}, |
| {'name': 'Blimp Linux (dbg)'}, |
| + # Trusty |
| + {'name': 'Linux Builder Trusty'}, |
| + {'name': 'Linux Tests Trusty'}, |
| + {'name': 'Linux Tests Trusty (dbg)(1)(32)'}, |
| + {'name': 'Linux Builder Trusty (dbg)'}, |
| + {'name': 'Linux Builder Trusty (dbg)(32)'}, |
| + {'name': 'Linux Tests Trusty (dbg)(1)'}, |
| + {'name': 'Cast Linux Trusty'}, |
| ] |
| c['builders'].extend([ |