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 8602a1b86892df935fe68f581ad7f09c11a7cb88..8e83f8701710667fbdc4037393a206924418a745 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py |
@@ -1810,6 +1810,24 @@ SPEC = { |
}, |
}, |
+ 'Blimp Linux (dbg)': { |
+ 'chromium_config': 'chromium', |
+ 'chromium_apply_config': ['mb'], |
+ 'gclient_config': 'chromium', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Debug', |
+ 'TARGET_BITS': 64, |
+ 'TARGET_PLATFORM': 'linux', |
+ }, |
+ 'bot_type': 'builder_tester', |
+ 'test_generators': [ |
+ steps.generate_gtest, |
+ ], |
+ 'testing': { |
+ 'platform': 'linux', |
+ }, |
+ }, |
+ |
'Android Builder (dbg)': { |
'chromium_config': 'android', |
'chromium_apply_config': ['chrome_with_codecs', 'mb'], |