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

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

Issue 1194343003: Convert cast_unittests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_ash_unittests
Patch Set: Created 5 years, 6 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.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.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 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "base_unittests" 14 "test": "base_unittests"
15 }, 15 },
16 { 16 {
17 "swarming": { 17 "swarming": {
18 "can_use_on_swarming_builders": true, 18 "can_use_on_swarming_builders": true,
19 "shards": 10 19 "shards": 10
20 }, 20 },
21 "test": "browser_tests" 21 "test": "browser_tests"
22 }, 22 },
23 { 23 {
24 "test": "cacheinvalidation_unittests" 24 "test": "cacheinvalidation_unittests"
25 }, 25 },
26 { 26 {
27 "swarming": {
28 "can_use_on_swarming_builders": true
29 },
27 "test": "cast_unittests" 30 "test": "cast_unittests"
28 }, 31 },
29 { 32 {
30 "test": "cc_unittests" 33 "test": "cc_unittests"
31 }, 34 },
32 { 35 {
33 "swarming": { 36 "swarming": {
34 "can_use_on_swarming_builders": true 37 "can_use_on_swarming_builders": true
35 }, 38 },
36 "test": "components_unittests" 39 "test": "components_unittests"
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "swarming": { 201 "swarming": {
199 "can_use_on_swarming_builders": true, 202 "can_use_on_swarming_builders": true,
200 "shards": 10 203 "shards": 10
201 }, 204 },
202 "test": "browser_tests" 205 "test": "browser_tests"
203 }, 206 },
204 { 207 {
205 "test": "cacheinvalidation_unittests" 208 "test": "cacheinvalidation_unittests"
206 }, 209 },
207 { 210 {
211 "swarming": {
212 "can_use_on_swarming_builders": true
213 },
208 "test": "cast_unittests" 214 "test": "cast_unittests"
209 }, 215 },
210 { 216 {
211 "test": "chromeos_unittests" 217 "test": "chromeos_unittests"
212 }, 218 },
213 { 219 {
214 "swarming": { 220 "swarming": {
215 "can_use_on_swarming_builders": true 221 "can_use_on_swarming_builders": true
216 }, 222 },
217 "test": "components_unittests" 223 "test": "components_unittests"
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "can_use_on_swarming_builders": true 453 "can_use_on_swarming_builders": true
448 }, 454 },
449 "test": "unit_tests" 455 "test": "unit_tests"
450 }, 456 },
451 { 457 {
452 "test": "url_unittests" 458 "test": "url_unittests"
453 } 459 }
454 ] 460 ]
455 } 461 }
456 } 462 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698