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

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

Issue 618683003: Swarm base_unittests and net_unittests on Linux memory bots. I missed this earlier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_shell_browsertests", 5 "app_shell_browsertests",
6 "base_unittests", 6 {
7 "test": "base_unittests",
8 "swarming": {
9 "can_use_on_swarming_builders": true
10 }
11 },
7 { 12 {
8 "test": "browser_tests", 13 "test": "browser_tests",
9 "swarming": { 14 "swarming": {
10 "can_use_on_swarming_builders": true, 15 "can_use_on_swarming_builders": true,
11 "shards": 3 16 "shards": 5
12 } 17 }
13 }, 18 },
14 "cacheinvalidation_unittests", 19 "cacheinvalidation_unittests",
15 "cast_unittests", 20 "cast_unittests",
16 "cc_unittests", 21 "cc_unittests",
17 "components_unittests", 22 "components_unittests",
18 { 23 {
19 "test": "content_browsertests", 24 "test": "content_browsertests",
20 "swarming": { 25 "swarming": {
21 "can_use_on_swarming_builders": true 26 "can_use_on_swarming_builders": true
22 } 27 }
23 }, 28 },
24 { 29 {
25 "test": "content_unittests", 30 "test": "content_unittests",
26 "swarming": { 31 "swarming": {
27 "can_use_on_swarming_builders": true 32 "can_use_on_swarming_builders": true
28 } 33 }
29 }, 34 },
30 "crypto_unittests", 35 "crypto_unittests",
31 "device_unittests", 36 "device_unittests",
32 "display_unittests", 37 "display_unittests",
33 "gcm_unit_tests", 38 "gcm_unit_tests",
34 "gfx_unittests", 39 "gfx_unittests",
35 "google_apis_unittests", 40 "google_apis_unittests",
36 "gpu_unittests", 41 "gpu_unittests",
37 { 42 {
38 "test": "interactive_ui_tests", 43 "test": "interactive_ui_tests",
39 "swarming": { 44 "swarming": {
40 "can_use_on_swarming_builders": true 45 "can_use_on_swarming_builders": true,
46 "shards": 2
41 } 47 }
42 }, 48 },
43 "ipc_tests", 49 "ipc_tests",
44 "jingle_unittests", 50 "jingle_unittests",
45 "media_unittests", 51 "media_unittests",
46 "net_unittests", 52 {
53 "test": "net_unittests",
54 "swarming": {
55 "can_use_on_swarming_builders": true
56 }
57 },
47 "ppapi_unittests", 58 "ppapi_unittests",
48 "printing_unittests", 59 "printing_unittests",
49 "remoting_unittests", 60 "remoting_unittests",
50 "sandbox_linux_unittests", 61 "sandbox_linux_unittests",
51 "sql_unittests", 62 "sql_unittests",
52 "sync_unit_tests", 63 "sync_unit_tests",
53 "ui_unittests", 64 "ui_unittests",
54 { 65 {
55 "test": "unit_tests", 66 "test": "unit_tests",
56 "swarming": { 67 "swarming": {
(...skipping 10 matching lines...) Expand all
67 "Linux ASan LSan Tests (3)": { 78 "Linux ASan LSan Tests (3)": {
68 "gtest_tests": [ 79 "gtest_tests": [
69 ] 80 ]
70 }, 81 },
71 "Linux ASan Tests (sandboxed)": { 82 "Linux ASan Tests (sandboxed)": {
72 "gtest_tests": [ 83 "gtest_tests": [
73 { 84 {
74 "test": "browser_tests", 85 "test": "browser_tests",
75 "swarming": { 86 "swarming": {
76 "can_use_on_swarming_builders": true, 87 "can_use_on_swarming_builders": true,
77 "shards": 2 88 "shards": 5
78 } 89 }
79 }, 90 },
80 { 91 {
81 "test": "content_browsertests", 92 "test": "content_browsertests",
82 "swarming": { 93 "swarming": {
83 "can_use_on_swarming_builders": true 94 "can_use_on_swarming_builders": true
84 } 95 }
85 }, 96 },
86 { 97 {
87 "test": "interactive_ui_tests", 98 "test": "interactive_ui_tests",
88 "swarming": { 99 "swarming": {
89 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true,
101 "shards": 2
90 } 102 }
91 } 103 }
92 ] 104 ]
93 } 105 }
94 } 106 }
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