| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_gn_dbg", | 10 "android_gn_dbg", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "name": "gn" | 130 "name": "gn" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "python", | 134 "python", |
| 135 "-u", | 135 "-u", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 136 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 137 "--show-path", | 137 "--show-path", |
| 138 "python", | 138 "python", |
| 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 140 "--gsutil-py-path", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 140 "--ninja-path", | 142 "--ninja-path", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 143 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 142 "--target", | 144 "--target", |
| 143 "Debug", | 145 "Debug", |
| 144 "--src-dir", | 146 "--src-dir", |
| 145 "[SLAVE_BUILD]/src", | 147 "[SLAVE_BUILD]/src", |
| 146 "--goma-cache-dir", | 148 "--goma-cache-dir", |
| 147 "[GOMA_CACHE]", | 149 "[GOMA_CACHE]", |
| 148 "--build-tool", | 150 "--build-tool", |
| 149 "ninja", | 151 "ninja", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 168 "@@@STEP_LOG_END@json.output (invalid)@@@" | 170 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 169 ] | 171 ] |
| 170 }, | 172 }, |
| 171 { | 173 { |
| 172 "name": "$result", | 174 "name": "$result", |
| 173 "recipe_result": null, | 175 "recipe_result": null, |
| 174 "status_code": 0 | 176 "status_code": 0 |
| 175 } | 177 } |
| 176 ] | 178 ] |
| OLD | NEW |