OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 # Use of this source code is governed by a BSD-style license that can be | 4 # Use of this source code is governed by a BSD-style license that can be |
5 # found in the LICENSE file. | 5 # found in the LICENSE file. |
6 | 6 |
7 # READ THIS: | 7 # READ THIS: |
8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure | 8 # See http://dev.chromium.org/developers/testing/chromium-build-infrastructure |
9 | 9 |
10 from buildbot.scheduler import Triggerable | 10 from buildbot.scheduler import Triggerable |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 ] | 248 ] |
249 | 249 |
250 # Tests that are single-machine shard-safe on Linux | 250 # Tests that are single-machine shard-safe on Linux |
251 linux_sharded = [ | 251 linux_sharded = [ |
252 'base_unittests', | 252 'base_unittests', |
253 'browser_tests', | 253 'browser_tests', |
254 'cacheinvalidation_unittests', | 254 'cacheinvalidation_unittests', |
255 'cc_unittests', | 255 'cc_unittests', |
256 'chromedriver2_tests', | 256 'chromedriver2_tests', |
257 'chromedriver2_unittests', | 257 'chromedriver2_unittests', |
| 258 'components_unittests', |
258 'content_browsertests', | 259 'content_browsertests', |
259 'content_unittests', | 260 'content_unittests', |
260 'crypto_unittests', | 261 'crypto_unittests', |
261 'device_unittests', | 262 'device_unittests', |
262 'gpu_unittests', | 263 'gpu_unittests', |
263 'jingle_unittests', | 264 'jingle_unittests', |
264 'media_unittests', | 265 'media_unittests', |
265 'ppapi_unittests', | 266 'ppapi_unittests', |
266 'printing_unittests', | 267 'printing_unittests', |
267 'remoting_unittests', | 268 'remoting_unittests', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 # insane. Should be fixed separately. | 309 # insane. Should be fixed separately. |
309 linux_tests_full_name = [ | 310 linux_tests_full_name = [ |
310 'base_unittests', | 311 'base_unittests', |
311 'browser_tests', | 312 'browser_tests', |
312 'cacheinvalidation_unittests', | 313 'cacheinvalidation_unittests', |
313 'cc_unittests', | 314 'cc_unittests', |
314 'chromedriver2_tests', | 315 'chromedriver2_tests', |
315 'chromedriver2_unittests', | 316 'chromedriver2_unittests', |
316 'check_deps', | 317 'check_deps', |
317 'check_licenses', | 318 'check_licenses', |
| 319 'components_unittests', |
318 'content_browsertests', | 320 'content_browsertests', |
319 'content_unittests', | 321 'content_unittests', |
320 'crypto_unittests', | 322 'crypto_unittests', |
321 'dbus_unittests', | 323 'dbus_unittests', |
322 'device_unittests', | 324 'device_unittests', |
323 'googleurl_unittests', | 325 'googleurl_unittests', |
324 'gpu_unittests', | 326 'gpu_unittests', |
325 'interactive_ui_tests', | 327 'interactive_ui_tests', |
326 'ipc_tests', | 328 'ipc_tests', |
327 'jingle_unittests', | 329 'jingle_unittests', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 }) | 487 }) |
486 | 488 |
487 # Tests that are single-machine shard-safe on MacOS | 489 # Tests that are single-machine shard-safe on MacOS |
488 mac_sharded = [ | 490 mac_sharded = [ |
489 'base_unittests', | 491 'base_unittests', |
490 'browser_tests', | 492 'browser_tests', |
491 'cacheinvalidation_unittests', | 493 'cacheinvalidation_unittests', |
492 'cc_unittests', | 494 'cc_unittests', |
493 'chromedriver2_tests', | 495 'chromedriver2_tests', |
494 'chromedriver2_unittests', | 496 'chromedriver2_unittests', |
| 497 'components_unittests', |
495 'content_browsertests', | 498 'content_browsertests', |
496 'content_unittests', | 499 'content_unittests', |
497 'crypto_unittests', | 500 'crypto_unittests', |
498 'gpu_unittests', | 501 'gpu_unittests', |
499 'jingle_unittests', | 502 'jingle_unittests', |
500 'media_unittests', | 503 'media_unittests', |
501 'ppapi_unittests', | 504 'ppapi_unittests', |
502 'printing_unittests', | 505 'printing_unittests', |
503 'remoting_unittests', | 506 'remoting_unittests', |
504 'sync_integration_tests', | 507 'sync_integration_tests', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 factory_properties={ | 671 factory_properties={ |
669 'gclient_env': { | 672 'gclient_env': { |
670 'GYP_GENERATOR_FLAGS': 'msvs_error_on_missing_sources=1', | 673 'GYP_GENERATOR_FLAGS': 'msvs_error_on_missing_sources=1', |
671 }, | 674 }, |
672 }) | 675 }) |
673 | 676 |
674 # Tests that are single-machine shard-safe on Linux ChromeOS | 677 # Tests that are single-machine shard-safe on Linux ChromeOS |
675 linux_chromeos_sharded = [ | 678 linux_chromeos_sharded = [ |
676 'base_unittests', | 679 'base_unittests', |
677 'browser_tests', | 680 'browser_tests', |
| 681 'components_unittests', |
678 'content_browsertests', | 682 'content_browsertests', |
679 'content_unittests', | 683 'content_unittests', |
680 'media_unittests', | 684 'media_unittests', |
681 ] | 685 ] |
682 | 686 |
683 linux_chromeos_tests= [ | 687 linux_chromeos_tests= [ |
684 ('ash_unittests', 'aura_builder'), | 688 ('ash_unittests', 'aura_builder'), |
685 ('aura', 'aura_builder'), | 689 ('aura', 'aura_builder'), |
686 ('base', 'base_unittests'), | 690 ('base', 'base_unittests'), |
687 ('browser_tests', 'browser_tests'), | 691 ('browser_tests', 'browser_tests'), |
688 ('cacheinvalidation', 'cacheinvalidation_unittests'), | 692 ('cacheinvalidation', 'cacheinvalidation_unittests'), |
689 ('check_deps', None), | 693 ('check_deps', None), |
690 ('check_deps2git', None), | 694 ('check_deps2git', None), |
691 ('chromeos_unittests', 'chromeos_unittests'), | 695 ('chromeos_unittests', 'chromeos_unittests'), |
| 696 ('components_unittests', 'components_unittests'), |
692 ('compositor', 'compositor_unittests'), | 697 ('compositor', 'compositor_unittests'), |
693 ('content_browsertests', 'content_browsertests'), | 698 ('content_browsertests', 'content_browsertests'), |
694 ('content_unittests', 'content_unittests'), | 699 ('content_unittests', 'content_unittests'), |
695 ('crypto', 'crypto_unittests'), | 700 ('crypto', 'crypto_unittests'), |
696 ('dbus', 'dbus_unittests'), | 701 ('dbus', 'dbus_unittests'), |
697 ('device_unittests', 'device_unittests'), | 702 ('device_unittests', 'device_unittests'), |
698 #('googleurl', 'googleurl_unittests'), # issue 49580 | 703 #('googleurl', 'googleurl_unittests'), # issue 49580 |
699 (None, 'googleurl_unittests'), | 704 (None, 'googleurl_unittests'), |
700 ('gpu', 'gpu_unittests'), | 705 ('gpu', 'gpu_unittests'), |
701 ('interactive_ui', 'interactive_ui_tests'), | 706 ('interactive_ui', 'interactive_ui_tests'), |
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1353 # browser_tests run for a hour. Please don't add them to the bot. | 1358 # browser_tests run for a hour. Please don't add them to the bot. |
1354 b_linux_asan = { | 1359 b_linux_asan = { |
1355 'name': 'linux_asan', | 1360 'name': 'linux_asan', |
1356 'factory': m_chromium_linux.ChromiumASANFactory( | 1361 'factory': m_chromium_linux.ChromiumASANFactory( |
1357 slave_type='Trybot', | 1362 slave_type='Trybot', |
1358 options=[ | 1363 options=[ |
1359 '--build-tool=ninja', | 1364 '--build-tool=ninja', |
1360 '--compiler=goma-clang', | 1365 '--compiler=goma-clang', |
1361 'base_unittests', | 1366 'base_unittests', |
1362 'cacheinvalidation_unittests', | 1367 'cacheinvalidation_unittests', |
| 1368 'components_unittests', |
1363 'content_browsertests', | 1369 'content_browsertests', |
1364 'content_unittests', | 1370 'content_unittests', |
1365 'crypto_unittests', | 1371 'crypto_unittests', |
1366 'device_unittests', | 1372 'device_unittests', |
1367 'googleurl_unittests', | 1373 'googleurl_unittests', |
1368 'gpu_unittests', | 1374 'gpu_unittests', |
1369 'ipc_tests', | 1375 'ipc_tests', |
1370 'jingle_unittests', | 1376 'jingle_unittests', |
1371 'media_unittests', | 1377 'media_unittests', |
1372 'net_unittests', | 1378 'net_unittests', |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1956 ####### PROJECT IDENTITY | 1962 ####### PROJECT IDENTITY |
1957 | 1963 |
1958 # The 'projectURL' string will be used to provide a link | 1964 # The 'projectURL' string will be used to provide a link |
1959 # from buildbot HTML pages to your project's home page. | 1965 # from buildbot HTML pages to your project's home page. |
1960 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' | 1966 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' |
1961 | 1967 |
1962 # Buildbot master url: | 1968 # Buildbot master url: |
1963 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/' | 1969 c['buildbotURL'] = 'http://build.chromium.org/p/tryserver.chromium/' |
1964 | 1970 |
1965 # vi: set ts=4 sts=2 sw=2 et: | 1971 # vi: set ts=4 sts=2 sw=2 et: |
OLD | NEW |