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

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

Issue 2293803004: Infra setup for Hoverboard test slave (Closed)
Patch Set: Added recipes.py output, fixed comma 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
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..f533e1b7e128560367cceb79d82253a628848fa1 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2187,6 +2187,28 @@ SPEC = {
'platform': 'win',
},
},
+ 'Android VR Tests': {
+ 'chromium_config': 'android',
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'bot_type': 'tester',
+ 'parent_buildername': 'Android Builder (dbg)',
+ 'android_config': 'main_builder_mb',
+ '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',

Powered by Google App Engine
This is Rietveld 408576698