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

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

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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/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 {
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 {
19 "test": "cc_unittests",
20 "swarming": {
21 "can_use_on_swarming_builders": true
22 }
23 },
24 {
25 "test": "components_browsertests",
26 "swarming": {
27 "can_use_on_swarming_builders": true
28 }
29 },
19 { 30 {
20 "test": "components_unittests", 31 "test": "components_unittests",
21 "swarming": { 32 "swarming": {
22 "can_use_on_swarming_builders": true 33 "can_use_on_swarming_builders": true
23 } 34 }
24 }, 35 },
25 { 36 {
26 "test": "content_browsertests", 37 "test": "content_browsertests",
27 "swarming": { 38 "swarming": {
28 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 { 97 {
87 "test": "unit_tests", 98 "test": "unit_tests",
88 "swarming": { 99 "swarming": {
89 "can_use_on_swarming_builders": true, 100 "can_use_on_swarming_builders": true,
90 "shards": 2 101 "shards": 2
91 } 102 }
92 }, 103 },
93 "url_unittests" 104 "url_unittests"
94 ] 105 ]
95 } 106 }
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