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

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

Issue 1200263002: Convert content_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7b_content_browsertests
Patch Set: Created 5 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.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.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 "chrome_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "test": "html_viewer_unittests" 9 "test": "html_viewer_unittests"
10 }, 10 },
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 "test": "cast_shell_browser_test" 100 "test": "cast_shell_browser_test"
101 }, 101 },
102 { 102 {
103 "swarming": { 103 "swarming": {
104 "can_use_on_swarming_builders": true 104 "can_use_on_swarming_builders": true
105 }, 105 },
106 "test": "content_browsertests" 106 "test": "content_browsertests"
107 }, 107 },
108 { 108 {
109 "swarming": {
110 "can_use_on_swarming_builders": true
111 },
109 "test": "content_unittests" 112 "test": "content_unittests"
110 }, 113 },
111 { 114 {
112 "test": "crypto_unittests" 115 "test": "crypto_unittests"
113 }, 116 },
114 { 117 {
115 "test": "gpu_unittests" 118 "test": "gpu_unittests"
116 }, 119 },
117 { 120 {
118 "test": "ipc_tests" 121 "test": "ipc_tests"
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 } 1166 }
1164 ], 1167 ],
1165 "scripts": [ 1168 "scripts": [
1166 { 1169 {
1167 "name": "nacl_integration", 1170 "name": "nacl_integration",
1168 "script": "nacl_integration.py" 1171 "script": "nacl_integration.py"
1169 } 1172 }
1170 ] 1173 ]
1171 } 1174 }
1172 } 1175 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698