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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_android.py

Issue 1371913005: chromium_tests: add explicit compile targets to bots that need them (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/recipe_modules/chromium_tests/chromium_chrome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_android.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
index fd7d7bda1a46edbb8d8e8601d4d68588b18645cd..0f28a7e5bf95b94b37b06a2d7fe5956019e596e1 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py
@@ -19,6 +19,9 @@ SPEC = {
'TARGET_PLATFORM': 'android',
},
'android_config': 'main_builder',
+ 'compile_targets': [
+ 'chromium_builder_tests'
+ ],
'bot_type': 'builder',
'testing': {
'platform': 'linux',
@@ -35,6 +38,9 @@ SPEC = {
'TARGET_PLATFORM': 'android',
},
'android_config': 'main_builder',
+ 'compile_targets': [
+ 'chromium_builder_tests'
+ ],
'bot_type': 'builder',
'testing': {
'platform': 'linux',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698