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 a62b9a7e078476b82fb24836e5e2e838b62caa59..b8778398d3a1c5100681a1a3f9e39012e3d83003 100644 |
| --- a/masters/master.chromium.linux/master_linux_cfg.py |
| +++ b/masters/master.chromium.linux/master_linux_cfg.py |
| @@ -15,6 +15,7 @@ def Update(_config, active_master, c): |
| branch='master', |
| treeStableTimer=60, |
| builderNames=[ |
| + 'Linux ARM', |
| 'Linux Builder', |
| 'Linux Builder (dbg)(32)', |
| 'Linux Builder (dbg)', |
| @@ -33,10 +34,8 @@ def Update(_config, active_master, c): |
| ]), |
| ]) |
| specs = [ |
| - { |
| - 'name': 'Linux Builder', |
| - 'triggers': ['linux_rel_trigger'], |
| - }, |
| + {'name': 'Linux ARM'}, |
|
Paweł Hajdan Jr.
2015/06/08 12:42:50
I'd rather add it at the end, not the beginning of
Sam Clegg
2015/06/08 17:46:54
OK. Done. Should we perhaps sort the list?
Paweł Hajdan Jr.
2015/06/09 09:49:49
I don't think we should. It's order more logically
|
| + {'name': 'Linux Builder', 'triggers': ['linux_rel_trigger'], }, |
| {'name': 'Linux Tests'}, |
| {'name': 'Linux Builder (dbg)(32)', 'triggers': ['linux_dbg_32_trigger']}, |
| {'name': 'Linux Tests (dbg)(1)(32)'}, |