Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_win.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py |
| index ceb9f2739449c14be60bdce2fc0e1fcf62fba37d..938a3d079b48a6962f014f8bf99aec53132fbedc 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py |
| @@ -35,6 +35,33 @@ SPEC = { |
| 'enable_swarming': True, |
| 'use_isolate': True, |
| }, |
| + 'Win10 Tests x64': { |
|
Paweł Hajdan Jr.
2016/03/25 10:17:07
Why is this adding a new bot to main waterfall wit
Will Harris
2016/03/25 19:38:13
I'm not sure the "Chromium Win 10" bot on chromium
Dirk Pranke
2016/03/28 22:17:13
Per the email discussion, we agreed that we'll add
Will Harris
2016/03/29 22:36:01
Acknowledged.
|
| + 'chromium_config': 'chromium', |
| + 'chromium_apply_config': ['ninja_confirm_noop'], |
|
Dirk Pranke
2016/03/28 22:17:13
change this to 'chromium_apply_conflig': ['mb', 'n
Will Harris
2016/03/29 22:36:01
Done.
|
| + 'gclient_config': 'chromium', |
| + 'chromium_config_kwargs': { |
| + 'BUILD_CONFIG': 'Release', |
| + 'TARGET_BITS': 64, |
| + }, |
| + 'bot_type': 'tester', |
| + 'test_generators': [ |
| + steps.generate_gtest, |
| + steps.generate_script, |
| + steps.generate_isolated_script, |
| + ], |
| + 'tests': [ |
| + steps.MiniInstallerTest(), |
| + ], |
| + 'parent_buildername': 'Win Builder', |
|
Will Harris
2016/03/29 22:36:01
changed this to 'Win x64 Builder'
|
| + 'testing': { |
| + 'platform': 'win', |
| + }, |
| + 'enable_swarming': True, |
| + 'swarming_dimensions': { |
| + 'cpu': 'x86-64', |
| + 'os': 'Windows-10-SP0', |
| + }, |
| + }, |
| 'Win7 (32) Tests': { |
| 'chromium_config': 'chromium', |
| 'chromium_apply_config': ['ninja_confirm_noop'], |