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

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

Issue 1207483003: Converted content_browsertests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7a_manage
Patch Set: Drop Win8 Aura 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.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_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 { 108 {
109 "test": "cast_media_unittests" 109 "test": "cast_media_unittests"
110 }, 110 },
111 { 111 {
112 "test": "cast_shell_browser_test" 112 "test": "cast_shell_browser_test"
113 }, 113 },
114 { 114 {
115 "args": [ 115 "args": [
116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT est.BrowserFont" 116 "--gtest_filter=-OutOfProcessPPAPITest.TrueTypeFont:OutOfProcessPPAPIT est.BrowserFont"
117 ], 117 ],
118 "swarming": {
119 "can_use_on_swarming_builders": true
120 },
118 "test": "content_browsertests" 121 "test": "content_browsertests"
119 }, 122 },
120 { 123 {
121 "swarming": { 124 "swarming": {
122 "can_use_on_swarming_builders": true 125 "can_use_on_swarming_builders": true
123 }, 126 },
124 "test": "content_unittests" 127 "test": "content_unittests"
125 }, 128 },
126 { 129 {
127 "swarming": { 130 "swarming": {
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 } 1190 }
1188 ], 1191 ],
1189 "scripts": [ 1192 "scripts": [
1190 { 1193 {
1191 "name": "nacl_integration", 1194 "name": "nacl_integration",
1192 "script": "nacl_integration.py" 1195 "script": "nacl_integration.py"
1193 } 1196 }
1194 ] 1197 ]
1195 } 1198 }
1196 } 1199 }
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