| 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.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_x64_gn", | 10 "win_x64_gn", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", |
| 126 "--root=[SLAVE_BUILD]\\src", | 126 "--root=[SLAVE_BUILD]\\src", |
| 127 "gen", | 127 "gen", |
| 128 "//out/Debug_x64", | 128 "//out/Debug_x64", |
| 129 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\
\cipd\\goma\"" | 129 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\
\cipd\\goma\"" |
| 130 ], | 130 ], |
| 131 "cwd": "[SLAVE_BUILD]\\src", |
| 131 "name": "gn" | 132 "name": "gn" |
| 132 }, | 133 }, |
| 133 { | 134 { |
| 134 "allow_subannotations": true, | 135 "allow_subannotations": true, |
| 135 "cmd": [ | 136 "cmd": [ |
| 136 "python", | 137 "python", |
| 137 "-u", | 138 "-u", |
| 138 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 139 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 139 "--src-dir", | 140 "--src-dir", |
| 140 "[SLAVE_BUILD]\\src", | 141 "[SLAVE_BUILD]\\src", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 192 "@@@STEP_LOG_END@json.output (invalid)@@@" | 193 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 193 ] | 194 ] |
| 194 }, | 195 }, |
| 195 { | 196 { |
| 196 "name": "$result", | 197 "name": "$result", |
| 197 "recipe_result": null, | 198 "recipe_result": null, |
| 198 "status_code": 0 | 199 "status_code": 0 |
| 199 } | 200 } |
| 200 ] | 201 ] |
| OLD | NEW |