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

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

Issue 11369025: Update Compile Step to Build Swarm Targets if Needed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 8 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 | scripts/master/factory/commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
index 5b533ebef366ae50f7d6a0e73064b8fea8ed87cb..a8b3635eadded9f2e8e3d82caaa2ed729dafea54 100644
--- a/masters/master.tryserver.chromium/master.cfg
+++ b/masters/master.tryserver.chromium/master.cfg
@@ -174,6 +174,10 @@ def CreateBuilder(platform, builder_name, target,
enable_swarm_tests = builder_name in ('linux', 'linux_rel', 'mac', 'mac_rel',
'win', 'win_rel')
+ # Ensure that all targets are build when compiling with swarm enabled.
+ if enable_swarm_tests:
+ options.append('all')
+
if annotation_script:
# Note new slave type AnnotatedTrybot; we don't want a compile step added
# in gclient_factory.py.
« no previous file with comments | « no previous file | scripts/master/factory/commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698