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

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

Issue 1207383007: Convert display_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix malformed isolate file 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.linux.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 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 62 },
63 "test": "crypto_unittests" 63 "test": "crypto_unittests"
64 }, 64 },
65 { 65 {
66 "swarming": { 66 "swarming": {
67 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
68 }, 68 },
69 "test": "device_unittests" 69 "test": "device_unittests"
70 }, 70 },
71 { 71 {
72 "swarming": {
73 "can_use_on_swarming_builders": true
74 },
72 "test": "display_unittests" 75 "test": "display_unittests"
73 }, 76 },
74 { 77 {
75 "swarming": { 78 "swarming": {
76 "can_use_on_swarming_builders": true 79 "can_use_on_swarming_builders": true
77 }, 80 },
78 "test": "extensions_browsertests" 81 "test": "extensions_browsertests"
79 }, 82 },
80 { 83 {
81 "swarming": { 84 "swarming": {
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 }, 318 },
316 "test": "crypto_unittests" 319 "test": "crypto_unittests"
317 }, 320 },
318 { 321 {
319 "swarming": { 322 "swarming": {
320 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
321 }, 324 },
322 "test": "device_unittests" 325 "test": "device_unittests"
323 }, 326 },
324 { 327 {
328 "swarming": {
329 "can_use_on_swarming_builders": true
330 },
325 "test": "display_unittests" 331 "test": "display_unittests"
326 }, 332 },
327 { 333 {
328 "swarming": { 334 "swarming": {
329 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
330 }, 336 },
331 "test": "events_unittests" 337 "test": "events_unittests"
332 }, 338 },
333 { 339 {
334 "swarming": { 340 "swarming": {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 }, 636 },
631 { 637 {
632 "swarming": { 638 "swarming": {
633 "can_use_on_swarming_builders": true 639 "can_use_on_swarming_builders": true
634 }, 640 },
635 "test": "url_unittests" 641 "test": "url_unittests"
636 } 642 }
637 ] 643 ]
638 } 644 }
639 } 645 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698