Index: scripts/slave/recipe_modules/chromium_tests/chromium_linux.py |
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py |
index afd5e16886c2f77633d4968ff0475d5e05f57390..402a1119855b6c9c105b4a3cb1831a0bcc142fe6 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_linux.py |
@@ -260,6 +260,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', |
+ }, |
+ }, |
+ |
'Cast Linux': { |
'chromium_config': 'cast_linux', |
'chromium_apply_config': ['mb', 'ninja_confirm_noop'], |