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

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

Issue 1920593002: Add chromium recipe config for Nexus 9 bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 8 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/chromium.expected/full_chromium_gpu_fyi_Android_Debug__Nexus_9_.json » ('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_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index 10daab48006afab95cd4deef828897da4d636d8b..1a8a5d6c0b4fb8080c4dea41eec9763240ddfda5 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -744,6 +744,26 @@ SPEC = {
},
'enable_swarming': True,
},
+ 'Android Debug (Nexus 9)': {
+ 'chromium_config': 'android',
+ 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 32,
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'android_config': 'main_builder',
+ 'bot_type': 'builder',
+ 'compile_targets': [
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ 'use_isolate': False,
+ 'enable_swarming': False,
+ },
'GPU Fake Linux Builder': {
'chromium_config': 'chromium',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Debug__Nexus_9_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698