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

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

Issue 1575393002: Enhance chromium_tests.configure_build for generalized trybot mirroring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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/goma/api.py
diff --git a/scripts/slave/recipe_modules/goma/api.py b/scripts/slave/recipe_modules/goma/api.py
index 5f4e3a8b2616a2d46f180cc30bc225ab3aa043c0..aaee0cca66d2c0d9b7eceebf6fe093179a8611c8 100644
--- a/scripts/slave/recipe_modules/goma/api.py
+++ b/scripts/slave/recipe_modules/goma/api.py
@@ -7,7 +7,7 @@ from recipe_engine import recipe_api
class GomaApi(recipe_api.RecipeApi):
"""GomaApi contains helper functions for using goma."""
- def update_goma_canary(self, buildername):
+ def update_goma_canary(self):
"""Returns a step for updating goma canary."""
# for git checkout, should use @refs/heads/master to use head.
head = 'refs/heads/master'

Powered by Google App Engine
This is Rietveld 408576698