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

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

Issue 1814713002: ensure_goma for goma canary (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 2a2e5aacca5c572014b0f245c3b6d417650cf972..946e6e51f915866c760beb1a32d9d99594da1e60 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -131,6 +131,7 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
if bot_config.get_master_setting('src_side_runtest_py'):
self.m.chromium.c.runtest_py.src_side = True
+ # TODO(ukai): switch to ensure_goma in chromium/api.py
if bot_config.get('goma_canary'):
self.m.goma.update_goma_canary()

Powered by Google App Engine
This is Rietveld 408576698