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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 851013002: Swarm media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 { 1 {
2 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "test": "base_unittests", 5 "test": "base_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "gpu_unittests", 42 "gpu_unittests",
43 { 43 {
44 "test": "interactive_ui_tests", 44 "test": "interactive_ui_tests",
45 "swarming": { 45 "swarming": {
46 "can_use_on_swarming_builders": true, 46 "can_use_on_swarming_builders": true,
47 "shards": 3 47 "shards": 3
48 } 48 }
49 }, 49 },
50 "ipc_tests", 50 "ipc_tests",
51 "jingle_unittests", 51 "jingle_unittests",
52 "media_unittests", 52 {
53 "test": "media_unittests",
54 "swarming": {
55 "can_use_on_swarming_builders": true
56 }
57 },
53 { 58 {
54 "test": "net_unittests", 59 "test": "net_unittests",
55 "swarming": { 60 "swarming": {
56 "can_use_on_swarming_builders": true 61 "can_use_on_swarming_builders": true
57 } 62 }
58 }, 63 },
59 "ppapi_unittests", 64 "ppapi_unittests",
60 "printing_unittests", 65 "printing_unittests",
61 "remoting_unittests", 66 "remoting_unittests",
62 { 67 {
63 "test": "sandbox_linux_unittests", 68 "test": "sandbox_linux_unittests",
64 "platforms": ["linux"] 69 "platforms": ["linux"]
65 }, 70 },
66 "skia_unittests", 71 "skia_unittests",
67 "sql_unittests", 72 "sql_unittests",
68 "sync_unit_tests", 73 "sync_unit_tests",
69 "ui_base_unittests", 74 "ui_base_unittests",
70 { 75 {
71 "test": "unit_tests", 76 "test": "unit_tests",
72 "swarming": { 77 "swarming": {
73 "can_use_on_swarming_builders": true, 78 "can_use_on_swarming_builders": true,
74 "shards": 2 79 "shards": 2
75 } 80 }
76 }, 81 },
77 "url_unittests" 82 "url_unittests"
78 ] 83 ]
79 } 84 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698