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

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

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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.memory.json ('k') | testing/buildbot/chromium.webkit.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 "Chromium Linux Builder (valgrind)": { 2 "Chromium Linux Builder (valgrind)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "components_unittests", 5 "components_unittests",
6 "content_unittests", 6 "content_unittests",
7 "crypto_unittests", 7 "crypto_unittests",
8 "device_unittests", 8 "device_unittests",
9 "display_unittests", 9 "display_unittests",
10 "extensions_unittests", 10 "extensions_unittests",
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 }, 616 },
617 "test": "unit_tests" 617 "test": "unit_tests"
618 }, 618 },
619 { 619 {
620 "swarming": { 620 "swarming": {
621 "can_use_on_swarming_builders": true 621 "can_use_on_swarming_builders": true
622 }, 622 },
623 "test": "url_unittests" 623 "test": "url_unittests"
624 }, 624 },
625 { 625 {
626 "swarming": {
627 "can_use_on_swarming_builders": true
628 },
626 "test": "views_unittests" 629 "test": "views_unittests"
627 }, 630 },
628 { 631 {
629 "swarming": { 632 "swarming": {
630 "can_use_on_swarming_builders": true 633 "can_use_on_swarming_builders": true
631 }, 634 },
632 "test": "wm_unittests" 635 "test": "wm_unittests"
633 } 636 }
634 ] 637 ]
635 }, 638 },
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 }, 921 },
919 "test": "unit_tests" 922 "test": "unit_tests"
920 }, 923 },
921 { 924 {
922 "swarming": { 925 "swarming": {
923 "can_use_on_swarming_builders": true 926 "can_use_on_swarming_builders": true
924 }, 927 },
925 "test": "url_unittests" 928 "test": "url_unittests"
926 }, 929 },
927 { 930 {
931 "swarming": {
932 "can_use_on_swarming_builders": true
933 },
928 "test": "views_unittests" 934 "test": "views_unittests"
929 }, 935 },
930 { 936 {
931 "swarming": { 937 "swarming": {
932 "can_use_on_swarming_builders": true 938 "can_use_on_swarming_builders": true
933 }, 939 },
934 "test": "wm_unittests" 940 "test": "wm_unittests"
935 } 941 }
936 ] 942 ]
937 }, 943 },
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 }, 1170 },
1165 "test": "unit_tests" 1171 "test": "unit_tests"
1166 }, 1172 },
1167 { 1173 {
1168 "swarming": { 1174 "swarming": {
1169 "can_use_on_swarming_builders": true 1175 "can_use_on_swarming_builders": true
1170 }, 1176 },
1171 "test": "url_unittests" 1177 "test": "url_unittests"
1172 }, 1178 },
1173 { 1179 {
1180 "swarming": {
1181 "can_use_on_swarming_builders": true
1182 },
1174 "test": "views_unittests" 1183 "test": "views_unittests"
1175 }, 1184 },
1176 { 1185 {
1177 "swarming": { 1186 "swarming": {
1178 "can_use_on_swarming_builders": true 1187 "can_use_on_swarming_builders": true
1179 }, 1188 },
1180 "test": "wm_unittests" 1189 "test": "wm_unittests"
1181 } 1190 }
1182 ] 1191 ]
1183 }, 1192 },
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2555 }, 2564 },
2556 { 2565 {
2557 "test": "unit_tests" 2566 "test": "unit_tests"
2558 }, 2567 },
2559 { 2568 {
2560 "test": "url_unittests" 2569 "test": "url_unittests"
2561 } 2570 }
2562 ] 2571 ]
2563 } 2572 }
2564 } 2573 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698