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

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

Issue 2414253003: Add recipe config for android clang x86 tester. (Closed)
Patch Set: fix namesss Created 4 years, 2 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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 2172cbb5e660a29064a920ef79bd2fa54e5f6685..538fe8d59db889cfebe3247c23ccd488889ab7aa 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1448,6 +1448,22 @@ SPEC = {
# compile line. We want to build everything.
'add_tests_as_compile_targets': False,
},
+ 'ClangToTAndroid x64': {
+ 'chromium_config': 'clang_tot_android',
+ 'gclient_config': 'chromium',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'bot_type': 'builder_tester',
+ 'android_config': 'clang_builder_mb_x64',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'ClangToTMac': {
'chromium_config': 'clang_tot_mac',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698