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

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

Issue 1214633003: Convert cacheinvalidation_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_jingle_unittests
Patch Set: fix path typo Created 5 years, 5 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') | testing/buildbot/chromium.webkit.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 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 15 matching lines...) Expand all
26 "test": "base_unittests" 26 "test": "base_unittests"
27 }, 27 },
28 { 28 {
29 "swarming": { 29 "swarming": {
30 "can_use_on_swarming_builders": true, 30 "can_use_on_swarming_builders": true,
31 "shards": 5 31 "shards": 5
32 }, 32 },
33 "test": "browser_tests" 33 "test": "browser_tests"
34 }, 34 },
35 { 35 {
36 "swarming": {
37 "can_use_on_swarming_builders": true
38 },
36 "test": "cacheinvalidation_unittests" 39 "test": "cacheinvalidation_unittests"
37 }, 40 },
38 { 41 {
39 "swarming": { 42 "swarming": {
40 "can_use_on_swarming_builders": true 43 "can_use_on_swarming_builders": true
41 }, 44 },
42 "test": "cast_unittests" 45 "test": "cast_unittests"
43 }, 46 },
44 { 47 {
45 "swarming": { 48 "swarming": {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "test": "base_unittests" 260 "test": "base_unittests"
258 }, 261 },
259 { 262 {
260 "swarming": { 263 "swarming": {
261 "can_use_on_swarming_builders": true, 264 "can_use_on_swarming_builders": true,
262 "shards": 5 265 "shards": 5
263 }, 266 },
264 "test": "browser_tests" 267 "test": "browser_tests"
265 }, 268 },
266 { 269 {
270 "swarming": {
271 "can_use_on_swarming_builders": true
272 },
267 "test": "cacheinvalidation_unittests" 273 "test": "cacheinvalidation_unittests"
268 }, 274 },
269 { 275 {
270 "swarming": { 276 "swarming": {
271 "can_use_on_swarming_builders": true 277 "can_use_on_swarming_builders": true
272 }, 278 },
273 "test": "cast_unittests" 279 "test": "cast_unittests"
274 }, 280 },
275 { 281 {
276 "swarming": { 282 "swarming": {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 }, 504 },
499 "test": "aura_unittests" 505 "test": "aura_unittests"
500 }, 506 },
501 { 507 {
502 "swarming": { 508 "swarming": {
503 "can_use_on_swarming_builders": true 509 "can_use_on_swarming_builders": true
504 }, 510 },
505 "test": "base_unittests" 511 "test": "base_unittests"
506 }, 512 },
507 { 513 {
514 "swarming": {
515 "can_use_on_swarming_builders": true
516 },
508 "test": "cacheinvalidation_unittests" 517 "test": "cacheinvalidation_unittests"
509 }, 518 },
510 { 519 {
511 "swarming": { 520 "swarming": {
512 "can_use_on_swarming_builders": true 521 "can_use_on_swarming_builders": true
513 }, 522 },
514 "test": "cast_unittests" 523 "test": "cast_unittests"
515 }, 524 },
516 { 525 {
517 "test": "chromedriver_unittests" 526 "test": "chromedriver_unittests"
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 }, 679 },
671 { 680 {
672 "test": "views_unittests" 681 "test": "views_unittests"
673 }, 682 },
674 { 683 {
675 "test": "wm_unittests" 684 "test": "wm_unittests"
676 } 685 }
677 ] 686 ]
678 } 687 }
679 } 688 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698