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_swarming", | 10 "win_swarming", |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "--gsutil-py-path", | 185 "--gsutil-py-path", |
186 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 186 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
187 "--ninja-path", | 187 "--ninja-path", |
188 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 188 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
189 "--target", | 189 "--target", |
190 "Debug", | 190 "Debug", |
191 "--src-dir", | 191 "--src-dir", |
192 "[SLAVE_BUILD]\\src", | 192 "[SLAVE_BUILD]\\src", |
193 "--goma-cache-dir", | 193 "--goma-cache-dir", |
194 "[GOMA_CACHE]", | 194 "[GOMA_CACHE]", |
195 "--build-tool", | |
196 "ninja", | |
197 "--compiler", | 195 "--compiler", |
198 "goma", | 196 "goma", |
199 "--goma-jsonstatus", | 197 "--goma-jsonstatus", |
200 "/path/to/tmp/json", | 198 "/path/to/tmp/json", |
201 "--goma-service-account-json-file", | 199 "--goma-service-account-json-file", |
202 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 200 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
203 "--goma-dir", | 201 "--goma-dir", |
204 "[CACHE]\\cipd\\goma", | 202 "[CACHE]\\cipd\\goma", |
205 "--goma-fail-fast", | 203 "--goma-fail-fast", |
206 "--goma-disable-local-fallback", | 204 "--goma-disable-local-fallback", |
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2386 "@@@STEP_LOG_END@json.output@@@", | 2384 "@@@STEP_LOG_END@json.output@@@", |
2387 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2385 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2388 ] | 2386 ] |
2389 }, | 2387 }, |
2390 { | 2388 { |
2391 "name": "$result", | 2389 "name": "$result", |
2392 "recipe_result": null, | 2390 "recipe_result": null, |
2393 "status_code": 0 | 2391 "status_code": 0 |
2394 } | 2392 } |
2395 ] | 2393 ] |
OLD | NEW |