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

Unified Diff: masters/master.chromium.linux/master_linux_cfg.py

Issue 1158703005: Add Linux ARM builder to main waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 6 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 | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)'},
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698