| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux32 Debug", | 10 "Linux32 Debug", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "@@@STEP_LOG_LINE@json.output@}@@@", | 48 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 49 "@@@STEP_LOG_END@json.output@@@", | 49 "@@@STEP_LOG_END@json.output@@@", |
| 50 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 50 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 52 ] | 52 ] |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "cmd": [ | 55 "cmd": [ |
| 56 "python", | 56 "python", |
| 57 "-u", | 57 "-u", |
| 58 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", | 58 "RECIPE_MODULE[build.webrtc]/resources/cleanup_files.py", |
| 59 "[SLAVE_BUILD]/src/out" | 59 "[SLAVE_BUILD]/src/out" |
| 60 ], | 60 ], |
| 61 "cwd": "[SLAVE_BUILD]", | 61 "cwd": "[SLAVE_BUILD]", |
| 62 "name": "clean test output files" | 62 "name": "clean test output files" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "cmd": [ | 65 "cmd": [ |
| 66 "python", | 66 "python", |
| 67 "-u", | 67 "-u", |
| 68 "[BUILD]/scripts/slave/cleanup_temp.py" | 68 "[BUILD]/scripts/slave/cleanup_temp.py" |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 ], | 501 ], |
| 502 "cwd": "[SLAVE_BUILD]", | 502 "cwd": "[SLAVE_BUILD]", |
| 503 "name": "webrtc_nonparallel_tests" | 503 "name": "webrtc_nonparallel_tests" |
| 504 }, | 504 }, |
| 505 { | 505 { |
| 506 "name": "$result", | 506 "name": "$result", |
| 507 "recipe_result": null, | 507 "recipe_result": null, |
| 508 "status_code": 0 | 508 "status_code": 0 |
| 509 } | 509 } |
| 510 ] | 510 ] |
| OLD | NEW |