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

Unified Diff: scripts/slave/recipes/findit/chromium/test.py

Issue 2146873002: ios: drop dependency on chromium_tests; move analyze to filter module (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
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/findit/chromium/test.py
diff --git a/scripts/slave/recipes/findit/chromium/test.py b/scripts/slave/recipes/findit/chromium/test.py
index 6b0ab0e6dff1ca13d9d6ae276d2294a14e4d7aa5..3c7c0d2a298fff7a106de2aab193a90e73e8ef69 100644
--- a/scripts/slave/recipes/findit/chromium/test.py
+++ b/scripts/slave/recipes/findit/chromium/test.py
@@ -20,6 +20,7 @@ DEPS = [
'chromium_swarming',
'chromium_tests',
'commit_position',
+ 'filter',
'findit',
'depot_tools/gclient',
'isolate',
@@ -108,7 +109,7 @@ def _compile_and_test_at_revision(api, target_mastername, target_buildername,
changed_files = api.findit.files_changed_by_revision(revision)
affected_test_targets, actual_compile_targets = (
- api.chromium_tests.analyze(
+ api.filter.analyze(
changed_files,
test_targets=requested_test_targets,
additional_compile_targets=[],
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698