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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.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 {
11 "test": "browser_tests", 11 "test": "browser_tests",
12 "swarming": { 12 "swarming": {
13 "can_use_on_swarming_builders": true, 13 "can_use_on_swarming_builders": true,
14 "shards": 10 14 "shards": 10
15 } 15 }
16 }, 16 },
17 "cacheinvalidation_unittests", 17 "cacheinvalidation_unittests",
18 "cc_unittests", 18 "cc_unittests",
19 "components_unittests", 19 {
20 "test": "components_unittests",
21 "swarming": {
22 "can_use_on_swarming_builders": true
23 }
24 },
20 { 25 {
21 "test": "content_browsertests", 26 "test": "content_browsertests",
22 "swarming": { 27 "swarming": {
23 "can_use_on_swarming_builders": true 28 "can_use_on_swarming_builders": true
24 } 29 }
25 }, 30 },
26 { 31 {
27 "test": "content_unittests", 32 "test": "content_unittests",
28 "swarming": { 33 "swarming": {
29 "can_use_on_swarming_builders": true 34 "can_use_on_swarming_builders": true
30 } 35 }
31 }, 36 },
32 "crypto_unittests", 37 "crypto_unittests",
33 "device_unittests", 38 "device_unittests",
34 { 39 {
35 "test": "display_unittests", 40 "test": "display_unittests",
36 "platforms": ["linux"] 41 "platforms": ["linux"]
37 }, 42 },
38 "extensions_unittests", 43 "extensions_unittests",
39 "gcm_unit_tests", 44 "gcm_unit_tests",
40 "gfx_unittests", 45 "gfx_unittests",
41 "google_apis_unittests", 46 "google_apis_unittests",
42 "gpu_unittests", 47 {
48 "test": "gpu_unittests",
49 "swarming": {
50 "can_use_on_swarming_builders": true
51 }
52 },
43 { 53 {
44 "test": "interactive_ui_tests", 54 "test": "interactive_ui_tests",
45 "swarming": { 55 "swarming": {
46 "can_use_on_swarming_builders": true, 56 "can_use_on_swarming_builders": true,
47 "shards": 3 57 "shards": 3
48 } 58 }
49 }, 59 },
50 "ipc_tests", 60 "ipc_tests",
51 "jingle_unittests", 61 "jingle_unittests",
52 "media_unittests", 62 {
63 "test": "media_unittests",
64 "swarming": {
65 "can_use_on_swarming_builders": true
66 }
67 },
53 { 68 {
54 "test": "net_unittests", 69 "test": "net_unittests",
55 "swarming": { 70 "swarming": {
56 "can_use_on_swarming_builders": true 71 "can_use_on_swarming_builders": true,
72 "shards": 2
57 } 73 }
58 }, 74 },
59 "ppapi_unittests", 75 "ppapi_unittests",
60 "printing_unittests", 76 "printing_unittests",
61 "remoting_unittests", 77 "remoting_unittests",
62 { 78 {
63 "test": "sandbox_linux_unittests", 79 "test": "sandbox_linux_unittests",
64 "platforms": ["linux"] 80 "platforms": ["linux"]
65 }, 81 },
66 "skia_unittests", 82 "skia_unittests",
67 "sql_unittests", 83 "sql_unittests",
68 "sync_unit_tests", 84 "sync_unit_tests",
69 "ui_base_unittests", 85 "ui_base_unittests",
70 { 86 {
71 "test": "unit_tests", 87 "test": "unit_tests",
72 "swarming": { 88 "swarming": {
73 "can_use_on_swarming_builders": true, 89 "can_use_on_swarming_builders": true,
74 "shards": 2 90 "shards": 2
75 } 91 }
76 }, 92 },
77 "url_unittests" 93 "url_unittests"
78 ] 94 ]
79 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698