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

Unified Diff: scripts/slave/recipes/blink_downstream.py

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. 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
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.py ('k') | scripts/slave/recipes/blink_trybot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_downstream.py
diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py
index cb7f02e58a1963ee4a73e6a89eb547dc78722cc5..76dfbd220cf6f53ff5711fbec09727cf889ccb91 100644
--- a/scripts/slave/recipes/blink_downstream.py
+++ b/scripts/slave/recipes/blink_downstream.py
@@ -30,6 +30,7 @@ from infra.libs.infra_types import freeze
DEPS = [
'bot_update',
'chromium',
+ 'chromium_tests',
'gclient',
'json',
'path',
@@ -132,7 +133,7 @@ def GenSteps(api):
])
tests = [
- api.chromium.steps.BlinkTest(extra_args=extra_args),
+ api.chromium_tests.steps.BlinkTest(extra_args=extra_args),
]
api.test_utils.determine_new_failures(api, tests, component_pinned_fn)
« no previous file with comments | « scripts/slave/recipes/bisection/desktop_bisect.py ('k') | scripts/slave/recipes/blink_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698