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

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: refactor run_mb calls 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 3d25812f0adcf8d584390b2fbcc063434663eec5..a352c7f6426b3d94abacc6cb5b79a24b1a12848f 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, _, compile_targets = \
api.chromium_tests.analyze(
affected_files,

Powered by Google App Engine
This is Rietveld 408576698