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

Unified Diff: recipe_modules/bot_update/api.py

Issue 2009263003: test CL. DO NOT COMMIT Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: whitespacee Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/api.py
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py
index 8b3a35b0b8486556235c5a0834b87291d5329a39..5d6e8b244fefce58a3c83347d5b4741ab8317071 100644
--- a/recipe_modules/bot_update/api.py
+++ b/recipe_modules/bot_update/api.py
@@ -72,6 +72,9 @@ class BotUpdateApi(recipe_api.RecipeApi):
patchset: The rietveld issue patchset to use. If omitted, will infer from
the 'patchset' property.
"""
+ if self._mastername and 'skia' in self._mastername: #pragma: no cover
+ self.m.step('foo', ['echo', 'foo'])
+
refs = refs or []
# We can re-use the gclient spec from the gclient module, since all the
# data bot_update needs is already configured into the gclient spec.
@@ -281,3 +284,5 @@ class BotUpdateApi(recipe_api.RecipeApi):
self.m.path['checkout'] = cwd.join(*co_root.split(self.m.path.sep))
return step_result
+
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698