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

Unified Diff: scripts/slave/recipes/win_analyze.py

Issue 1821003005: Switch the Chromium Windows Analyze bot to MB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/win_analyze.py
diff --git a/scripts/slave/recipes/win_analyze.py b/scripts/slave/recipes/win_analyze.py
index 6ced025cf803b0fe064b2bf1d7239a63f08050fd..3d88965661c2c8e6a707d00bd5d36eebb0c8eff5 100644
--- a/scripts/slave/recipes/win_analyze.py
+++ b/scripts/slave/recipes/win_analyze.py
@@ -24,7 +24,7 @@ BUILDERS = {
def RunSteps(api):
- api.chromium.configure_bot(BUILDERS, ['win_analyze'])
+ api.chromium.configure_bot(BUILDERS, ['win_analyze', 'mb'])
api.bot_update.ensure_checkout(force=True)
@@ -34,6 +34,9 @@ def RunSteps(api):
api.chromium.c.compile_py.compiler = None
api.chromium.c.compile_py.goma_dir = None
+ api.chromium.run_mb('chromium.fyi', 'Chromium Windows Analyze',
+ use_goma=False)
+
api.chromium.compile(targets=['chrome'], force_clobber=True)
« no previous file with comments | « no previous file | scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698