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

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

Issue 2293803004: Infra setup for Hoverboard test slave (Closed)
Patch Set: Added recipe_modules entry Created 4 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 | « masters/master.chromium.fyi/slaves.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9ccfa2722e4374c235d9a0294d10e6a3f6a0995..e8f75577fc9de7c5c8fc02a54e4c768f225c960e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2187,6 +2187,29 @@ SPEC = {
'platform': 'win',
},
},
+ 'Android VR Tests': {
+ 'chromium_config': 'android',
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 32,
jbudorick 2016/09/01 18:48:01 You shouldn't need to set TARGET_BITS.
bsheedy 2016/09/01 21:24:26 Done.
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'bot_type': 'tester',
+ 'parent_buildername': 'Android Builder (dbg)',
+ 'android_config': 'arm64_builder_mb'
jbudorick 2016/09/01 18:48:01 I know I said to switch this from main_builder_mb,
bsheedy 2016/09/01 21:24:26 Done.
+ 'root_devices': True,
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ steps.generate_instrumentation_test,
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'Linux remote_run Builder': {
'chromium_config': 'chromium',
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698