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

Unified Diff: scripts/slave/recipes/swarming/staging.py

Issue 1378563004: Launch new isolated tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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 | « no previous file | scripts/slave/recipes/swarming/staging.expected/android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/staging.py
diff --git a/scripts/slave/recipes/swarming/staging.py b/scripts/slave/recipes/swarming/staging.py
index c93ed25dd0a4c108d6fce13e03c377a9c5a4884d..55973032cde4fa9ac0b1bd79a88414b5790b1b86 100644
--- a/scripts/slave/recipes/swarming/staging.py
+++ b/scripts/slave/recipes/swarming/staging.py
@@ -81,7 +81,16 @@ def RunSteps(api):
targets = ['chromium_swarm_tests']
if api.properties.get('platform') == 'android':
- targets = ['ui_android_unittests_apk_run']
+ targets = [
+ 'android_webview_test_apk_run',
+ 'android_webview_unittests_apk_run',
+ 'base_unittests_apk_run',
+ 'breakpad_unittests_apk_run',
+ 'device_unittests_apk_run',
+ 'gl_tests_apk_run',
+ 'gpu_unittests_apk_run',
+ 'ui_android_unittests_apk_run',
+ ]
# Build all supported tests.
api.chromium.runhooks()
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/staging.expected/android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698