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, |