| Index: scripts/slave/recipe_modules/chromium_tests/api.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| index 2828d2dfd3e92baacf629a2d1c78c387671d5e53..48203a35d8624c518123f11fe8fab6bbeaa069a0 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/api.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/api.py
|
| @@ -521,7 +521,7 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
|
| # TODO(shinyak): bot_config.get('tests', []) sometimes return tuple.
|
| tests = list(bot_config.get('tests', []))
|
|
|
| - if bot_config.get('goma_canary'):
|
| + if bot_config.get('goma_canary') or bot_config.get('goma_staging'):
|
| tests.insert(0, steps.DiagnoseGomaTest())
|
|
|
| if bot_type in ('tester', 'builder_tester'):
|
|
|