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

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: initial patch for review 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
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | scripts/slave/recipes/chromium_trybot.py » ('J')
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 ff7f1601c175028074a457d26b09239681e363ad..c9cc4fe05ac9548302e841d39a924c938c07c040 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': 'gn_buildbot'},
iannucci 2014/03/26 09:38:49 it occurs to me that 'chromium_gn' may be a better
Paweł Hajdan Jr. 2014/03/26 11:44:59 +1, but not blocking
Dirk Pranke 2014/03/26 16:52:28 Yeah, it probably makes sense to rename. Will do s
]
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/recipes/chromium_trybot.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698