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

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

Issue 1551183002: Move many tests on the FYI waterfall to swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "Mac ASan 64 Tests (1)": { 521 "Mac ASan 64 Tests (1)": {
522 "gtest_tests": [ 522 "gtest_tests": [
523 { 523 {
524 "swarming": { 524 "swarming": {
525 "can_use_on_swarming_builders": true 525 "can_use_on_swarming_builders": true
526 }, 526 },
527 "test": "base_unittests" 527 "test": "base_unittests"
528 }, 528 },
529 { 529 {
530 "swarming": { 530 "swarming": {
531 "can_use_on_swarming_builders": true
ghost stip (do not use) 2016/01/19 20:20:33 for mac asan you'd have to talk to smut@
Nico 2016/01/28 20:21:33 This bot already has other binaries that are swarm
532 },
533 "test": "blink_heap_unittests"
534 },
535 {
536 "swarming": {
537 "can_use_on_swarming_builders": true
538 },
539 "test": "blink_platform_unittests"
540 },
541 {
542 "swarming": {
531 "can_use_on_swarming_builders": true, 543 "can_use_on_swarming_builders": true,
532 "shards": 20 544 "shards": 20
533 }, 545 },
534 "test": "browser_tests" 546 "test": "browser_tests"
535 }, 547 },
536 { 548 {
537 "swarming": { 549 "swarming": {
538 "can_use_on_swarming_builders": true 550 "can_use_on_swarming_builders": true
539 }, 551 },
540 "test": "cacheinvalidation_unittests" 552 "test": "cacheinvalidation_unittests"
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 "swarming": { 686 "swarming": {
675 "can_use_on_swarming_builders": true 687 "can_use_on_swarming_builders": true
676 }, 688 },
677 "test": "unit_tests" 689 "test": "unit_tests"
678 }, 690 },
679 { 691 {
680 "swarming": { 692 "swarming": {
681 "can_use_on_swarming_builders": true 693 "can_use_on_swarming_builders": true
682 }, 694 },
683 "test": "url_unittests" 695 "test": "url_unittests"
696 },
697 {
698 "swarming": {
699 "can_use_on_swarming_builders": true
700 },
701 "test": "webkit_unit_tests"
702 },
703 {
704 "swarming": {
705 "can_use_on_swarming_builders": true
706 },
707 "test": "wtf_unittests"
684 } 708 }
685 ] 709 ]
686 } 710 }
687 } 711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698