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

Unified Diff: scripts/slave/recipes/chromium_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/chromium_gn.py ('k') | scripts/slave/recipes/chromium_trybot_legacy.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index ac9b69dc017d3b62e10fe62252ef3961091b55a3..31bf492f3841b56159ed791910470eeebd54f893 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -411,7 +411,7 @@ def _GenStepsInternal(api):
affected_files = api.tryserver.get_files_affected_by_patch()
if (any([f.startswith('third_party/WebKit') for f in affected_files]) and
buildername in CHROMIUM_BLINK_TESTS_BUILDERS):
- tests.append(api.chromium.steps.BlinkTest())
+ tests.append(api.chromium_tests.steps.BlinkTest())
compile_targets, tests_including_triggered = \
api.chromium_tests.get_compile_targets_and_tests(
« no previous file with comments | « scripts/slave/recipes/chromium_gn.py ('k') | scripts/slave/recipes/chromium_trybot_legacy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698