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

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

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)
Patch Set: rebased 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
« 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 c8a8b0f2b7e3e881c738e6b077ee09bc906f1294..32a83fa26428924458dd8e99ec1b512e253ce609 100644
--- a/masters/master.chromium.linux/master_linux_cfg.py
+++ b/masters/master.chromium.linux/master_linux_cfg.py
@@ -39,6 +39,14 @@ def Update(_config, active_master, c):
'Linux Builder (dbg)',
'Cast Linux',
'Blimp Linux (dbg)',
+ # Trusty
+ # TODO(yyanagisawa): rename Blimp Linux to Blimp Linux Trusty?
+ # This change adds builders for trusty but Blimp is already using
+ # trusty.
+ 'Linux Builder Trusty',
+ 'Linux Builder Trusty (dbg)(32)',
+ 'Linux Builder Trusty (dbg)',
+ 'Cast Linux Trusty',
]),
])
specs = [
@@ -50,6 +58,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698