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

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

Issue 599313002: Clean up chromium_memory_trybot.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 "gtest_tests": [ 2 "gtest_tests": [
3 { 3 "accessibility_unittests",
4 "test": "accessibility_unittests",
5 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
6 },
7 { 4 {
8 "test": "base_unittests", 5 "test": "base_unittests",
9 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
10 "swarming": { 6 "swarming": {
11 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
12 } 8 }
13 }, 9 },
14 { 10 {
15 "test": "browser_tests", 11 "test": "browser_tests",
16 "exclude_builders": ["tryserver.chromium.linux:linux_asan"],
17 "swarming": { 12 "swarming": {
18 "can_use_on_swarming_builders": true, 13 "can_use_on_swarming_builders": true,
19 "shards": 10 14 "shards": 10
20 } 15 }
21 }, 16 },
22 { 17 "cacheinvalidation_unittests",
23 "test": "cacheinvalidation_unittests", 18 "cc_unittests",
24 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 19 "components_unittests",
25 }, 20 "content_browsertests",
26 { 21 "content_unittests",
jam 2014/09/25 17:11:04 nit: please swarm these two content tests
27 "test": "cc_unittests", 22 "crypto_unittests",
28 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 23 "device_unittests",
29 },
30 {
31 "test": "components_unittests",
32 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
33 },
34 {
35 "test": "content_browsertests",
36 "exclude_builders": ["tryserver.chromium.linux:linux_asan"]
37 },
38 {
39 "test": "content_unittests",
40 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
41 },
42 {
43 "test": "crypto_unittests",
44 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
45 },
46 {
47 "test": "device_unittests",
48 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
49 },
50 { 24 {
51 "test": "display_unittests", 25 "test": "display_unittests",
52 "platforms": ["linux"], 26 "platforms": ["linux"]
53 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
54 }, 27 },
55 { 28 {
56 "test": "extensions_unittests", 29 "test": "extensions_unittests",
57 "platforms": ["linux", "win", "mac"], 30 "platforms": ["linux", "win", "mac"]
58 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
59 }, 31 },
60 { 32 "gcm_unit_tests",
61 "test": "gcm_unit_tests", 33 "gfx_unittests",
62 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 34 "google_apis_unittests",
63 }, 35 "gpu_unittests",
64 {
65 "test": "gfx_unittests",
66 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
67 },
68 {
69 "test": "google_apis_unittests",
70 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
71 },
72 {
73 "test": "gpu_unittests",
74 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
75 },
76 { 36 {
77 "test": "interactive_ui_tests", 37 "test": "interactive_ui_tests",
78 "exclude_builders": ["tryserver.chromium.linux:linux_asan"],
79 "swarming": { 38 "swarming": {
80 "can_use_on_swarming_builders": true, 39 "can_use_on_swarming_builders": true,
81 "shards": 3 40 "shards": 3
82 } 41 }
83 }, 42 },
84 { 43 "ipc_tests",
85 "test": "ipc_tests", 44 "jingle_unittests",
86 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 45 "media_unittests",
87 },
88 {
89 "test": "jingle_unittests",
90 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
91 },
92 {
93 "test": "media_unittests",
94 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
95 },
96 { 46 {
97 "test": "net_unittests", 47 "test": "net_unittests",
98 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
99 "swarming": { 48 "swarming": {
100 "can_use_on_swarming_builders": true 49 "can_use_on_swarming_builders": true
101 } 50 }
102 }, 51 },
103 { 52 "ppapi_unittests",
104 "test": "ppapi_unittests", 53 "printing_unittests",
105 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 54 "remoting_unittests",
106 },
107 {
108 "test": "printing_unittests",
109 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
110 },
111 {
112 "test": "remoting_unittests",
113 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
114 },
115 { 55 {
116 "test": "sandbox_linux_unittests", 56 "test": "sandbox_linux_unittests",
117 "platforms": ["linux"], 57 "platforms": ["linux"]
118 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
119 }, 58 },
120 { 59 "sql_unittests",
121 "test": "sql_unittests", 60 "sync_unit_tests",
122 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"] 61 "ui_unittests",
123 },
124 {
125 "test": "sync_unit_tests",
126 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
127 },
128 {
129 "test": "ui_unittests",
130 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
131 },
132 { 62 {
133 "test": "unit_tests", 63 "test": "unit_tests",
134 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"],
135 "swarming": { 64 "swarming": {
136 "can_use_on_swarming_builders": true, 65 "can_use_on_swarming_builders": true,
137 "shards": 2 66 "shards": 2
138 } 67 }
139 }, 68 },
140 { 69 "url_unittests"
141 "test": "url_unittests",
142 "exclude_builders": ["tryserver.chromium.linux:linux_browser_asan"]
143 }
144 ] 70 ]
145 } 71 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698