| 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", | 10 "Android Builder", |
| (...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 "device_unittests_apk", | |
| 230 "events_unittests_apk", | |
| 231 "gl_tests_apk", | |
| 232 "gl_unittests_apk", | |
| 233 "gpu_unittests_apk", | |
| 234 "ipc_tests_apk", | |
| 235 "junit_unit_tests", | 221 "junit_unit_tests", |
| 236 "media_unittests_apk", | |
| 237 "net_junit_tests", | 222 "net_junit_tests", |
| 238 "net_unittests_apk", | 223 "system_webview_apk" |
| 239 "sandbox_linux_unittests_deps", | |
| 240 "sql_unittests_apk", | |
| 241 "sync_unit_tests_apk", | |
| 242 "system_webview_apk", | |
| 243 "ui_android_unittests_apk", | |
| 244 "ui_base_unittests_apk", | |
| 245 "ui_touch_selection_unittests_apk", | |
| 246 "unit_tests_apk" | |
| 247 ], | 224 ], |
| 248 "cwd": "[SLAVE_BUILD]", | 225 "cwd": "[SLAVE_BUILD]", |
| 249 "env": { | 226 "env": { |
| 250 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 251 }, | 228 }, |
| 252 "name": "compile", | 229 "name": "compile", |
| 253 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 255 "@@@STEP_LOG_END@json.output (invalid)@@@" | 232 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 256 ] | 233 ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 302 "@@@STEP_TEXT@Android Tests@@@" | 279 "@@@STEP_TEXT@Android Tests@@@" |
| 303 ] | 280 ] |
| 304 }, | 281 }, |
| 305 { | 282 { |
| 306 "name": "$result", | 283 "name": "$result", |
| 307 "recipe_result": null, | 284 "recipe_result": null, |
| 308 "status_code": 0 | 285 "status_code": 0 |
| 309 } | 286 } |
| 310 ] | 287 ] |
| OLD | NEW |