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

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

Issue 2175293002: Remove telemetry_perf_unittest from Mac10.9 & dbg bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | 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 "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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 "isolate_name": "telemetry_gpu_unittests", 1782 "isolate_name": "telemetry_gpu_unittests",
1783 "name": "telemetry_gpu_unittests", 1783 "name": "telemetry_gpu_unittests",
1784 "override_compile_targets": [ 1784 "override_compile_targets": [
1785 "telemetry_gpu_unittests_run" 1785 "telemetry_gpu_unittests_run"
1786 ], 1786 ],
1787 "swarming": { 1787 "swarming": {
1788 "can_use_on_swarming_builders": true 1788 "can_use_on_swarming_builders": true
1789 } 1789 }
1790 }, 1790 },
1791 { 1791 {
1792 "isolate_name": "telemetry_perf_unittests",
1793 "name": "telemetry_perf_unittests",
1794 "override_compile_targets": [
1795 "telemetry_perf_unittests_run"
1796 ],
1797 "swarming": {
1798 "can_use_on_swarming_builders": true,
1799 "hard_timeout": 960,
1800 "shards": 12
1801 }
1802 },
1803 {
1804 "isolate_name": "telemetry_unittests", 1792 "isolate_name": "telemetry_unittests",
1805 "name": "telemetry_unittests", 1793 "name": "telemetry_unittests",
1806 "override_compile_targets": [ 1794 "override_compile_targets": [
1807 "telemetry_unittests_run" 1795 "telemetry_unittests_run"
1808 ], 1796 ],
1809 "swarming": { 1797 "swarming": {
1810 "can_use_on_swarming_builders": true 1798 "can_use_on_swarming_builders": true
1811 } 1799 }
1812 } 1800 }
1813 ] 1801 ]
1814 }, 1802 },
1815 "Win8 GYP": { 1803 "Win8 GYP": {
1816 "additional_compile_targets": [ 1804 "additional_compile_targets": [
1817 "chrome_official_builder" 1805 "chrome_official_builder"
1818 ] 1806 ]
1819 }, 1807 },
1820 "Win8 GYP (dbg)": { 1808 "Win8 GYP (dbg)": {
1821 "additional_compile_targets": [ 1809 "additional_compile_targets": [
1822 "all" 1810 "all"
1823 ] 1811 ]
1824 } 1812 }
1825 } 1813 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698