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", | 10 "Android Builder", |
(...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 "junit_unit_tests", | 260 "junit_unit_tests", |
265 "net_junit_tests", | 261 "net_junit_tests", |
266 "system_webview_apk" | 262 "system_webview_apk" |
267 ], | 263 ], |
268 "cwd": "[SLAVE_BUILD]", | 264 "cwd": "[SLAVE_BUILD]", |
269 "env": { | 265 "env": { |
270 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
271 }, | 267 }, |
272 "name": "compile", | 268 "name": "compile", |
273 "~followup_annotations": [ | 269 "~followup_annotations": [ |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "~followup_annotations": [ | 353 "~followup_annotations": [ |
358 "@@@STEP_TEXT@Android Tests@@@" | 354 "@@@STEP_TEXT@Android Tests@@@" |
359 ] | 355 ] |
360 }, | 356 }, |
361 { | 357 { |
362 "name": "$result", | 358 "name": "$result", |
363 "recipe_result": null, | 359 "recipe_result": null, |
364 "status_code": 0 | 360 "status_code": 0 |
365 } | 361 } |
366 ] | 362 ] |
OLD | NEW |