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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/api.py

Issue 1414053007: add receipes for goma staging (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 2 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/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'):
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/chromium_tests/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698