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

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

Issue 211473006: Add GN (the build tool) to the chromium.linux buildbots and try jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ review feedback Created 6 years, 9 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
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 ff7f1601c175028074a457d26b09239681e363ad..3af1f7399fb0df121452e774ea4d964bffa8142e 100644
--- a/masters/master.chromium.linux/master_linux_cfg.py
+++ b/masters/master.chromium.linux/master_linux_cfg.py
@@ -20,6 +20,7 @@ def Update(_config, active_master, c):
'Linux Builder (dbg)(32)',
'Linux Builder (dbg)',
'Linux Clang (dbg)',
+ 'Linux GN (dbg)',
]),
Triggerable(name='linux_rel_trigger', builderNames=[
'Linux Tests',
@@ -53,13 +54,14 @@ def Update(_config, active_master, c):
{'name': 'Linux Tests (dbg)(1)'},
{'name': 'Linux Tests (dbg)(2)'},
{'name': 'Linux Clang (dbg)'},
+ {'name': 'Linux GN (dbg)', 'recipe': 'chromium_gn'},
]
c['builders'].extend([
{
'name': spec['name'],
'factory': m_annotator.BaseFactory(
- 'chromium',
+ spec.get('recipe', 'chromium'),
factory_properties=spec.get('factory_properties'),
triggers=spec.get('triggers')),
'notify_on_missing': True,
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | scripts/slave/recipe_modules/chromium/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698