| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "-u", | 283 "-u", |
| 284 "[BUILD]/scripts/slave/cleanup_temp.py" | 284 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 285 ], | 285 ], |
| 286 "cwd": "[SLAVE_BUILD]", | 286 "cwd": "[SLAVE_BUILD]", |
| 287 "name": "cleanup_temp" | 287 "name": "cleanup_temp" |
| 288 }, | 288 }, |
| 289 { | 289 { |
| 290 "cmd": [ | 290 "cmd": [ |
| 291 "python", | 291 "python", |
| 292 "-u", | 292 "-u", |
| 293 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 293 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 294 "--build-dir", | 294 "--build-dir", |
| 295 "[SLAVE_BUILD]/src/out/Release", | 295 "[SLAVE_BUILD]/src/out/Release", |
| 296 "--clean-isolated-files" | 296 "--clean-isolated-files" |
| 297 ], | 297 ], |
| 298 "cwd": "[SLAVE_BUILD]", | 298 "cwd": "[SLAVE_BUILD]", |
| 299 "name": "clean isolated files" | 299 "name": "clean isolated files" |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 "cmd": [ | 302 "cmd": [ |
| 303 "python", | 303 "python", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 522 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", | 522 "@@@SET_BUILD_PROPERTY@failure_type@\"COMPILE_FAILURE\"@@@", |
| 523 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" | 523 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668
d7fe\"@@@" |
| 524 ] | 524 ] |
| 525 }, | 525 }, |
| 526 { | 526 { |
| 527 "name": "$result", | 527 "name": "$result", |
| 528 "reason": "Infra compile failure: Step Failure in compile (with patch)", | 528 "reason": "Infra compile failure: Step Failure in compile (with patch)", |
| 529 "status_code": 1 | 529 "status_code": 1 |
| 530 } | 530 } |
| 531 ] | 531 ] |
| OLD | NEW |