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

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..7723aa25dbbcc859eebef7bbfd1e165fc89b1f6d 100644
--- a/masters/master.chromium.linux/master_linux_cfg.py
+++ b/masters/master.chromium.linux/master_linux_cfg.py
@@ -21,6 +21,7 @@ def Update(_config, active_master, c):
'Linux GN',
'Linux GN Clobber',
'Linux GN (dbg)',
+ 'Linux ARM',
]),
Triggerable(name='linux_rel_trigger', builderNames=[
'Linux Tests',
@@ -33,10 +34,7 @@ def Update(_config, active_master, c):
]),
])
specs = [
- {
- 'name': 'Linux Builder',
- 'triggers': ['linux_rel_trigger'],
- },
+ {'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)'},
@@ -45,6 +43,7 @@ def Update(_config, active_master, c):
{'name': 'Linux GN', 'recipe': 'chromium_gn'},
{'name': 'Linux GN Clobber', 'recipe': 'chromium_gn'},
{'name': 'Linux GN (dbg)', 'recipe': 'chromium_gn'},
+ {'name': 'Linux ARM'},
{'name': 'Cast Linux'},
]
« 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