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

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

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "isolate_name": "telemetry_gpu_unittests", 402 "isolate_name": "telemetry_gpu_unittests",
403 "name": "telemetry_gpu_unittests", 403 "name": "telemetry_gpu_unittests",
404 "override_compile_targets": [ 404 "override_compile_targets": [
405 "telemetry_gpu_unittests_run" 405 "telemetry_gpu_unittests_run"
406 ], 406 ],
407 "swarming": { 407 "swarming": {
408 "can_use_on_swarming_builders": true 408 "can_use_on_swarming_builders": true
409 } 409 }
410 }, 410 },
411 { 411 {
412 "args": [
413 "--xvfb"
414 ],
412 "isolate_name": "telemetry_perf_unittests", 415 "isolate_name": "telemetry_perf_unittests",
413 "name": "telemetry_perf_unittests", 416 "name": "telemetry_perf_unittests",
414 "override_compile_targets": [ 417 "override_compile_targets": [
415 "telemetry_perf_unittests_run" 418 "telemetry_perf_unittests_run"
416 ], 419 ],
417 "swarming": { 420 "swarming": {
418 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
419 } 422 }
420 }, 423 },
421 { 424 {
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 "isolate_name": "telemetry_gpu_unittests", 836 "isolate_name": "telemetry_gpu_unittests",
834 "name": "telemetry_gpu_unittests", 837 "name": "telemetry_gpu_unittests",
835 "override_compile_targets": [ 838 "override_compile_targets": [
836 "telemetry_gpu_unittests_run" 839 "telemetry_gpu_unittests_run"
837 ], 840 ],
838 "swarming": { 841 "swarming": {
839 "can_use_on_swarming_builders": true 842 "can_use_on_swarming_builders": true
840 } 843 }
841 }, 844 },
842 { 845 {
846 "args": [
847 "--xvfb"
848 ],
843 "isolate_name": "telemetry_perf_unittests", 849 "isolate_name": "telemetry_perf_unittests",
844 "name": "telemetry_perf_unittests", 850 "name": "telemetry_perf_unittests",
845 "override_compile_targets": [ 851 "override_compile_targets": [
846 "telemetry_perf_unittests_run" 852 "telemetry_perf_unittests_run"
847 ], 853 ],
848 "swarming": { 854 "swarming": {
849 "can_use_on_swarming_builders": true 855 "can_use_on_swarming_builders": true
850 } 856 }
851 }, 857 },
852 { 858 {
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 "isolate_name": "telemetry_gpu_unittests", 1740 "isolate_name": "telemetry_gpu_unittests",
1735 "name": "telemetry_gpu_unittests", 1741 "name": "telemetry_gpu_unittests",
1736 "override_compile_targets": [ 1742 "override_compile_targets": [
1737 "telemetry_gpu_unittests_run" 1743 "telemetry_gpu_unittests_run"
1738 ], 1744 ],
1739 "swarming": { 1745 "swarming": {
1740 "can_use_on_swarming_builders": true 1746 "can_use_on_swarming_builders": true
1741 } 1747 }
1742 }, 1748 },
1743 { 1749 {
1750 "args": [
1751 "--xvfb"
1752 ],
1744 "isolate_name": "telemetry_perf_unittests", 1753 "isolate_name": "telemetry_perf_unittests",
1745 "name": "telemetry_perf_unittests", 1754 "name": "telemetry_perf_unittests",
1746 "override_compile_targets": [ 1755 "override_compile_targets": [
1747 "telemetry_perf_unittests_run" 1756 "telemetry_perf_unittests_run"
1748 ], 1757 ],
1749 "swarming": { 1758 "swarming": {
1750 "can_use_on_swarming_builders": true 1759 "can_use_on_swarming_builders": true
1751 } 1760 }
1752 }, 1761 },
1753 { 1762 {
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2122 "isolate_name": "telemetry_gpu_unittests", 2131 "isolate_name": "telemetry_gpu_unittests",
2123 "name": "telemetry_gpu_unittests", 2132 "name": "telemetry_gpu_unittests",
2124 "override_compile_targets": [ 2133 "override_compile_targets": [
2125 "telemetry_gpu_unittests_run" 2134 "telemetry_gpu_unittests_run"
2126 ], 2135 ],
2127 "swarming": { 2136 "swarming": {
2128 "can_use_on_swarming_builders": true 2137 "can_use_on_swarming_builders": true
2129 } 2138 }
2130 }, 2139 },
2131 { 2140 {
2141 "args": [
2142 "--xvfb"
2143 ],
2132 "isolate_name": "telemetry_perf_unittests", 2144 "isolate_name": "telemetry_perf_unittests",
2133 "name": "telemetry_perf_unittests", 2145 "name": "telemetry_perf_unittests",
2134 "override_compile_targets": [ 2146 "override_compile_targets": [
2135 "telemetry_perf_unittests_run" 2147 "telemetry_perf_unittests_run"
2136 ], 2148 ],
2137 "swarming": { 2149 "swarming": {
2138 "can_use_on_swarming_builders": true 2150 "can_use_on_swarming_builders": true
2139 } 2151 }
2140 }, 2152 },
2141 { 2153 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
2323 }, 2335 },
2324 { 2336 {
2325 "swarming": { 2337 "swarming": {
2326 "can_use_on_swarming_builders": true 2338 "can_use_on_swarming_builders": true
2327 }, 2339 },
2328 "test": "events_unittests" 2340 "test": "events_unittests"
2329 } 2341 }
2330 ] 2342 ]
2331 } 2343 }
2332 } 2344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698