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

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

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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/chromium.memory.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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 }, 928 },
929 "test": "unit_tests" 929 "test": "unit_tests"
930 }, 930 },
931 { 931 {
932 "swarming": { 932 "swarming": {
933 "can_use_on_swarming_builders": true 933 "can_use_on_swarming_builders": true
934 }, 934 },
935 "test": "url_unittests" 935 "test": "url_unittests"
936 }, 936 },
937 { 937 {
938 "swarming": {
939 "can_use_on_swarming_builders": true
940 },
938 "test": "views_unittests" 941 "test": "views_unittests"
939 }, 942 },
940 { 943 {
941 "test": "window_manager_unittests" 944 "test": "window_manager_unittests"
942 }, 945 },
943 { 946 {
944 "swarming": { 947 "swarming": {
945 "can_use_on_swarming_builders": true 948 "can_use_on_swarming_builders": true
946 }, 949 },
947 "test": "wm_unittests" 950 "test": "wm_unittests"
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 }, 1330 },
1328 "test": "unit_tests" 1331 "test": "unit_tests"
1329 }, 1332 },
1330 { 1333 {
1331 "swarming": { 1334 "swarming": {
1332 "can_use_on_swarming_builders": true 1335 "can_use_on_swarming_builders": true
1333 }, 1336 },
1334 "test": "url_unittests" 1337 "test": "url_unittests"
1335 }, 1338 },
1336 { 1339 {
1340 "swarming": {
1341 "can_use_on_swarming_builders": true
1342 },
1337 "test": "views_unittests" 1343 "test": "views_unittests"
1338 }, 1344 },
1339 { 1345 {
1340 "swarming": { 1346 "swarming": {
1341 "can_use_on_swarming_builders": true 1347 "can_use_on_swarming_builders": true
1342 }, 1348 },
1343 "test": "wm_unittests" 1349 "test": "wm_unittests"
1344 } 1350 }
1345 ], 1351 ],
1346 "isolated_scripts": [ 1352 "isolated_scripts": [
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 }, 1703 },
1698 "test": "unit_tests" 1704 "test": "unit_tests"
1699 }, 1705 },
1700 { 1706 {
1701 "swarming": { 1707 "swarming": {
1702 "can_use_on_swarming_builders": true 1708 "can_use_on_swarming_builders": true
1703 }, 1709 },
1704 "test": "url_unittests" 1710 "test": "url_unittests"
1705 }, 1711 },
1706 { 1712 {
1713 "swarming": {
1714 "can_use_on_swarming_builders": true
1715 },
1707 "test": "views_unittests" 1716 "test": "views_unittests"
1708 }, 1717 },
1709 { 1718 {
1710 "swarming": { 1719 "swarming": {
1711 "can_use_on_swarming_builders": true 1720 "can_use_on_swarming_builders": true
1712 }, 1721 },
1713 "test": "wm_unittests" 1722 "test": "wm_unittests"
1714 } 1723 }
1715 ], 1724 ],
1716 "scripts": [ 1725 "scripts": [
1717 { 1726 {
1718 "name": "nacl_integration", 1727 "name": "nacl_integration",
1719 "script": "nacl_integration.py" 1728 "script": "nacl_integration.py"
1720 } 1729 }
1721 ] 1730 ]
1722 } 1731 }
1723 } 1732 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698