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

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

Issue 2147913002: webrtc: drop dependency on chromium_tests; extract chromium_swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/auto_bisect/api.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/api.py b/scripts/slave/recipe_modules/auto_bisect/api.py
index 8a9700e7caf55caf690dc8be205496c6c25497b3..8190c1dee1ff6baa5250c2cbbfd1b6f4d91955bf 100644
--- a/scripts/slave/recipe_modules/auto_bisect/api.py
+++ b/scripts/slave/recipe_modules/auto_bisect/api.py
@@ -282,7 +282,7 @@ class AutoBisectApi(recipe_api.RecipeApi):
if not tests: # pragma: no cover
return
- self.m.chromium_tests.configure_swarming( # pragma: no cover
+ self.m.chromium_swarming.configure_swarming(
'chromium', precommit=False, mastername=mastername)
test_runner = self.m.chromium_tests.create_test_runner(self.m, tests)

Powered by Google App Engine
This is Rietveld 408576698