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

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

Issue 1177593002: Add swarming support for MB (and the GN bots) in the chromium recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: updated baselines Created 5 years, 6 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 dcbee88bbf3edfcddcc4a7ca2ff25f63ee22570b..0a4f9e4dde7dd0ec11f61f0ae8949d61d417188e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -107,9 +107,6 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
test_spec_file = bot_config.get('testing', {}).get('test_spec_file',
'%s.json' % mastername)
- if self.m.chromium.c.project_generator.tool == 'mb':
- self.m.chromium.run_mb(mastername, buildername)
-
# TODO(phajdan.jr): Bots should have no generators instead.
if bot_config.get('disable_tests'):
test_spec = {}

Powered by Google App Engine
This is Rietveld 408576698