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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_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.mac.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "swarming": { 72 "swarming": {
73 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
74 }, 74 },
75 "test": "extensions_browsertests" 75 "test": "extensions_browsertests"
76 }, 76 },
77 { 77 {
78 "test": "extensions_unittests" 78 "test": "extensions_unittests"
79 }, 79 },
80 { 80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true
83 },
81 "test": "gcm_unit_tests" 84 "test": "gcm_unit_tests"
82 }, 85 },
83 { 86 {
84 "swarming": { 87 "swarming": {
85 "can_use_on_swarming_builders": true 88 "can_use_on_swarming_builders": true
86 }, 89 },
87 "test": "gfx_unittests" 90 "test": "gfx_unittests"
88 }, 91 },
89 { 92 {
90 "test": "gl_unittests" 93 "test": "gl_unittests"
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 { 300 {
298 "test": "display_unittests" 301 "test": "display_unittests"
299 }, 302 },
300 { 303 {
301 "swarming": { 304 "swarming": {
302 "can_use_on_swarming_builders": true 305 "can_use_on_swarming_builders": true
303 }, 306 },
304 "test": "events_unittests" 307 "test": "events_unittests"
305 }, 308 },
306 { 309 {
310 "swarming": {
311 "can_use_on_swarming_builders": true
312 },
307 "test": "gcm_unit_tests" 313 "test": "gcm_unit_tests"
308 }, 314 },
309 { 315 {
310 "swarming": { 316 "swarming": {
311 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
312 }, 318 },
313 "test": "gfx_unittests" 319 "test": "gfx_unittests"
314 }, 320 },
315 { 321 {
316 "test": "gl_unittests" 322 "test": "gl_unittests"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 }, 489 },
484 "test": "content_unittests" 490 "test": "content_unittests"
485 }, 491 },
486 { 492 {
487 "swarming": { 493 "swarming": {
488 "can_use_on_swarming_builders": true 494 "can_use_on_swarming_builders": true
489 }, 495 },
490 "test": "crypto_unittests" 496 "test": "crypto_unittests"
491 }, 497 },
492 { 498 {
499 "swarming": {
500 "can_use_on_swarming_builders": true
501 },
493 "test": "gcm_unit_tests" 502 "test": "gcm_unit_tests"
494 }, 503 },
495 { 504 {
496 "swarming": { 505 "swarming": {
497 "can_use_on_swarming_builders": true 506 "can_use_on_swarming_builders": true
498 }, 507 },
499 "test": "gpu_unittests" 508 "test": "gpu_unittests"
500 }, 509 },
501 { 510 {
502 "swarming": { 511 "swarming": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 }, 585 },
577 { 586 {
578 "swarming": { 587 "swarming": {
579 "can_use_on_swarming_builders": true 588 "can_use_on_swarming_builders": true
580 }, 589 },
581 "test": "url_unittests" 590 "test": "url_unittests"
582 } 591 }
583 ] 592 ]
584 } 593 }
585 } 594 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698