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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1204413002: Convert message_center_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_media_unittests
Patch Set: Created 5 years, 6 months 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 | « testing/buildbot/chromium.webkit.json ('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 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 { 385 {
386 "test": "keyboard_unittests" 386 "test": "keyboard_unittests"
387 }, 387 },
388 { 388 {
389 "swarming": { 389 "swarming": {
390 "can_use_on_swarming_builders": true 390 "can_use_on_swarming_builders": true
391 }, 391 },
392 "test": "media_unittests" 392 "test": "media_unittests"
393 }, 393 },
394 { 394 {
395 "swarming": {
396 "can_use_on_swarming_builders": true
397 },
395 "test": "message_center_unittests" 398 "test": "message_center_unittests"
396 }, 399 },
397 { 400 {
398 "swarming": { 401 "swarming": {
399 "can_use_on_swarming_builders": true 402 "can_use_on_swarming_builders": true
400 }, 403 },
401 "test": "midi_unittests" 404 "test": "midi_unittests"
402 }, 405 },
403 { 406 {
404 "test": "mojo_common_unittests" 407 "test": "mojo_common_unittests"
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 { 763 {
761 "test": "keyboard_unittests" 764 "test": "keyboard_unittests"
762 }, 765 },
763 { 766 {
764 "swarming": { 767 "swarming": {
765 "can_use_on_swarming_builders": true 768 "can_use_on_swarming_builders": true
766 }, 769 },
767 "test": "media_unittests" 770 "test": "media_unittests"
768 }, 771 },
769 { 772 {
773 "swarming": {
774 "can_use_on_swarming_builders": true
775 },
770 "test": "message_center_unittests" 776 "test": "message_center_unittests"
771 }, 777 },
772 { 778 {
773 "swarming": { 779 "swarming": {
774 "can_use_on_swarming_builders": true 780 "can_use_on_swarming_builders": true
775 }, 781 },
776 "test": "midi_unittests" 782 "test": "midi_unittests"
777 }, 783 },
778 { 784 {
779 "test": "mojo_common_unittests" 785 "test": "mojo_common_unittests"
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 "name": "telemetry_perf_unittests", 1506 "name": "telemetry_perf_unittests",
1501 "script": "telemetry_perf_unittests.py" 1507 "script": "telemetry_perf_unittests.py"
1502 }, 1508 },
1503 { 1509 {
1504 "name": "nacl_integration", 1510 "name": "nacl_integration",
1505 "script": "nacl_integration.py" 1511 "script": "nacl_integration.py"
1506 } 1512 }
1507 ] 1513 ]
1508 } 1514 }
1509 } 1515 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698