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

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

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge patchset #3 to r295696 (no other changes) Created 5 years, 6 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: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 31bf492f3841b56159ed791910470eeebd54f893..6a48256429fc9d5b978ecde3af408ec28d459474 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -421,6 +421,9 @@ def _GenStepsInternal(api):
override_bot_type='builder_tester',
override_tests=tests)
+ api.m.chromium.run_mb_if_necessary(mastername, buildername,
+ tests_including_triggered)
+
requires_compile, matching_exes, compile_targets = \
api.chromium_tests.analyze(
affected_files,

Powered by Google App Engine
This is Rietveld 408576698