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

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

Issue 1200233003: Convert gpu_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_gfx_unittests
Patch Set: Created 5 years, 6 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 "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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 }, 114 },
115 "test": "content_unittests" 115 "test": "content_unittests"
116 }, 116 },
117 { 117 {
118 "swarming": { 118 "swarming": {
119 "can_use_on_swarming_builders": true 119 "can_use_on_swarming_builders": true
120 }, 120 },
121 "test": "crypto_unittests" 121 "test": "crypto_unittests"
122 }, 122 },
123 { 123 {
124 "swarming": {
125 "can_use_on_swarming_builders": true
126 },
124 "test": "gpu_unittests" 127 "test": "gpu_unittests"
125 }, 128 },
126 { 129 {
127 "test": "ipc_tests" 130 "test": "ipc_tests"
128 }, 131 },
129 { 132 {
130 "test": "jingle_unittests" 133 "test": "jingle_unittests"
131 }, 134 },
132 { 135 {
133 "test": "media_unittests" 136 "test": "media_unittests"
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 } 1178 }
1176 ], 1179 ],
1177 "scripts": [ 1180 "scripts": [
1178 { 1181 {
1179 "name": "nacl_integration", 1182 "name": "nacl_integration",
1180 "script": "nacl_integration.py" 1183 "script": "nacl_integration.py"
1181 } 1184 }
1182 ] 1185 ]
1183 } 1186 }
1184 } 1187 }
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