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

Side by Side Diff: masters/master.tryserver.chromium/master.cfg

Issue 111363002: Add chromedriver_unittests to masters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 years 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 | Annotate | Revision Log
OLDNEW
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 import socket 10 import socket
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 # Tests that are single-machine shard-safe. 116 # Tests that are single-machine shard-safe.
117 sharded_tests = [ 117 sharded_tests = [
118 'aura_unittests', 118 'aura_unittests',
119 'base_unittests', 119 'base_unittests',
120 'browser_tests', 120 'browser_tests',
121 'buildrunner_tests', 121 'buildrunner_tests',
122 'cacheinvalidation_unittests', 122 'cacheinvalidation_unittests',
123 'cast_unittests', 123 'cast_unittests',
124 'cc_unittests', 124 'cc_unittests',
125 'chromedriver_tests', 125 'chromedriver_tests',
126 'chromedriver_unittests',
126 'chromedriver2_unittests', 127 'chromedriver2_unittests',
127 'components_unittests', 128 'components_unittests',
128 'content_browsertests', 129 'content_browsertests',
129 'content_unittests', 130 'content_unittests',
130 'crypto_unittests', 131 'crypto_unittests',
131 'device_unittests', 132 'device_unittests',
132 'events_unittests', 133 'events_unittests',
133 'google_apis_unittests', 134 'google_apis_unittests',
134 'gpu_unittests', 135 'gpu_unittests',
135 'jingle_unittests', 136 'jingle_unittests',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 313
313 # Linux builder 314 # Linux builder
314 linux_targets = common_targets[:] 315 linux_targets = common_targets[:]
315 linux_tests = [ 316 linux_tests = [
316 'base_unittests_br', 317 'base_unittests_br',
317 'browser_tests_br', 318 'browser_tests_br',
318 'cacheinvalidation_br', 319 'cacheinvalidation_br',
319 'buildrunner_tests', 320 'buildrunner_tests',
320 'cc_unittests_br', 321 'cc_unittests_br',
321 'chromedriver_tests_br', 322 'chromedriver_tests_br',
323 'chromedriver_unittests_br',
322 'chromedriver2_unittests_br', 324 'chromedriver2_unittests_br',
323 'components_unittests_br', 325 'components_unittests_br',
324 'content_browsertests_br', 326 'content_browsertests_br',
325 'check_deps_br', 327 'check_deps_br',
326 'check_deps2git_br', 328 'check_deps2git_br',
327 'check_licenses_br', 329 'check_licenses_br',
328 'crypto_br', 330 'crypto_br',
329 'dbus_br', 331 'dbus_br',
330 'device_unittests_br', 332 'device_unittests_br',
331 'google_apis_unittests_br', 333 'google_apis_unittests_br',
(...skipping 17 matching lines...) Expand all
349 # insane. Should be fixed separately. 351 # insane. Should be fixed separately.
350 linux_tests_full_name = [ 352 linux_tests_full_name = [
351 'base_unittests', 353 'base_unittests',
352 'browser_tests', 354 'browser_tests',
353 'cacheinvalidation_unittests', 355 'cacheinvalidation_unittests',
354 'cast_unittests', 356 'cast_unittests',
355 'cc_unittests', 357 'cc_unittests',
356 'check_deps', 358 'check_deps',
357 'check_licenses', 359 'check_licenses',
358 'chromedriver_tests', 360 'chromedriver_tests',
361 'chromedriver_unittests',
359 'chromedriver2_unittests', 362 'chromedriver2_unittests',
360 'components_unittests', 363 'components_unittests',
361 'content_browsertests', 364 'content_browsertests',
362 'content_unittests', 365 'content_unittests',
363 'crypto_unittests', 366 'crypto_unittests',
364 'dbus_unittests', 367 'dbus_unittests',
365 'device_unittests', 368 'device_unittests',
366 'google_apis_unittests', 369 'google_apis_unittests',
367 'gpu_unittests', 370 'gpu_unittests',
368 'interactive_ui_tests', 371 'interactive_ui_tests',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'app_list_unittests_br', 579 'app_list_unittests_br',
577 'base_unittests_br', 580 'base_unittests_br',
578 'blink_platform_unittests_br', 581 'blink_platform_unittests_br',
579 'browser_tests_br', 582 'browser_tests_br',
580 'buildrunner_tests', 583 'buildrunner_tests',
581 'cacheinvalidation_br', 584 'cacheinvalidation_br',
582 'cc_unittests_br', 585 'cc_unittests_br',
583 'check_deps2git_br', 586 'check_deps2git_br',
584 'check_deps_br', 587 'check_deps_br',
585 'chromedriver_tests_br', 588 'chromedriver_tests_br',
589 'chromedriver_unittests_br',
586 'chromedriver2_unittests_br', 590 'chromedriver2_unittests_br',
587 'components_unittests_br', 591 'components_unittests_br',
588 'content_browsertests_br', 592 'content_browsertests_br',
589 'crypto_br', 593 'crypto_br',
590 'device_unittests_br', 594 'device_unittests_br',
591 'google_apis_unittests_br', 595 'google_apis_unittests_br',
592 'googleurl_br', 596 'googleurl_br',
593 'gpu_br', 597 'gpu_br',
594 'interactive_ui_tests_br', 598 'interactive_ui_tests_br',
595 'jingle_br', 599 'jingle_br',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'aura_br', 690 'aura_br',
687 'base_unittests_br', 691 'base_unittests_br',
688 'blink_platform_unittests_br', 692 'blink_platform_unittests_br',
689 'browser_tests_br', 693 'browser_tests_br',
690 'buildrunner_tests', 694 'buildrunner_tests',
691 'cacheinvalidation_br', 695 'cacheinvalidation_br',
692 'cc_unittests_br', 696 'cc_unittests_br',
693 'check_deps2git_br', 697 'check_deps2git_br',
694 'check_deps_br', 698 'check_deps_br',
695 'chromedriver_tests_br', 699 'chromedriver_tests_br',
700 'chromedriver_unittests_br',
696 'chromedriver2_unittests_br', 701 'chromedriver2_unittests_br',
697 'components_unittests_br', 702 'components_unittests_br',
698 'compositor_br', 703 'compositor_br',
699 'content_browsertests_br', 704 'content_browsertests_br',
700 'courgette_br', 705 'courgette_br',
701 'crypto_br', 706 'crypto_br',
702 'device_unittests_br', 707 'device_unittests_br',
703 'events_br', 708 'events_br',
704 'google_apis_unittests_br', 709 'google_apis_unittests_br',
705 'googleurl_br', 710 'googleurl_br',
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 # base.make_stop_form = hack_stop(base.make_stop_form) 2387 # base.make_stop_form = hack_stop(base.make_stop_form)
2383 2388
2384 2389
2385 ####### PROJECT IDENTITY 2390 ####### PROJECT IDENTITY
2386 2391
2387 # The 'projectURL' string will be used to provide a link 2392 # The 'projectURL' string will be used to provide a link
2388 # from buildbot HTML pages to your project's home page. 2393 # from buildbot HTML pages to your project's home page.
2389 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage' 2394 c['projectURL'] = 'http://dev.chromium.org/developers/testing/try-server-usage'
2390 2395
2391 # vi: set ts=4 sts=2 sw=2 et: 2396 # vi: set ts=4 sts=2 sw=2 et:
OLDNEW
« no previous file with comments | « masters/master.chromium.win/master_win_cfg.py ('k') | scripts/master/factory/chromium_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698