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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_linux.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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
index 5b0850ed74c07db5529b90bed5b6bf9690b61fee..8a28675d511a0ee18beb6bdbca0d54a646077c71 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py
@@ -218,6 +218,9 @@ SPEC = {
'TARGET_PLATFORM': 'android',
},
'android_config': 'arm64_builder',
+ 'compile_targets': [
+ 'chromium_builder_tests'
+ ],
'testing': {
'platform': 'linux',
},

Powered by Google App Engine
This is Rietveld 408576698