Chromium Code Reviews| 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..4b21f84df092695ca0d200aad84037fa4e934ed3 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': { |
|
iannucci
2015/01/14 05:30:08
I think there's a 'Tester' v. 'tester' discrepancy
Nico
2015/01/14 06:03:36
Excellent catch, thanks. Will fix.
|
| + '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', |
|
iannucci
2015/01/14 05:30:08
[aside, to no one in particular: WTF is this... we
Paweł Hajdan Jr.
2015/01/14 14:57:03
We don't have that at recipe expectation training
|
| + 'testing': { |
| + 'platform': 'win', |
| + }, |
| + }, |
| }, |
| } |