| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 90827c470e7cecf5e88f6c28bda57b2098d1b737..01daa3a7729ab5a354132d769bf7c84151936ae4 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -148,7 +148,8 @@ def _RunStepsInternal(api):
|
|
|
| # TODO(phajdan.jr): Remove special case for layout tests.
|
| add_blink_tests = (affects_blink_paths and
|
| - buildername in CHROMIUM_BLINK_TESTS_BUILDERS)
|
| + (buildername in CHROMIUM_BLINK_TESTS_BUILDERS or
|
| + mastername == 'tryserver.blink'))
|
|
|
| # Add blink tests that work well with "analyze" here. The tricky ones
|
| # that bypass it (like the layout tests) are added later.
|
|
|