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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/chromium_trybot.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 "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 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 { 62 {
63 "test": "sandbox_linux_unittests", 63 "test": "sandbox_linux_unittests",
64 "platforms": ["linux"] 64 "platforms": ["linux"]
65 }, 65 },
66 "sql_unittests", 66 "sql_unittests",
67 "sync_unit_tests", 67 "sync_unit_tests",
68 "ui_unittests", 68 "ui_base_unittests",
69 { 69 {
70 "test": "unit_tests", 70 "test": "unit_tests",
71 "swarming": { 71 "swarming": {
72 "can_use_on_swarming_builders": true, 72 "can_use_on_swarming_builders": true,
73 "shards": 2 73 "shards": 2
74 } 74 }
75 }, 75 },
76 "url_unittests" 76 "url_unittests"
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698