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 "linux_swarming", | 10 "linux_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", | 188 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
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 "/creds/service_accounts/service-account-goma-client.json", | 200 "/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 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2387 "@@@STEP_LOG_END@json.output@@@", | 2385 "@@@STEP_LOG_END@json.output@@@", |
2388 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2386 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2389 ] | 2387 ] |
2390 }, | 2388 }, |
2391 { | 2389 { |
2392 "name": "$result", | 2390 "name": "$result", |
2393 "recipe_result": null, | 2391 "recipe_result": null, |
2394 "status_code": 0 | 2392 "status_code": 0 |
2395 } | 2393 } |
2396 ] | 2394 ] |
OLD | NEW |