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

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

Issue 1240333002: Convert google_apis_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: fixed 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
OLDNEW
1 { 1 {
2 "Linux ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 { 122 {
123 "swarming": { 123 "swarming": {
124 "can_use_on_swarming_builders": true 124 "can_use_on_swarming_builders": true
125 }, 125 },
126 "test": "gcm_unit_tests" 126 "test": "gcm_unit_tests"
127 }, 127 },
128 { 128 {
129 "test": "gl_unittests" 129 "test": "gl_unittests"
130 }, 130 },
131 { 131 {
132 "swarming": {
133 "can_use_on_swarming_builders": true
134 },
132 "test": "google_apis_unittests" 135 "test": "google_apis_unittests"
133 }, 136 },
134 { 137 {
135 "swarming": { 138 "swarming": {
136 "can_use_on_swarming_builders": true 139 "can_use_on_swarming_builders": true
137 }, 140 },
138 "test": "gpu_unittests" 141 "test": "gpu_unittests"
139 }, 142 },
140 { 143 {
141 "swarming": { 144 "swarming": {
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 { 410 {
408 "swarming": { 411 "swarming": {
409 "can_use_on_swarming_builders": true 412 "can_use_on_swarming_builders": true
410 }, 413 },
411 "test": "gfx_unittests" 414 "test": "gfx_unittests"
412 }, 415 },
413 { 416 {
414 "test": "gl_unittests" 417 "test": "gl_unittests"
415 }, 418 },
416 { 419 {
420 "swarming": {
421 "can_use_on_swarming_builders": true
422 },
417 "test": "google_apis_unittests" 423 "test": "google_apis_unittests"
418 }, 424 },
419 { 425 {
420 "swarming": { 426 "swarming": {
421 "can_use_on_swarming_builders": true 427 "can_use_on_swarming_builders": true
422 }, 428 },
423 "test": "gpu_unittests" 429 "test": "gpu_unittests"
424 }, 430 },
425 { 431 {
426 "swarming": { 432 "swarming": {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 { 684 {
679 "swarming": { 685 "swarming": {
680 "can_use_on_swarming_builders": true 686 "can_use_on_swarming_builders": true
681 }, 687 },
682 "test": "gfx_unittests" 688 "test": "gfx_unittests"
683 }, 689 },
684 { 690 {
685 "test": "gl_unittests" 691 "test": "gl_unittests"
686 }, 692 },
687 { 693 {
694 "swarming": {
695 "can_use_on_swarming_builders": true
696 },
688 "test": "google_apis_unittests" 697 "test": "google_apis_unittests"
689 }, 698 },
690 { 699 {
691 "swarming": { 700 "swarming": {
692 "can_use_on_swarming_builders": true 701 "can_use_on_swarming_builders": true
693 }, 702 },
694 "test": "gpu_unittests" 703 "test": "gpu_unittests"
695 }, 704 },
696 { 705 {
697 "test": "ipc_mojo_unittests" 706 "test": "ipc_mojo_unittests"
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 }, 811 },
803 { 812 {
804 "swarming": { 813 "swarming": {
805 "can_use_on_swarming_builders": true 814 "can_use_on_swarming_builders": true
806 }, 815 },
807 "test": "wm_unittests" 816 "test": "wm_unittests"
808 } 817 }
809 ] 818 ]
810 } 819 }
811 } 820 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698