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

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

Issue 615043004: Only shard interactive_ui_tests once on the memory waterfall. (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 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 24 matching lines...) Expand all
35 "crypto_unittests", 35 "crypto_unittests",
36 "device_unittests", 36 "device_unittests",
37 "display_unittests", 37 "display_unittests",
38 "gcm_unit_tests", 38 "gcm_unit_tests",
39 "gfx_unittests", 39 "gfx_unittests",
40 "google_apis_unittests", 40 "google_apis_unittests",
41 "gpu_unittests", 41 "gpu_unittests",
42 { 42 {
43 "test": "interactive_ui_tests", 43 "test": "interactive_ui_tests",
44 "swarming": { 44 "swarming": {
45 "can_use_on_swarming_builders": true, 45 "can_use_on_swarming_builders": true
46 "shards": 2
47 } 46 }
48 }, 47 },
49 "ipc_tests", 48 "ipc_tests",
50 "jingle_unittests", 49 "jingle_unittests",
51 "media_unittests", 50 "media_unittests",
52 { 51 {
53 "test": "net_unittests", 52 "test": "net_unittests",
54 "swarming": { 53 "swarming": {
55 "can_use_on_swarming_builders": true 54 "can_use_on_swarming_builders": true
56 } 55 }
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }, 89 },
91 { 90 {
92 "test": "content_browsertests", 91 "test": "content_browsertests",
93 "swarming": { 92 "swarming": {
94 "can_use_on_swarming_builders": true 93 "can_use_on_swarming_builders": true
95 } 94 }
96 }, 95 },
97 { 96 {
98 "test": "interactive_ui_tests", 97 "test": "interactive_ui_tests",
99 "swarming": { 98 "swarming": {
100 "can_use_on_swarming_builders": true, 99 "can_use_on_swarming_builders": true
101 "shards": 2
102 } 100 }
103 } 101 }
104 ] 102 ]
105 } 103 }
106 } 104 }
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