Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py |
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py |
index 0a043753dc5f0a861acab296eb37fded3865290e..6874eade5dc856603b5354c4c8ff8b314ebda787 100644 |
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py |
@@ -388,5 +388,31 @@ SPEC = { |
'platform': 'linux', |
}, |
}, |
+ 'CrWinClang': { |
+ 'recipe_config': 'chromium_win_clang', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_BITS': 32, |
+ }, |
+ 'bot_type': 'builder', |
+ 'testing': { |
+ 'platform': 'win', |
+ }, |
+ }, |
+ 'CrWinClang tester': { |
+ 'recipe_config': 'chromium_win_clang', |
+ 'chromium_config_kwargs': { |
+ 'BUILD_CONFIG': 'Release', |
+ 'TARGET_BITS': 32, |
+ }, |
+ 'test_generators': [ |
+ steps.generate_gtest, |
+ ], |
+ 'bot_type': 'tester', |
+ 'parent_buildername': 'CrWinClang', |
+ 'testing': { |
+ 'platform': 'win', |
+ }, |
+ }, |
}, |
} |