| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 from . import steps | 5 from . import steps |
| 6 | 6 |
| 7 SPEC = { | 7 SPEC = { |
| 8 'settings': { | 8 'settings': { |
| 9 'build_gs_bucket': 'chromium-win-archive', | 9 'build_gs_bucket': 'chromium-win-archive', |
| 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. | 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 'bot_type': 'builder', | 29 'bot_type': 'builder', |
| 30 'compile_targets': [ | 30 'compile_targets': [ |
| 31 'chromium_builder_tests', | 31 'chromium_builder_tests', |
| 32 ], | 32 ], |
| 33 'testing': { | 33 'testing': { |
| 34 'platform': 'win', | 34 'platform': 'win', |
| 35 }, | 35 }, |
| 36 'enable_swarming': True, | 36 'enable_swarming': True, |
| 37 'use_isolate': True, | 37 'use_isolate': True, |
| 38 'checkout_dir': 'win', | |
| 39 }, | 38 }, |
| 40 'Win10 Tests x64': { | 39 'Win10 Tests x64': { |
| 41 'chromium_config': 'chromium', | 40 'chromium_config': 'chromium', |
| 42 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], | 41 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], |
| 43 'gclient_config': 'chromium', | 42 'gclient_config': 'chromium', |
| 44 'chromium_config_kwargs': { | 43 'chromium_config_kwargs': { |
| 45 'BUILD_CONFIG': 'Release', | 44 'BUILD_CONFIG': 'Release', |
| 46 'TARGET_BITS': 64, | 45 'TARGET_BITS': 64, |
| 47 }, | 46 }, |
| 48 'bot_type': 'tester', | 47 'bot_type': 'tester', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'chromium_config_kwargs': { | 117 'chromium_config_kwargs': { |
| 119 'BUILD_CONFIG': 'Release', | 118 'BUILD_CONFIG': 'Release', |
| 120 'TARGET_BITS': 64, | 119 'TARGET_BITS': 64, |
| 121 }, | 120 }, |
| 122 'bot_type': 'builder', | 121 'bot_type': 'builder', |
| 123 'testing': { | 122 'testing': { |
| 124 'platform': 'win', | 123 'platform': 'win', |
| 125 }, | 124 }, |
| 126 'enable_swarming': True, | 125 'enable_swarming': True, |
| 127 'use_isolate': True, | 126 'use_isolate': True, |
| 128 'checkout_dir': 'win', | |
| 129 }, | 127 }, |
| 130 'Win 7 Tests x64 (1)': { | 128 'Win 7 Tests x64 (1)': { |
| 131 'chromium_config': 'chromium', | 129 'chromium_config': 'chromium', |
| 132 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], | 130 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], |
| 133 'gclient_config': 'chromium', | 131 'gclient_config': 'chromium', |
| 134 'chromium_config_kwargs': { | 132 'chromium_config_kwargs': { |
| 135 'BUILD_CONFIG': 'Release', | 133 'BUILD_CONFIG': 'Release', |
| 136 'TARGET_BITS': 64, | 134 'TARGET_BITS': 64, |
| 137 }, | 135 }, |
| 138 'bot_type': 'tester', | 136 'bot_type': 'tester', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 158 'BUILD_CONFIG': 'Release', | 156 'BUILD_CONFIG': 'Release', |
| 159 'TARGET_PLATFORM': 'win', | 157 'TARGET_PLATFORM': 'win', |
| 160 'TARGET_BITS': 32, | 158 'TARGET_BITS': 32, |
| 161 }, | 159 }, |
| 162 'test_generators': [ | 160 'test_generators': [ |
| 163 steps.generate_gtest, | 161 steps.generate_gtest, |
| 164 steps.generate_script, | 162 steps.generate_script, |
| 165 steps.generate_isolated_script, | 163 steps.generate_isolated_script, |
| 166 ], | 164 ], |
| 167 'enable_swarming': True, | 165 'enable_swarming': True, |
| 168 'checkout_dir': 'win_gyp', | |
| 169 'swarming_dimensions': { | 166 'swarming_dimensions': { |
| 170 'cpu': 'x86-64', | 167 'cpu': 'x86-64', |
| 171 'os': 'Windows-8.1-SP0', | 168 'os': 'Windows-8.1-SP0', |
| 172 }, | 169 }, |
| 173 'testing': { | 170 'testing': { |
| 174 'platform': 'win', | 171 'platform': 'win', |
| 175 }, | 172 }, |
| 176 }, | 173 }, |
| 177 'Win x64 Builder (dbg)': { | 174 'Win x64 Builder (dbg)': { |
| 178 'chromium_config': 'chromium', | 175 'chromium_config': 'chromium', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 203 }, | 200 }, |
| 204 'bot_type': 'builder', | 201 'bot_type': 'builder', |
| 205 'compile_targets': [ | 202 'compile_targets': [ |
| 206 'chromium_builder_tests', | 203 'chromium_builder_tests', |
| 207 ], | 204 ], |
| 208 'testing': { | 205 'testing': { |
| 209 'platform': 'win', | 206 'platform': 'win', |
| 210 }, | 207 }, |
| 211 'enable_swarming': True, | 208 'enable_swarming': True, |
| 212 'use_isolate': True, | 209 'use_isolate': True, |
| 213 'checkout_dir': 'win', | |
| 214 }, | 210 }, |
| 215 'Win7 Tests (dbg)(1)': { | 211 'Win7 Tests (dbg)(1)': { |
| 216 'chromium_config': 'chromium', | 212 'chromium_config': 'chromium', |
| 217 'chromium_apply_config': ['ninja_confirm_noop'], | 213 'chromium_apply_config': ['ninja_confirm_noop'], |
| 218 'gclient_config': 'chromium', | 214 'gclient_config': 'chromium', |
| 219 'chromium_config_kwargs': { | 215 'chromium_config_kwargs': { |
| 220 'BUILD_CONFIG': 'Debug', | 216 'BUILD_CONFIG': 'Debug', |
| 221 'TARGET_BITS': 32, | 217 'TARGET_BITS': 32, |
| 222 }, | 218 }, |
| 223 'bot_type': 'tester', | 219 'bot_type': 'tester', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 240 'BUILD_CONFIG': 'Debug', | 236 'BUILD_CONFIG': 'Debug', |
| 241 'TARGET_PLATFORM': 'win', | 237 'TARGET_PLATFORM': 'win', |
| 242 'TARGET_BITS': 32, | 238 'TARGET_BITS': 32, |
| 243 }, | 239 }, |
| 244 'test_generators': [ | 240 'test_generators': [ |
| 245 steps.generate_gtest, | 241 steps.generate_gtest, |
| 246 steps.generate_script, | 242 steps.generate_script, |
| 247 steps.generate_isolated_script, | 243 steps.generate_isolated_script, |
| 248 ], | 244 ], |
| 249 'enable_swarming': True, | 245 'enable_swarming': True, |
| 250 'checkout_dir': 'win_gyp', | |
| 251 'testing': { | 246 'testing': { |
| 252 'platform': 'win', | 247 'platform': 'win', |
| 253 }, | 248 }, |
| 254 }, | 249 }, |
| 255 'WinClang64 (dbg)': { | 250 'WinClang64 (dbg)': { |
| 256 'chromium_config': 'chromium_win_clang', | 251 'chromium_config': 'chromium_win_clang', |
| 257 'chromium_apply_config': ['mb'], | 252 'chromium_apply_config': ['mb'], |
| 258 'gclient_config': 'chromium', | 253 'gclient_config': 'chromium', |
| 259 'chromium_config_kwargs': { | 254 'chromium_config_kwargs': { |
| 260 'BUILD_CONFIG': 'Debug', | 255 'BUILD_CONFIG': 'Debug', |
| 261 'TARGET_PLATFORM': 'win', | 256 'TARGET_PLATFORM': 'win', |
| 262 'TARGET_BITS': 64, | 257 'TARGET_BITS': 64, |
| 263 }, | 258 }, |
| 264 'compile_targets': [ | 259 'compile_targets': [ |
| 265 'all', | 260 'all', |
| 266 ], | 261 ], |
| 267 # Recipes builds Debug builds with component=shared_library by default. | 262 # Recipes builds Debug builds with component=shared_library by default. |
| 268 'bot_type': 'builder', | 263 'bot_type': 'builder', |
| 269 'testing': { | 264 'testing': { |
| 270 'platform': 'win', | 265 'platform': 'win', |
| 271 }, | 266 }, |
| 272 'use_isolate': True, | 267 'use_isolate': True, |
| 273 'enable_swarming': True, | 268 'enable_swarming': True, |
| 274 # Workaround so that recipes doesn't add random build targets to our | 269 # Workaround so that recipes doesn't add random build targets to our |
| 275 # compile line. We want to build everything. | 270 # compile line. We want to build everything. |
| 276 'add_tests_as_compile_targets': False, | 271 'add_tests_as_compile_targets': False, |
| 277 'checkout_dir': 'win_clang', | |
| 278 }, | 272 }, |
| 279 }, | 273 }, |
| 280 } | 274 } |
| OLD | NEW |