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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 bc8000ac6aff8eca627aa5a2f63e0bcf233c4432..4adef847e3bbb62b17a734a00c1bc2520b00bec3 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -202,10 +202,6 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
update_step = self.ensure_checkout(
bot_config, root_solution_revision, force=force)
- if (self.m.chromium.c.compile_py.compiler and
- 'goma' in self.m.chromium.c.compile_py.compiler):
- self.m.chromium.ensure_goma()
-
# TODO(robertocn): Remove this hack by the end of Q1/2016.
if (bot_config.matches_any_bot_id(
lambda bot_id: bot_id['mastername'] == 'tryserver.chromium.perf' and

Powered by Google App Engine
This is Rietveld 408576698