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 53857412e65830b7db19ef552be81d5450fe3bf2..991b2fd97dc30e694e62ab3d00de5cf04c62c591 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
@@ -2285,5 +2285,43 @@ SPEC = { |
'use_isolate': True, |
'enable_swarming': True, |
}, |
+ 'Mojo ChromiumOS': { |
+ 'chromium_config': 'chromium', |
+ 'chromium_apply_config': ['chromeos', 'mb'], |
+ 'gclient_config': 'chromium', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_PLATFORM': 'chromeos', |
+ 'TARGET_BITS': 64, |
+ }, |
+ 'bot_type': 'builder_tester', |
+ 'test_generators': [ |
+ steps.generate_gtest, |
+ steps.generate_script, |
+ steps.generate_isolated_script, |
+ ], |
+ 'testing': { 'platform': 'linux', }, |
+ 'use_isolate': True, |
+ 'enable_swarming': True, |
+ }, |
+ 'Mojo Windows': { |
+ 'chromium_config': 'chromium', |
+ 'chromium_apply_config': ['mb'], |
+ 'gclient_config': 'chromium', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_PLATFORM': 'win', |
+ 'TARGET_BITS': 32, |
+ }, |
+ 'bot_type': 'builder_tester', |
+ 'test_generators': [ |
+ steps.generate_gtest, |
+ steps.generate_script, |
+ steps.generate_isolated_script, |
+ ], |
+ 'testing': { 'platform': 'win', }, |
+ 'use_isolate': True, |
+ 'enable_swarming': True, |
+ }, |
}, |
} |