OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "name": "host and tools info", | 8 "name": "host and tools info", |
9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 "--src-dir", | 255 "--src-dir", |
256 "[BUILDER_CACHE]/mac_baremetal/src", | 256 "[BUILDER_CACHE]/mac_baremetal/src", |
257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
259 "--buildbot-buildername", | 259 "--buildbot-buildername", |
260 "mac_baremetal", | 260 "mac_baremetal", |
261 "--buildbot-mastername", | 261 "--buildbot-mastername", |
262 "tryserver.webrtc", | 262 "tryserver.webrtc", |
263 "--buildbot-slavename", | 263 "--buildbot-slavename", |
264 "slavename", | 264 "slavename", |
265 "--goma-deps-cache-dir", | 265 "--goma-deps-cache-file", |
266 "[GOMA_DEPS_CACHE]", | 266 "mac_baremetal.gomadeps", |
267 "--compiler", | 267 "--compiler", |
268 "goma-clang", | 268 "goma-clang", |
269 "--goma-jsonstatus", | 269 "--goma-jsonstatus", |
270 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
271 "--goma-service-account-json-file", | 271 "--goma-service-account-json-file", |
272 "/creds/service_accounts/service-account-goma-client.json", | 272 "/creds/service_accounts/service-account-goma-client.json", |
273 "--goma-dir", | 273 "--goma-dir", |
274 "[CACHE]/cipd/goma", | 274 "[CACHE]/cipd/goma", |
275 "--goma-fail-fast", | 275 "--goma-fail-fast", |
276 "--goma-disable-local-fallback", | 276 "--goma-disable-local-fallback", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 ], | 366 ], |
367 "cwd": "[BUILDER_CACHE]/mac_baremetal", | 367 "cwd": "[BUILDER_CACHE]/mac_baremetal", |
368 "name": "video_capture_tests" | 368 "name": "video_capture_tests" |
369 }, | 369 }, |
370 { | 370 { |
371 "name": "$result", | 371 "name": "$result", |
372 "recipe_result": null, | 372 "recipe_result": null, |
373 "status_code": 0 | 373 "status_code": 0 |
374 } | 374 } |
375 ] | 375 ] |
OLD | NEW |