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 "win_x64_clang_rel", | 10 "win_x64_clang_rel", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 ] | 119 ] |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
124 "-u", | 124 "-u", |
125 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 125 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
126 "--show-path", | 126 "--show-path", |
127 "python", | 127 "python", |
128 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 129 "--gsutil-py-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
129 "--ninja-path", | 131 "--ninja-path", |
130 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 132 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
131 "--target", | 133 "--target", |
132 "Release_x64", | 134 "Release_x64", |
133 "--src-dir", | 135 "--src-dir", |
134 "[SLAVE_BUILD]\\src", | 136 "[SLAVE_BUILD]\\src", |
135 "--goma-cache-dir", | 137 "--goma-cache-dir", |
136 "[GOMA_CACHE]", | 138 "[GOMA_CACHE]", |
137 "--build-tool", | 139 "--build-tool", |
138 "ninja", | 140 "ninja", |
(...skipping 14 matching lines...) Expand all Loading... |
153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
154 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
155 ] | 157 ] |
156 }, | 158 }, |
157 { | 159 { |
158 "name": "$result", | 160 "name": "$result", |
159 "recipe_result": null, | 161 "recipe_result": null, |
160 "status_code": 0 | 162 "status_code": 0 |
161 } | 163 } |
162 ] | 164 ] |
OLD | NEW |