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

Unified Diff: scripts/slave/recipes/chromium.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/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index c8f5ac5fb24f2621269172cba1226877f8e14eaa..f4c511a85e880a7161bb4173dc9cd524b15da9a2 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -8,6 +8,7 @@ DEPS = [
'depot_tools/bot_update',
'chromium',
'chromium_android',
+ 'chromium_swarming',
'chromium_tests',
'commit_position',
'file',
@@ -65,8 +66,8 @@ def RunSteps(api):
if not tests:
return
- api.chromium_tests.configure_swarming('chromium', precommit=False,
- mastername=mastername)
+ api.chromium_swarming.configure_swarming(
+ 'chromium', precommit=False, mastername=mastername)
test_runner = api.chromium_tests.create_test_runner(api, tests)
with api.chromium_tests.wrap_chromium_tests(bot_config, tests):
test_runner()

Powered by Google App Engine
This is Rietveld 408576698