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

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: Rebased. 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
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4e611845afc1f93f15917791d6072ef019a73a94 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -630,10 +630,13 @@ for targ in ('_rel', '_dbg'):
'name': 'linux_chromium_chromeos%s' % targ,
'factory': m_annotator.BaseFactory(
'chromium_trybot',
- {
- 'build_config': ('Release' if 'rel' in targ else 'Debug'),
- 'recipe_config': 'chromeos',
- }
+ ),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'linux_chromeos'
+ }, {
+ 'name': 'linux_chromium_chromeos_compile%s_ng' % targ,
+ 'factory': m_annotator.BaseFactory(
+ 'chromium_trybot',
),
# Share build directory with compatible existing builders to save space.
'slavebuilddir': 'linux_chromeos'
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698