| 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_dbg_tests_recipe", | 10 "android_dbg_tests_recipe", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "--target", | 175 "--target", |
| 176 "Debug", | 176 "Debug", |
| 177 "--src-dir", | 177 "--src-dir", |
| 178 "[SLAVE_BUILD]/src", | 178 "[SLAVE_BUILD]/src", |
| 179 "--build-tool", | 179 "--build-tool", |
| 180 "ninja", | 180 "ninja", |
| 181 "--compiler", | 181 "--compiler", |
| 182 "goma", | 182 "goma", |
| 183 "--goma-dir", | 183 "--goma-dir", |
| 184 "[BUILD]/goma", | 184 "[BUILD]/goma", |
| 185 "--" | 185 "--", |
| 186 "content_browsertests" |
| 186 ], | 187 ], |
| 187 "env": { | 188 "env": { |
| 188 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 189 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 189 }, | 190 }, |
| 190 "name": "compile" | 191 "name": "compile" |
| 191 }, | 192 }, |
| 192 { | 193 { |
| 193 "cmd": [ | 194 "cmd": [ |
| 194 "python", | 195 "python", |
| 195 "-u", | 196 "-u", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 349 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 349 "@@@STEP_LOG_END@python.inline@@@" | 350 "@@@STEP_LOG_END@python.inline@@@" |
| 350 ] | 351 ] |
| 351 }, | 352 }, |
| 352 { | 353 { |
| 353 "name": "$final_result", | 354 "name": "$final_result", |
| 354 "reason": "1 out of 5 aggregated steps failed. Failures: Step('content_brows
ertests') failed with return_code 1", | 355 "reason": "1 out of 5 aggregated steps failed. Failures: Step('content_brows
ertests') failed with return_code 1", |
| 355 "status_code": 1 | 356 "status_code": 1 |
| 356 } | 357 } |
| 357 ] | 358 ] |
| OLD | NEW |