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

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

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)
Patch Set: fixed try failure. Created 4 years, 1 month 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
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([
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | masters/master.tryserver.chromium.linux/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698