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

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: merge patchset #3 to r295696 (no other changes) 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 25c29b51bd345aff9a20e1c83fc2a6ba1fb75942..c1a2d64fd3098b2ae73de7f1b26ebe2eeec7899c 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -127,9 +127,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 = {}
« no previous file with comments | « scripts/slave/recipe_modules/chromium/api.py ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_win.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698