OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 "[SLAVE_BUILD]/src", | 245 "[SLAVE_BUILD]/src", |
246 "--build-tool", | 246 "--build-tool", |
247 "ninja", | 247 "ninja", |
248 "--compiler", | 248 "--compiler", |
249 "goma", | 249 "goma", |
250 "--goma-jsonstatus", | 250 "--goma-jsonstatus", |
251 "/path/to/tmp/json", | 251 "/path/to/tmp/json", |
252 "--goma-dir", | 252 "--goma-dir", |
253 "[BUILD]/goma", | 253 "[BUILD]/goma", |
254 "--", | 254 "--", |
255 "android_webview_test_apk", | |
256 "base_junit_tests", | 255 "base_junit_tests", |
257 "browser_tests_apk_run", | 256 "browser_tests_apk_run", |
258 "chrome_junit_tests", | 257 "chrome_junit_tests", |
259 "chrome_public_test_apk", | |
260 "chrome_sync_shell_test_apk", | |
261 "components_junit_tests", | 258 "components_junit_tests", |
262 "content_junit_tests", | 259 "content_junit_tests", |
263 "content_shell_test_apk", | |
264 "cronet_test_instrumentation_apk", | 260 "cronet_test_instrumentation_apk", |
265 "junit_unit_tests", | 261 "junit_unit_tests", |
266 "net_junit_tests", | 262 "net_junit_tests", |
267 "system_webview_apk" | 263 "system_webview_apk" |
268 ], | 264 ], |
269 "cwd": "[SLAVE_BUILD]", | 265 "cwd": "[SLAVE_BUILD]", |
270 "env": { | 266 "env": { |
271 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 267 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
272 }, | 268 }, |
273 "name": "compile", | 269 "name": "compile", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 "~followup_annotations": [ | 354 "~followup_annotations": [ |
359 "@@@STEP_TEXT@Android Tests (dbg)@@@" | 355 "@@@STEP_TEXT@Android Tests (dbg)@@@" |
360 ] | 356 ] |
361 }, | 357 }, |
362 { | 358 { |
363 "name": "$result", | 359 "name": "$result", |
364 "recipe_result": null, | 360 "recipe_result": null, |
365 "status_code": 0 | 361 "status_code": 0 |
366 } | 362 } |
367 ] | 363 ] |
OLD | NEW |