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

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

Issue 2111463002: Add Mac, Win builders back to the CQ for extra coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make chrome_official_builder, chrome_official_builder_no_unittests exist unconditionally on windows 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 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 "name": "telemetry_unittests", 1805 "name": "telemetry_unittests",
1806 "override_compile_targets": [ 1806 "override_compile_targets": [
1807 "telemetry_unittests_run" 1807 "telemetry_unittests_run"
1808 ], 1808 ],
1809 "swarming": { 1809 "swarming": {
1810 "can_use_on_swarming_builders": true 1810 "can_use_on_swarming_builders": true
1811 } 1811 }
1812 } 1812 }
1813 ] 1813 ]
1814 }, 1814 },
1815 "Win8 Aura": {
1816 "additional_compile_targets": [
1817 "all"
1818 ]
1819 },
1820 "Win8 GN (dbg)": {
1821 "additional_compile_targets": [
1822 "all"
1823 ]
1824 },
1825 "Win8 GYP": { 1815 "Win8 GYP": {
1826 "additional_compile_targets": [ 1816 "additional_compile_targets": [
1827 "all" 1817 "chrome_official_builder"
1828 ] 1818 ]
1829 }, 1819 },
1830 "Win8 GYP (dbg)": { 1820 "Win8 GYP (dbg)": {
1831 "additional_compile_targets": [ 1821 "additional_compile_targets": [
1832 "all" 1822 "all"
1833 ] 1823 ]
1834 } 1824 }
1835 } 1825 }
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