Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 master import master_config | 5 from master import master_config |
| 6 from master.factory import chromium_factory | 6 from master.factory import chromium_factory |
| 7 | 7 |
| 8 defaults = {} | 8 defaults = {} |
| 9 | 9 |
| 10 helper = master_config.Helper(defaults) | 10 helper = master_config.Helper(defaults) |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 def mac_out(): | 23 def mac_out(): |
| 24 return chromium_factory.ChromiumFactory('src/out', 'darwin') | 24 return chromium_factory.ChromiumFactory('src/out', 'darwin') |
| 25 | 25 |
| 26 # Tests that are single-machine shard-safe. | 26 # Tests that are single-machine shard-safe. |
| 27 sharded_tests = [ | 27 sharded_tests = [ |
| 28 'aura_unittests', | 28 'aura_unittests', |
| 29 'base_unittests', | 29 'base_unittests', |
| 30 'browser_tests', | 30 'browser_tests', |
| 31 'cacheinvalidation_unittests', | 31 'cacheinvalidation_unittests', |
| 32 'cc_unittests', | 32 'cc_unittests', |
| 33 'chromedriver2_unittests', | |
|
ghost stip (do not use)
2013/11/05 21:37:35
why the switch? it should be below chromedriver_te
tfarina
2013/11/05 23:57:52
it was vim sort, I have LANG=C in my .bashrc. Must
| |
| 33 'chromedriver_tests', | 34 'chromedriver_tests', |
| 34 'chromedriver2_unittests', | |
| 35 'components_unittests', | 35 'components_unittests', |
| 36 'content_browsertests', | 36 'content_browsertests', |
| 37 'content_unittests', | 37 'content_unittests', |
| 38 'crypto_unittests', | 38 'crypto_unittests', |
| 39 'device_unittests', | 39 'device_unittests', |
| 40 'google_apis_unittests', | |
| 40 'gpu_unittests', | 41 'gpu_unittests', |
| 41 'jingle_unittests', | 42 'jingle_unittests', |
| 42 'media_unittests', | 43 'media_unittests', |
| 43 'net_unittests', | 44 'net_unittests', |
| 44 'ppapi_unittests', | 45 'ppapi_unittests', |
| 45 'printing_unittests', | 46 'printing_unittests', |
| 46 'remoting_unittests', | 47 'remoting_unittests', |
| 47 'sync_integration_tests', | 48 'sync_integration_tests', |
| 48 'sync_unit_tests', | 49 'sync_unit_tests', |
| 49 'ui_unittests', | 50 'ui_unittests', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 118 'browser_total_shards': 3, 'browser_shard_index': 1,}) | 119 'browser_total_shards': 3, 'browser_shard_index': 1,}) |
| 119 ) | 120 ) |
| 120 | 121 |
| 121 B('Mac10.6 Tests (2)', 'rel_unit_2', 'testers', 'mac_rel_trigger', | 122 B('Mac10.6 Tests (2)', 'rel_unit_2', 'testers', 'mac_rel_trigger', |
| 122 notify_on_missing=True) | 123 notify_on_missing=True) |
| 123 F('rel_unit_2', mac_tester().ChromiumFactory( | 124 F('rel_unit_2', mac_tester().ChromiumFactory( |
| 124 slave_type='Tester', | 125 slave_type='Tester', |
| 125 build_url=rel_archive, | 126 build_url=rel_archive, |
| 126 tests=[ | 127 tests=[ |
| 127 'browser_tests', | 128 'browser_tests', |
| 129 'google_apis_unittests', | |
|
ghost stip (do not use)
2013/11/05 21:37:35
alphabetical
tfarina
2013/11/05 23:57:52
Done.
| |
| 128 'components_unittests', | 130 'components_unittests', |
| 129 'unit', | 131 'unit', |
| 130 ], | 132 ], |
| 131 factory_properties={'generate_gtest_json': True, | 133 factory_properties={'generate_gtest_json': True, |
| 132 'sharded_tests': sharded_tests, | 134 'sharded_tests': sharded_tests, |
| 133 'browser_total_shards': 3, 'browser_shard_index': 2,}) | 135 'browser_total_shards': 3, 'browser_shard_index': 2,}) |
| 134 ) | 136 ) |
| 135 | 137 |
| 136 B('Mac10.6 Tests (3)', 'rel_unit_3', 'testers', 'mac_rel_trigger', | 138 B('Mac10.6 Tests (3)', 'rel_unit_3', 'testers', 'mac_rel_trigger', |
| 137 notify_on_missing=True) | 139 notify_on_missing=True) |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 264 | 266 |
| 265 B('Mac 10.6 Tests (dbg)(4)', 'dbg_unit_4', 'testers', 'mac_dbg_trigger', | 267 B('Mac 10.6 Tests (dbg)(4)', 'dbg_unit_4', 'testers', 'mac_dbg_trigger', |
| 266 notify_on_missing=True) | 268 notify_on_missing=True) |
| 267 F('dbg_unit_4', mac_tester().ChromiumFactory( | 269 F('dbg_unit_4', mac_tester().ChromiumFactory( |
| 268 slave_type='Tester', | 270 slave_type='Tester', |
| 269 build_url=dbg_archive, | 271 build_url=dbg_archive, |
| 270 target='Debug', | 272 target='Debug', |
| 271 tests=[ | 273 tests=[ |
| 272 'browser_tests', | 274 'browser_tests', |
| 273 'components_unittests', | 275 'components_unittests', |
| 276 'google_apis_unittests', | |
| 274 'unit', | 277 'unit', |
| 275 'message_center_unittests', | 278 'message_center_unittests', |
| 276 ], | 279 ], |
| 277 factory_properties={'generate_gtest_json': True, | 280 factory_properties={'generate_gtest_json': True, |
| 278 'sharded_tests': sharded_tests, | 281 'sharded_tests': sharded_tests, |
| 279 'browser_total_shards': 4, 'browser_shard_index': 4,})) | 282 'browser_total_shards': 4, 'browser_shard_index': 4,})) |
| 280 | 283 |
| 281 B('Mac 10.7 Tests (dbg)(1)', 'dbg_unit_1', 'testers', 'mac_dbg_trigger', | 284 B('Mac 10.7 Tests (dbg)(1)', 'dbg_unit_1', 'testers', 'mac_dbg_trigger', |
| 282 notify_on_missing=True) | 285 notify_on_missing=True) |
| 283 B('Mac 10.7 Tests (dbg)(2)', 'dbg_unit_2', 'testers', 'mac_dbg_trigger', | 286 B('Mac 10.7 Tests (dbg)(2)', 'dbg_unit_2', 'testers', 'mac_dbg_trigger', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 'test_platform': 'ios-simulator', | 345 'test_platform': 'ios-simulator', |
| 343 'gclient_deps': 'ios', | 346 'gclient_deps': 'ios', |
| 344 'gclient_env': { | 347 'gclient_env': { |
| 345 'GYP_DEFINES': 'component=static_library OS=ios chromium_ios_signing=0', | 348 'GYP_DEFINES': 'component=static_library OS=ios chromium_ios_signing=0', |
| 346 'GYP_GENERATOR_FLAGS': 'xcode_project_version=3.2', | 349 'GYP_GENERATOR_FLAGS': 'xcode_project_version=3.2', |
| 347 }, | 350 }, |
| 348 })) | 351 })) |
| 349 | 352 |
| 350 def Update(config, active_master, c): | 353 def Update(config, active_master, c): |
| 351 return helper.Update(c) | 354 return helper.Update(c) |
| OLD | NEW |