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