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

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

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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.android.fyi.json ('k') | testing/buildbot/chromium.gpu.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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 "swarming": { 2406 "swarming": {
2407 "can_use_on_swarming_builders": false 2407 "can_use_on_swarming_builders": false
2408 }, 2408 },
2409 "test": "views_unittests" 2409 "test": "views_unittests"
2410 } 2410 }
2411 ], 2411 ],
2412 "isolated_scripts": [ 2412 "isolated_scripts": [
2413 { 2413 {
2414 "isolate_name": "telemetry_gpu_unittests", 2414 "isolate_name": "telemetry_gpu_unittests",
2415 "name": "telemetry_gpu_unittests", 2415 "name": "telemetry_gpu_unittests",
2416 "override_compile_targets": [
2417 "telemetry_gpu_unittests_run"
2418 ],
2416 "swarming": { 2419 "swarming": {
2417 "can_use_on_swarming_builders": false 2420 "can_use_on_swarming_builders": false
2418 } 2421 }
2419 }, 2422 },
2420 { 2423 {
2421 "isolate_name": "telemetry_perf_unittests", 2424 "isolate_name": "telemetry_perf_unittests",
2422 "name": "telemetry_perf_unittests", 2425 "name": "telemetry_perf_unittests",
2426 "override_compile_targets": [
2427 "telemetry_perf_unittests_run"
2428 ],
2423 "swarming": { 2429 "swarming": {
2424 "can_use_on_swarming_builders": false, 2430 "can_use_on_swarming_builders": false,
2425 "hard_timeout": 960, 2431 "hard_timeout": 960,
2426 "shards": 12 2432 "shards": 12
2427 } 2433 }
2428 }, 2434 },
2429 { 2435 {
2430 "isolate_name": "telemetry_unittests", 2436 "isolate_name": "telemetry_unittests",
2431 "name": "telemetry_unittests", 2437 "name": "telemetry_unittests",
2438 "override_compile_targets": [
2439 "telemetry_unittests_run"
2440 ],
2432 "swarming": { 2441 "swarming": {
2433 "can_use_on_swarming_builders": false, 2442 "can_use_on_swarming_builders": false,
2434 "shards": 2 2443 "shards": 2
2435 } 2444 }
2436 } 2445 }
2437 ] 2446 ]
2438 }, 2447 },
2439 "Chromium Mac 10.11 Force Mac Toolchain": { 2448 "Chromium Mac 10.11 Force Mac Toolchain": {
2440 "gtest_tests": [ 2449 "gtest_tests": [
2441 { 2450 {
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after
4884 "swarming": { 4893 "swarming": {
4885 "can_use_on_swarming_builders": true 4894 "can_use_on_swarming_builders": true
4886 }, 4895 },
4887 "test": "wtf_unittests" 4896 "test": "wtf_unittests"
4888 } 4897 }
4889 ], 4898 ],
4890 "isolated_scripts": [ 4899 "isolated_scripts": [
4891 { 4900 {
4892 "isolate_name": "telemetry_gpu_unittests", 4901 "isolate_name": "telemetry_gpu_unittests",
4893 "name": "telemetry_gpu_unittests", 4902 "name": "telemetry_gpu_unittests",
4903 "override_compile_targets": [
4904 "telemetry_gpu_unittests_run"
4905 ],
4894 "swarming": { 4906 "swarming": {
4895 "can_use_on_swarming_builders": true 4907 "can_use_on_swarming_builders": true
4896 } 4908 }
4897 }, 4909 },
4898 { 4910 {
4899 "isolate_name": "telemetry_perf_unittests", 4911 "isolate_name": "telemetry_perf_unittests",
4900 "name": "telemetry_perf_unittests", 4912 "name": "telemetry_perf_unittests",
4913 "override_compile_targets": [
4914 "telemetry_perf_unittests_run"
4915 ],
4901 "swarming": { 4916 "swarming": {
4902 "can_use_on_swarming_builders": true, 4917 "can_use_on_swarming_builders": true,
4903 "hard_timeout": 960, 4918 "hard_timeout": 960,
4904 "shards": 12 4919 "shards": 12
4905 } 4920 }
4906 }, 4921 },
4907 { 4922 {
4908 "isolate_name": "telemetry_unittests", 4923 "isolate_name": "telemetry_unittests",
4909 "name": "telemetry_unittests", 4924 "name": "telemetry_unittests",
4925 "override_compile_targets": [
4926 "telemetry_unittests_run"
4927 ],
4910 "swarming": { 4928 "swarming": {
4911 "can_use_on_swarming_builders": true, 4929 "can_use_on_swarming_builders": true,
4912 "shards": 2 4930 "shards": 2
4913 } 4931 }
4914 } 4932 }
4915 ], 4933 ],
4916 "scripts": [ 4934 "scripts": [
4917 { 4935 {
4918 "name": "nacl_integration", 4936 "name": "nacl_integration",
4919 "script": "nacl_integration.py" 4937 "script": "nacl_integration.py"
(...skipping 6038 matching lines...) Expand 10 before | Expand all | Expand 10 after
10958 "swarming": { 10976 "swarming": {
10959 "can_use_on_swarming_builders": true 10977 "can_use_on_swarming_builders": true
10960 }, 10978 },
10961 "test": "wm_unittests" 10979 "test": "wm_unittests"
10962 } 10980 }
10963 ], 10981 ],
10964 "isolated_scripts": [ 10982 "isolated_scripts": [
10965 { 10983 {
10966 "isolate_name": "telemetry_gpu_unittests", 10984 "isolate_name": "telemetry_gpu_unittests",
10967 "name": "telemetry_gpu_unittests", 10985 "name": "telemetry_gpu_unittests",
10986 "override_compile_targets": [
10987 "telemetry_gpu_unittests_run"
10988 ],
10968 "swarming": { 10989 "swarming": {
10969 "can_use_on_swarming_builders": true 10990 "can_use_on_swarming_builders": true
10970 } 10991 }
10971 }, 10992 },
10972 { 10993 {
10973 "args": [ 10994 "args": [
10974 "--xvfb" 10995 "--xvfb"
10975 ], 10996 ],
10976 "isolate_name": "telemetry_perf_unittests", 10997 "isolate_name": "telemetry_perf_unittests",
10977 "name": "telemetry_perf_unittests", 10998 "name": "telemetry_perf_unittests",
10999 "override_compile_targets": [
11000 "telemetry_perf_unittests_run"
11001 ],
10978 "swarming": { 11002 "swarming": {
10979 "can_use_on_swarming_builders": true, 11003 "can_use_on_swarming_builders": true,
10980 "hard_timeout": 960, 11004 "hard_timeout": 960,
10981 "shards": 12 11005 "shards": 12
10982 } 11006 }
10983 }, 11007 },
10984 { 11008 {
10985 "args": [ 11009 "args": [
10986 "--jobs=1" 11010 "--jobs=1"
10987 ], 11011 ],
10988 "isolate_name": "telemetry_unittests", 11012 "isolate_name": "telemetry_unittests",
10989 "name": "telemetry_unittests", 11013 "name": "telemetry_unittests",
11014 "override_compile_targets": [
11015 "telemetry_unittests_run"
11016 ],
10990 "swarming": { 11017 "swarming": {
10991 "can_use_on_swarming_builders": true, 11018 "can_use_on_swarming_builders": true,
10992 "shards": 4 11019 "shards": 4
10993 } 11020 }
10994 } 11021 }
10995 ], 11022 ],
10996 "scripts": [ 11023 "scripts": [
10997 { 11024 {
10998 "name": "nacl_integration", 11025 "name": "nacl_integration",
10999 "script": "nacl_integration.py" 11026 "script": "nacl_integration.py"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
11159 "test": "views_unittests" 11186 "test": "views_unittests"
11160 }, 11187 },
11161 { 11188 {
11162 "test": "wm_unittests" 11189 "test": "wm_unittests"
11163 } 11190 }
11164 ], 11191 ],
11165 "isolated_scripts": [ 11192 "isolated_scripts": [
11166 { 11193 {
11167 "isolate_name": "telemetry_gpu_unittests", 11194 "isolate_name": "telemetry_gpu_unittests",
11168 "name": "telemetry_gpu_unittests", 11195 "name": "telemetry_gpu_unittests",
11196 "override_compile_targets": [
11197 "telemetry_gpu_unittests_run"
11198 ],
11169 "swarming": { 11199 "swarming": {
11170 "can_use_on_swarming_builders": true 11200 "can_use_on_swarming_builders": true
11171 } 11201 }
11172 }, 11202 },
11173 { 11203 {
11174 "args": [ 11204 "args": [
11175 "--xvfb" 11205 "--xvfb"
11176 ], 11206 ],
11177 "isolate_name": "telemetry_perf_unittests", 11207 "isolate_name": "telemetry_perf_unittests",
11178 "name": "telemetry_perf_unittests", 11208 "name": "telemetry_perf_unittests",
11209 "override_compile_targets": [
11210 "telemetry_perf_unittests_run"
11211 ],
11179 "swarming": { 11212 "swarming": {
11180 "can_use_on_swarming_builders": true, 11213 "can_use_on_swarming_builders": true,
11181 "hard_timeout": 960, 11214 "hard_timeout": 960,
11182 "shards": 12 11215 "shards": 12
11183 } 11216 }
11184 }, 11217 },
11185 { 11218 {
11186 "isolate_name": "telemetry_unittests", 11219 "isolate_name": "telemetry_unittests",
11187 "name": "telemetry_unittests", 11220 "name": "telemetry_unittests",
11221 "override_compile_targets": [
11222 "telemetry_unittests_run"
11223 ],
11188 "swarming": { 11224 "swarming": {
11189 "can_use_on_swarming_builders": true 11225 "can_use_on_swarming_builders": true
11190 } 11226 }
11191 } 11227 }
11192 ], 11228 ],
11193 "scripts": [ 11229 "scripts": [
11194 { 11230 {
11195 "name": "nacl_integration", 11231 "name": "nacl_integration",
11196 "script": "nacl_integration.py" 11232 "script": "nacl_integration.py"
11197 } 11233 }
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
11509 "swarming": { 11545 "swarming": {
11510 "can_use_on_swarming_builders": true 11546 "can_use_on_swarming_builders": true
11511 }, 11547 },
11512 "test": "wm_unittests" 11548 "test": "wm_unittests"
11513 } 11549 }
11514 ], 11550 ],
11515 "isolated_scripts": [ 11551 "isolated_scripts": [
11516 { 11552 {
11517 "isolate_name": "telemetry_gpu_unittests", 11553 "isolate_name": "telemetry_gpu_unittests",
11518 "name": "telemetry_gpu_unittests", 11554 "name": "telemetry_gpu_unittests",
11555 "override_compile_targets": [
11556 "telemetry_gpu_unittests_run"
11557 ],
11519 "swarming": { 11558 "swarming": {
11520 "can_use_on_swarming_builders": true 11559 "can_use_on_swarming_builders": true
11521 } 11560 }
11522 }, 11561 },
11523 { 11562 {
11524 "args": [ 11563 "args": [
11525 "--xvfb" 11564 "--xvfb"
11526 ], 11565 ],
11527 "isolate_name": "telemetry_perf_unittests", 11566 "isolate_name": "telemetry_perf_unittests",
11528 "name": "telemetry_perf_unittests", 11567 "name": "telemetry_perf_unittests",
11568 "override_compile_targets": [
11569 "telemetry_perf_unittests_run"
11570 ],
11529 "swarming": { 11571 "swarming": {
11530 "can_use_on_swarming_builders": true, 11572 "can_use_on_swarming_builders": true,
11531 "hard_timeout": 960, 11573 "hard_timeout": 960,
11532 "shards": 12 11574 "shards": 12
11533 } 11575 }
11534 }, 11576 },
11535 { 11577 {
11536 "args": [ 11578 "args": [
11537 "--jobs=1" 11579 "--jobs=1"
11538 ], 11580 ],
11539 "isolate_name": "telemetry_unittests", 11581 "isolate_name": "telemetry_unittests",
11540 "name": "telemetry_unittests", 11582 "name": "telemetry_unittests",
11583 "override_compile_targets": [
11584 "telemetry_unittests_run"
11585 ],
11541 "swarming": { 11586 "swarming": {
11542 "can_use_on_swarming_builders": true, 11587 "can_use_on_swarming_builders": true,
11543 "shards": 4 11588 "shards": 4
11544 } 11589 }
11545 } 11590 }
11546 ], 11591 ],
11547 "scripts": [ 11592 "scripts": [
11548 { 11593 {
11549 "name": "nacl_integration", 11594 "name": "nacl_integration",
11550 "script": "nacl_integration.py" 11595 "script": "nacl_integration.py"
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
11704 "test": "views_unittests" 11749 "test": "views_unittests"
11705 }, 11750 },
11706 { 11751 {
11707 "test": "wm_unittests" 11752 "test": "wm_unittests"
11708 } 11753 }
11709 ], 11754 ],
11710 "isolated_scripts": [ 11755 "isolated_scripts": [
11711 { 11756 {
11712 "isolate_name": "telemetry_gpu_unittests", 11757 "isolate_name": "telemetry_gpu_unittests",
11713 "name": "telemetry_gpu_unittests", 11758 "name": "telemetry_gpu_unittests",
11759 "override_compile_targets": [
11760 "telemetry_gpu_unittests_run"
11761 ],
11714 "swarming": { 11762 "swarming": {
11715 "can_use_on_swarming_builders": true 11763 "can_use_on_swarming_builders": true
11716 } 11764 }
11717 }, 11765 },
11718 { 11766 {
11719 "args": [ 11767 "args": [
11720 "--xvfb" 11768 "--xvfb"
11721 ], 11769 ],
11722 "isolate_name": "telemetry_perf_unittests", 11770 "isolate_name": "telemetry_perf_unittests",
11723 "name": "telemetry_perf_unittests", 11771 "name": "telemetry_perf_unittests",
11772 "override_compile_targets": [
11773 "telemetry_perf_unittests_run"
11774 ],
11724 "swarming": { 11775 "swarming": {
11725 "can_use_on_swarming_builders": true, 11776 "can_use_on_swarming_builders": true,
11726 "hard_timeout": 960, 11777 "hard_timeout": 960,
11727 "shards": 12 11778 "shards": 12
11728 } 11779 }
11729 }, 11780 },
11730 { 11781 {
11731 "isolate_name": "telemetry_unittests", 11782 "isolate_name": "telemetry_unittests",
11732 "name": "telemetry_unittests", 11783 "name": "telemetry_unittests",
11784 "override_compile_targets": [
11785 "telemetry_unittests_run"
11786 ],
11733 "swarming": { 11787 "swarming": {
11734 "can_use_on_swarming_builders": true 11788 "can_use_on_swarming_builders": true
11735 } 11789 }
11736 } 11790 }
11737 ], 11791 ],
11738 "scripts": [ 11792 "scripts": [
11739 { 11793 {
11740 "name": "nacl_integration", 11794 "name": "nacl_integration",
11741 "script": "nacl_integration.py" 11795 "script": "nacl_integration.py"
11742 } 11796 }
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
13161 }, 13215 },
13162 { 13216 {
13163 "swarming": { 13217 "swarming": {
13164 "can_use_on_swarming_builders": false 13218 "can_use_on_swarming_builders": false
13165 }, 13219 },
13166 "test": "views_unittests" 13220 "test": "views_unittests"
13167 } 13221 }
13168 ] 13222 ]
13169 } 13223 }
13170 } 13224 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.fyi.json ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698