OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 "--build-tool", | 204 "--build-tool", |
205 "ninja", | 205 "ninja", |
206 "--compiler", | 206 "--compiler", |
207 "goma", | 207 "goma", |
208 "--goma-jsonstatus", | 208 "--goma-jsonstatus", |
209 "/path/to/tmp/json", | 209 "/path/to/tmp/json", |
210 "--goma-dir", | 210 "--goma-dir", |
211 "[BUILD]/goma", | 211 "[BUILD]/goma", |
212 "--", | 212 "--", |
213 "android_webview_test_apk", | 213 "android_webview_test_apk", |
214 "android_webview_unittests_apk", | |
215 "base_junit_tests", | 214 "base_junit_tests", |
216 "base_unittests_apk", | |
217 "breakpad_unittests_deps", | |
218 "cc_unittests_apk", | |
219 "chrome_junit_tests", | 215 "chrome_junit_tests", |
220 "chrome_public_test_apk", | 216 "chrome_public_test_apk", |
221 "chrome_sync_shell_test_apk", | 217 "chrome_sync_shell_test_apk", |
222 "components_browsertests_apk", | |
223 "components_junit_tests", | 218 "components_junit_tests", |
224 "components_unittests_apk", | |
225 "content_browsertests_apk", | |
226 "content_junit_tests", | 219 "content_junit_tests", |
227 "content_shell_test_apk", | 220 "content_shell_test_apk", |
228 "content_unittests_apk", | |
229 "cronet_test_instrumentation_apk", | 221 "cronet_test_instrumentation_apk", |
230 "device_unittests_apk", | |
231 "events_unittests_apk", | |
232 "gl_tests_apk", | |
233 "gl_unittests_apk", | |
234 "gpu_unittests_apk", | |
235 "ipc_tests_apk", | |
236 "junit_unit_tests", | 222 "junit_unit_tests", |
237 "media_unittests_apk", | |
238 "net_junit_tests", | 223 "net_junit_tests", |
239 "net_unittests_apk", | 224 "system_webview_apk" |
240 "sandbox_linux_unittests_deps", | |
241 "sql_unittests_apk", | |
242 "sync_unit_tests_apk", | |
243 "system_webview_apk", | |
244 "ui_android_unittests_apk", | |
245 "ui_base_unittests_apk", | |
246 "ui_touch_selection_unittests_apk", | |
247 "unit_tests_apk" | |
248 ], | 225 ], |
249 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
250 "env": { | 227 "env": { |
251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 228 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
252 }, | 229 }, |
253 "name": "compile", | 230 "name": "compile", |
254 "~followup_annotations": [ | 231 "~followup_annotations": [ |
255 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 232 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
256 "@@@STEP_LOG_END@json.output (invalid)@@@" | 233 "@@@STEP_LOG_END@json.output (invalid)@@@" |
257 ] | 234 ] |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "~followup_annotations": [ | 279 "~followup_annotations": [ |
303 "@@@STEP_TEXT@Android Tests (dbg)@@@" | 280 "@@@STEP_TEXT@Android Tests (dbg)@@@" |
304 ] | 281 ] |
305 }, | 282 }, |
306 { | 283 { |
307 "name": "$result", | 284 "name": "$result", |
308 "recipe_result": null, | 285 "recipe_result": null, |
309 "status_code": 0 | 286 "status_code": 0 |
310 } | 287 } |
311 ] | 288 ] |
OLD | NEW |