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_gn_dbg", | 10 "win_x64_gn_dbg", |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "--gsutil-py-path", | 174 "--gsutil-py-path", |
175 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
176 "--ninja-path", | 176 "--ninja-path", |
177 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 177 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
178 "--target", | 178 "--target", |
179 "Debug_x64", | 179 "Debug_x64", |
180 "--src-dir", | 180 "--src-dir", |
181 "[SLAVE_BUILD]\\src", | 181 "[SLAVE_BUILD]\\src", |
182 "--goma-cache-dir", | 182 "--goma-cache-dir", |
183 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
184 "--build-tool", | |
185 "ninja", | |
186 "--compiler", | 184 "--compiler", |
187 "goma", | 185 "goma", |
188 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
189 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
190 "--goma-service-account-json-file", | 188 "--goma-service-account-json-file", |
191 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 189 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
192 "--goma-dir", | 190 "--goma-dir", |
193 "[CACHE]\\cipd\\goma", | 191 "[CACHE]\\cipd\\goma", |
194 "--goma-fail-fast", | 192 "--goma-fail-fast", |
195 "--goma-disable-local-fallback", | 193 "--goma-disable-local-fallback", |
196 "--", | 194 "--", |
197 "all" | 195 "all" |
198 ], | 196 ], |
199 "env": { | 197 "env": { |
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
201 }, | 199 }, |
202 "name": "compile", | 200 "name": "compile", |
203 "~followup_annotations": [ | 201 "~followup_annotations": [ |
204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
205 "@@@STEP_LOG_END@json.output (invalid)@@@" | 203 "@@@STEP_LOG_END@json.output (invalid)@@@" |
206 ] | 204 ] |
207 }, | 205 }, |
208 { | 206 { |
209 "name": "$result", | 207 "name": "$result", |
210 "recipe_result": null, | 208 "recipe_result": null, |
211 "status_code": 0 | 209 "status_code": 0 |
212 } | 210 } |
213 ] | 211 ] |
OLD | NEW |