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

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

Issue 1222713003: Convert chromedriver_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix copyright 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 }, 500 },
501 "test": "cacheinvalidation_unittests" 501 "test": "cacheinvalidation_unittests"
502 }, 502 },
503 { 503 {
504 "swarming": { 504 "swarming": {
505 "can_use_on_swarming_builders": true 505 "can_use_on_swarming_builders": true
506 }, 506 },
507 "test": "cc_unittests" 507 "test": "cc_unittests"
508 }, 508 },
509 { 509 {
510 "swarming": {
511 "can_use_on_swarming_builders": true
512 },
510 "test": "chromedriver_unittests" 513 "test": "chromedriver_unittests"
511 }, 514 },
512 { 515 {
513 "swarming": { 516 "swarming": {
514 "can_use_on_swarming_builders": true 517 "can_use_on_swarming_builders": true
515 }, 518 },
516 "test": "components_unittests" 519 "test": "components_unittests"
517 }, 520 },
518 { 521 {
519 "swarming": { 522 "swarming": {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 }, 633 },
631 { 634 {
632 "swarming": { 635 "swarming": {
633 "can_use_on_swarming_builders": true 636 "can_use_on_swarming_builders": true
634 }, 637 },
635 "test": "url_unittests" 638 "test": "url_unittests"
636 } 639 }
637 ] 640 ]
638 } 641 }
639 } 642 }
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