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

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

Issue 1205593004: Convert cc_unittests to always run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_cast_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.memory.json ('k') | 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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 {
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 "test": "cacheinvalidation_unittests" 30 "test": "cacheinvalidation_unittests"
31 }, 31 },
32 { 32 {
33 "swarming": { 33 "swarming": {
34 "can_use_on_swarming_builders": true 34 "can_use_on_swarming_builders": true
35 }, 35 },
36 "test": "cast_unittests" 36 "test": "cast_unittests"
37 }, 37 },
38 { 38 {
39 "swarming": {
40 "can_use_on_swarming_builders": true
41 },
39 "test": "cc_unittests" 42 "test": "cc_unittests"
40 }, 43 },
41 { 44 {
42 "test": "chromedriver_unittests" 45 "test": "chromedriver_unittests"
43 }, 46 },
44 { 47 {
45 "swarming": { 48 "swarming": {
46 "can_use_on_swarming_builders": true 49 "can_use_on_swarming_builders": true
47 }, 50 },
48 "test": "components_unittests" 51 "test": "components_unittests"
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 { 206 {
204 "test": "cacheinvalidation_unittests" 207 "test": "cacheinvalidation_unittests"
205 }, 208 },
206 { 209 {
207 "swarming": { 210 "swarming": {
208 "can_use_on_swarming_builders": true 211 "can_use_on_swarming_builders": true
209 }, 212 },
210 "test": "cast_unittests" 213 "test": "cast_unittests"
211 }, 214 },
212 { 215 {
216 "swarming": {
217 "can_use_on_swarming_builders": true
218 },
213 "test": "cc_unittests" 219 "test": "cc_unittests"
214 }, 220 },
215 { 221 {
216 "test": "chromedriver_unittests" 222 "test": "chromedriver_unittests"
217 }, 223 },
218 { 224 {
219 "swarming": { 225 "swarming": {
220 "can_use_on_swarming_builders": true 226 "can_use_on_swarming_builders": true
221 }, 227 },
222 "test": "components_unittests" 228 "test": "components_unittests"
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 514 },
509 { 515 {
510 "test": "views_unittests" 516 "test": "views_unittests"
511 }, 517 },
512 { 518 {
513 "test": "wm_unittests" 519 "test": "wm_unittests"
514 } 520 }
515 ] 521 ]
516 } 522 }
517 } 523 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698