| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac64 Release (GN)", | 10 "Mac64 Release (GN)", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 ] | 96 ] |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 103 "--show-path", |
| 104 "python", | 104 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 106 "--gsutil-py-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 106 "--ninja-path", | 108 "--ninja-path", |
| 107 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 108 "--target", | 110 "--target", |
| 109 "Release", | 111 "Release", |
| 110 "--src-dir", | 112 "--src-dir", |
| 111 "[SLAVE_BUILD]/src", | 113 "[SLAVE_BUILD]/src", |
| 112 "--goma-cache-dir", | 114 "--goma-cache-dir", |
| 113 "[GOMA_CACHE]", | 115 "[GOMA_CACHE]", |
| 114 "--build-tool", | 116 "--build-tool", |
| 115 "ninja", | 117 "ninja", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 129 "@@@STEP_LOG_END@json.output (invalid)@@@" | 131 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 130 ] | 132 ] |
| 131 }, | 133 }, |
| 132 { | 134 { |
| 133 "name": "$result", | 135 "name": "$result", |
| 134 "recipe_result": null, | 136 "recipe_result": null, |
| 135 "status_code": 0 | 137 "status_code": 0 |
| 136 } | 138 } |
| 137 ] | 139 ] |
| OLD | NEW |