| 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 "Android Debug (GN)", | 10 "Android Debug (GN)", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 125 "--root=[SLAVE_BUILD]/src", | 125 "--root=[SLAVE_BUILD]/src", |
| 126 "gen", | 126 "gen", |
| 127 "//out/Debug", | 127 "//out/Debug", |
| 128 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[CACHE]/cipd/goma\"" | 128 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr
ue goma_dir=\"[CACHE]/cipd/goma\"" |
| 129 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]/src", |
| 130 "name": "gn" | 131 "name": "gn" |
| 131 }, | 132 }, |
| 132 { | 133 { |
| 133 "cmd": [ | 134 "cmd": [ |
| 134 "python", | 135 "python", |
| 135 "-u", | 136 "-u", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 137 "--show-path", | 138 "--show-path", |
| 138 "python", | 139 "python", |
| 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 168 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 168 "@@@STEP_LOG_END@json.output (invalid)@@@" | 169 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 169 ] | 170 ] |
| 170 }, | 171 }, |
| 171 { | 172 { |
| 172 "name": "$result", | 173 "name": "$result", |
| 173 "recipe_result": null, | 174 "recipe_result": null, |
| 174 "status_code": 0 | 175 "status_code": 0 |
| 175 } | 176 } |
| 176 ] | 177 ] |
| OLD | NEW |