| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "-u", | 273 "-u", |
| 274 "[BUILD]/scripts/slave/cleanup_temp.py" | 274 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 275 ], | 275 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
| 277 "name": "cleanup_temp" | 277 "name": "cleanup_temp" |
| 278 }, | 278 }, |
| 279 { | 279 { |
| 280 "cmd": [ | 280 "cmd": [ |
| 281 "python", | 281 "python", |
| 282 "-u", | 282 "-u", |
| 283 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 283 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 284 "--build-dir", | 284 "--build-dir", |
| 285 "[SLAVE_BUILD]/src/out/Release", | 285 "[SLAVE_BUILD]/src/out/Release", |
| 286 "--clean-isolated-files" | 286 "--clean-isolated-files" |
| 287 ], | 287 ], |
| 288 "cwd": "[SLAVE_BUILD]", | 288 "cwd": "[SLAVE_BUILD]", |
| 289 "name": "clean isolated files" | 289 "name": "clean isolated files" |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "cmd": [ | 292 "cmd": [ |
| 293 "python", | 293 "python", |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", | 508 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", |
| 509 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" | 509 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8
ac1f\"@@@" |
| 510 ] | 510 ] |
| 511 }, | 511 }, |
| 512 { | 512 { |
| 513 "name": "$result", | 513 "name": "$result", |
| 514 "reason": "Step('compile (without patch)') failed with return_code 1", | 514 "reason": "Step('compile (without patch)') failed with return_code 1", |
| 515 "status_code": 1 | 515 "status_code": 1 |
| 516 } | 516 } |
| 517 ] | 517 ] |
| OLD | NEW |