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

Unified Diff: scripts/slave/recipes/blink_trybot.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/blink_downstream.py ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blink_trybot.py
diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py
index 4215c7dedea2c3fe00e99f63e2bcdce0a7445678..569871cb0a25766ce81bd877e04cc106de0bc479 100644
--- a/scripts/slave/recipes/blink_trybot.py
+++ b/scripts/slave/recipes/blink_trybot.py
@@ -396,7 +396,7 @@ def _GenStepsInternal(api):
api.path['checkout'].join('third_party', 'WebKit',
'LayoutTests',
'OilpanExpectations')])
- tests.append(api.chromium.steps.BlinkTest(extra_args=extra_args))
+ tests.append(api.chromium_tests.steps.BlinkTest(extra_args=extra_args))
api.test_utils.determine_new_failures(api, tests, deapply_patch_fn)
« no previous file with comments | « scripts/slave/recipes/blink_downstream.py ('k') | scripts/slave/recipes/chromium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698