| 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 bb049189e70b526641ffcff0e4a519b6c03ab4c7..a56c58c5290ba29c75bf6a20ab59e44f0f9a9c66 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| @@ -78,6 +78,30 @@ SPEC = {
|
| 'os': 'Windows-Vista-SP2',
|
| },
|
| },
|
| + 'Win7 (32) Tests': {
|
| + 'chromium_config': 'chromium',
|
| + 'chromium_apply_config': ['ninja_confirm_noop'],
|
| + 'gclient_config': 'chromium',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'tester',
|
| + 'test_generators': [
|
| + steps.generate_gtest,
|
| + steps.generate_script,
|
| + steps.generate_isolated_script,
|
| + ],
|
| + 'parent_buildername': 'Win Builder',
|
| + 'testing': {
|
| + 'platform': 'win',
|
| + },
|
| + 'enable_swarming': True,
|
| + 'swarming_dimensions': {
|
| + 'cpu': 'x86-32',
|
| + 'os': 'Windows-7-SP1',
|
| + },
|
| + },
|
| 'Win7 Tests (1)': {
|
| 'chromium_config': 'chromium',
|
| 'chromium_apply_config': ['ninja_confirm_noop'],
|
|
|