| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp_rel_tests_recipe", | 10 "android_amp_rel_tests_recipe", |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "--target", | 201 "--target", |
| 202 "Release", | 202 "Release", |
| 203 "--src-dir", | 203 "--src-dir", |
| 204 "[SLAVE_BUILD]/src", | 204 "[SLAVE_BUILD]/src", |
| 205 "--build-tool", | 205 "--build-tool", |
| 206 "ninja", | 206 "ninja", |
| 207 "--compiler", | 207 "--compiler", |
| 208 "goma", | 208 "goma", |
| 209 "--goma-dir", | 209 "--goma-dir", |
| 210 "[BUILD]/goma", | 210 "[BUILD]/goma", |
| 211 "--ninja-ensure-up-to-date", |
| 211 "--", | 212 "--", |
| 212 "content_shell_test_apk" | 213 "content_shell_test_apk" |
| 213 ], | 214 ], |
| 214 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
| 215 "env": { | 216 "env": { |
| 216 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 217 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 217 }, | 218 }, |
| 218 "name": "compile" | 219 "name": "compile" |
| 219 }, | 220 }, |
| 220 { | 221 { |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 324 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 324 "@@@STEP_LOG_END@python.inline@@@" | 325 "@@@STEP_LOG_END@python.inline@@@" |
| 325 ] | 326 ] |
| 326 }, | 327 }, |
| 327 { | 328 { |
| 328 "name": "$final_result", | 329 "name": "$final_result", |
| 329 "reason": "1 out of 4 aggregated steps failed. Failures: Step('[trigger] con
tent_shell_test_apk') failed with return_code 1", | 330 "reason": "1 out of 4 aggregated steps failed. Failures: Step('[trigger] con
tent_shell_test_apk') failed with return_code 1", |
| 330 "status_code": 1 | 331 "status_code": 1 |
| 331 } | 332 } |
| 332 ] | 333 ] |
| OLD | NEW |