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

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

Issue 1217243003: Convert printing_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_url_unittests
Patch Set: Rebase 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "swarming": { 127 "swarming": {
128 "can_use_on_swarming_builders": true, 128 "can_use_on_swarming_builders": true,
129 "shards": 4 129 "shards": 4
130 }, 130 },
131 "test": "net_unittests" 131 "test": "net_unittests"
132 }, 132 },
133 { 133 {
134 "test": "ppapi_unittests" 134 "test": "ppapi_unittests"
135 }, 135 },
136 { 136 {
137 "swarming": {
138 "can_use_on_swarming_builders": true
139 },
137 "test": "printing_unittests" 140 "test": "printing_unittests"
138 }, 141 },
139 { 142 {
140 "test": "remoting_unittests" 143 "test": "remoting_unittests"
141 }, 144 },
142 { 145 {
143 "test": "sandbox_linux_unittests" 146 "test": "sandbox_linux_unittests"
144 }, 147 },
145 { 148 {
146 "swarming": { 149 "swarming": {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "swarming": { 353 "swarming": {
351 "can_use_on_swarming_builders": true, 354 "can_use_on_swarming_builders": true,
352 "shards": 4 355 "shards": 4
353 }, 356 },
354 "test": "net_unittests" 357 "test": "net_unittests"
355 }, 358 },
356 { 359 {
357 "test": "ppapi_unittests" 360 "test": "ppapi_unittests"
358 }, 361 },
359 { 362 {
363 "swarming": {
364 "can_use_on_swarming_builders": true
365 },
360 "test": "printing_unittests" 366 "test": "printing_unittests"
361 }, 367 },
362 { 368 {
363 "test": "remoting_unittests" 369 "test": "remoting_unittests"
364 }, 370 },
365 { 371 {
366 "test": "sandbox_linux_unittests" 372 "test": "sandbox_linux_unittests"
367 }, 373 },
368 { 374 {
369 "swarming": { 375 "swarming": {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 { 508 {
503 "swarming": { 509 "swarming": {
504 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
505 }, 511 },
506 "test": "net_unittests" 512 "test": "net_unittests"
507 }, 513 },
508 { 514 {
509 "test": "ppapi_unittests" 515 "test": "ppapi_unittests"
510 }, 516 },
511 { 517 {
518 "swarming": {
519 "can_use_on_swarming_builders": true
520 },
512 "test": "printing_unittests" 521 "test": "printing_unittests"
513 }, 522 },
514 { 523 {
515 "test": "remoting_unittests" 524 "test": "remoting_unittests"
516 }, 525 },
517 { 526 {
518 "swarming": { 527 "swarming": {
519 "can_use_on_swarming_builders": true 528 "can_use_on_swarming_builders": true
520 }, 529 },
521 "test": "skia_unittests" 530 "test": "skia_unittests"
(...skipping 18 matching lines...) Expand all
540 }, 549 },
541 { 550 {
542 "swarming": { 551 "swarming": {
543 "can_use_on_swarming_builders": true 552 "can_use_on_swarming_builders": true
544 }, 553 },
545 "test": "url_unittests" 554 "test": "url_unittests"
546 } 555 }
547 ] 556 ]
548 } 557 }
549 } 558 }
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