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

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

Issue 2328493002: Remove the tool to disable the outdated build detector for organic installs of Chrome. (Closed)
Patch Set: Created 4 years, 3 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.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 { 1112 {
1113 "swarming": { 1113 "swarming": {
1114 "can_use_on_swarming_builders": true 1114 "can_use_on_swarming_builders": true
1115 }, 1115 },
1116 "test": "device_unittests" 1116 "test": "device_unittests"
1117 }, 1117 },
1118 { 1118 {
1119 "swarming": { 1119 "swarming": {
1120 "can_use_on_swarming_builders": true 1120 "can_use_on_swarming_builders": true
1121 }, 1121 },
1122 "test": "disable_outdated_build_detector_unittests"
1123 },
1124 {
1125 "swarming": {
1126 "can_use_on_swarming_builders": true
1127 },
1128 "test": "display_unittests" 1122 "test": "display_unittests"
1129 }, 1123 },
1130 { 1124 {
1131 "swarming": { 1125 "swarming": {
1132 "can_use_on_swarming_builders": true 1126 "can_use_on_swarming_builders": true
1133 }, 1127 },
1134 "test": "events_unittests" 1128 "test": "events_unittests"
1135 }, 1129 },
1136 { 1130 {
1137 "swarming": { 1131 "swarming": {
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 { 1576 {
1583 "swarming": { 1577 "swarming": {
1584 "can_use_on_swarming_builders": true 1578 "can_use_on_swarming_builders": true
1585 }, 1579 },
1586 "test": "crypto_unittests" 1580 "test": "crypto_unittests"
1587 }, 1581 },
1588 { 1582 {
1589 "swarming": { 1583 "swarming": {
1590 "can_use_on_swarming_builders": true 1584 "can_use_on_swarming_builders": true
1591 }, 1585 },
1592 "test": "disable_outdated_build_detector_unittests"
1593 },
1594 {
1595 "swarming": {
1596 "can_use_on_swarming_builders": true
1597 },
1598 "test": "events_unittests" 1586 "test": "events_unittests"
1599 }, 1587 },
1600 { 1588 {
1601 "swarming": { 1589 "swarming": {
1602 "can_use_on_swarming_builders": true 1590 "can_use_on_swarming_builders": true
1603 }, 1591 },
1604 "test": "extensions_browsertests" 1592 "test": "extensions_browsertests"
1605 }, 1593 },
1606 { 1594 {
1607 "swarming": { 1595 "swarming": {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 "additional_compile_targets": [ 1831 "additional_compile_targets": [
1844 "chrome_official_builder" 1832 "chrome_official_builder"
1845 ] 1833 ]
1846 }, 1834 },
1847 "Win8 GYP (dbg)": { 1835 "Win8 GYP (dbg)": {
1848 "additional_compile_targets": [ 1836 "additional_compile_targets": [
1849 "all" 1837 "all"
1850 ] 1838 ]
1851 } 1839 }
1852 } 1840 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698