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