Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: masters/master.chromium.mac/master_mac_cfg.py

Issue 57843006: Run google_apis_unittests on mac master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: alphabetical changes Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « masters/master.chromium.mac/master_gatekeeper_cfg.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 19 matching lines...) Expand all
30 'browser_tests', 30 'browser_tests',
31 'cacheinvalidation_unittests', 31 'cacheinvalidation_unittests',
32 'cc_unittests', 32 'cc_unittests',
33 'chromedriver_tests', 33 'chromedriver_tests',
34 'chromedriver2_unittests', 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
128 'components_unittests', 129 'components_unittests',
130 'google_apis_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)
138 F('rel_unit_3', mac_tester().ChromiumFactory( 140 F('rel_unit_3', mac_tester().ChromiumFactory(
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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)
OLDNEW
« no previous file with comments | « masters/master.chromium.mac/master_gatekeeper_cfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698