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

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

Issue 1211053005: Convert compositor_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. 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
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 { 53 {
54 "test": "chromedriver_unittests" 54 "test": "chromedriver_unittests"
55 }, 55 },
56 { 56 {
57 "swarming": { 57 "swarming": {
58 "can_use_on_swarming_builders": true 58 "can_use_on_swarming_builders": true
59 }, 59 },
60 "test": "components_unittests" 60 "test": "components_unittests"
61 }, 61 },
62 { 62 {
63 "swarming": {
64 "can_use_on_swarming_builders": true
65 },
63 "test": "compositor_unittests" 66 "test": "compositor_unittests"
64 }, 67 },
65 { 68 {
66 "swarming": { 69 "swarming": {
67 "can_use_on_swarming_builders": true 70 "can_use_on_swarming_builders": true
68 }, 71 },
69 "test": "content_browsertests" 72 "test": "content_browsertests"
70 }, 73 },
71 { 74 {
72 "swarming": { 75 "swarming": {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 { 314 {
312 "test": "chromedriver_unittests" 315 "test": "chromedriver_unittests"
313 }, 316 },
314 { 317 {
315 "swarming": { 318 "swarming": {
316 "can_use_on_swarming_builders": true 319 "can_use_on_swarming_builders": true
317 }, 320 },
318 "test": "components_unittests" 321 "test": "components_unittests"
319 }, 322 },
320 { 323 {
324 "swarming": {
325 "can_use_on_swarming_builders": true
326 },
321 "test": "compositor_unittests" 327 "test": "compositor_unittests"
322 }, 328 },
323 { 329 {
324 "swarming": { 330 "swarming": {
325 "can_use_on_swarming_builders": true 331 "can_use_on_swarming_builders": true
326 }, 332 },
327 "test": "content_browsertests" 333 "test": "content_browsertests"
328 }, 334 },
329 { 335 {
330 "swarming": { 336 "swarming": {
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 }, 757 },
752 { 758 {
753 "swarming": { 759 "swarming": {
754 "can_use_on_swarming_builders": true 760 "can_use_on_swarming_builders": true
755 }, 761 },
756 "test": "wm_unittests" 762 "test": "wm_unittests"
757 } 763 }
758 ] 764 ]
759 } 765 }
760 } 766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698