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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

Issue 691293002: Chromium-for-ChromiumOS/Linux compile-only trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 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.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 30aa89e75fe5acd1f534b9267c209acd9d91e9cd..30e22c2fd2a45e8b6371d3910bc393a0be68cdf8 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -638,6 +638,17 @@ for targ in ('_rel', '_dbg'):
# Share build directory with compatible existing builders to save space.
'slavebuilddir': 'linux_chromeos'
}, {
+ 'name': 'linux_chromium_chromeos_compile%s' % targ,
+ 'factory': m_annotator.BaseFactory(
+ 'chromium_trybot',
+ {
+ 'build_config': ('Release' if 'rel' in targ else 'Debug'),
Paweł Hajdan Jr. 2014/10/31 10:03:50 Please remove this dict, it's no-op.
dnj 2014/10/31 16:49:50 Done. I'll remove it from the full build configura
+ 'recipe_config': 'chromeos',
+ }
+ ),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'linux_chromeos'
+ }, {
'name': 'linux_chromium_trusty%s' % targ,
'factory': m_annotator.BaseFactory('chromium_trybot'),
# Share build directory with compatible existing builders to save space.
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | scripts/slave/recipes/chromium_trybot.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698