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

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

Issue 1141793003: Update from https://crrev.com/329939 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.json » ('j') | 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 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "device_unittests", 54 "device_unittests",
55 { 55 {
56 "platforms": [ 56 "platforms": [
57 "linux" 57 "linux"
58 ], 58 ],
59 "test": "display_unittests" 59 "test": "display_unittests"
60 }, 60 },
61 "extensions_unittests", 61 "extensions_unittests",
62 "gcm_unit_tests", 62 "gcm_unit_tests",
63 "gfx_unittests", 63 "gfx_unittests",
64 "gl_unittests",
64 "google_apis_unittests", 65 "google_apis_unittests",
65 { 66 {
66 "swarming": { 67 "swarming": {
67 "can_use_on_swarming_builders": true 68 "can_use_on_swarming_builders": true
68 }, 69 },
69 "test": "gpu_unittests" 70 "test": "gpu_unittests"
70 }, 71 },
71 { 72 {
72 "swarming": { 73 "swarming": {
73 "can_use_on_swarming_builders": true, 74 "can_use_on_swarming_builders": true,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 { 113 {
113 "swarming": { 114 "swarming": {
114 "can_use_on_swarming_builders": true, 115 "can_use_on_swarming_builders": true,
115 "shards": 2 116 "shards": 2
116 }, 117 },
117 "test": "unit_tests" 118 "test": "unit_tests"
118 }, 119 },
119 "url_unittests" 120 "url_unittests"
120 ] 121 ]
121 } 122 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698