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_asan/src", | 256 "[BUILDER_CACHE]/mac_asan/src", |
257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
259 "--buildbot-buildername", | 259 "--buildbot-buildername", |
260 "mac_asan", | 260 "mac_asan", |
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_asan.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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 ], | 725 ], |
726 "cwd": "[BUILDER_CACHE]/mac_asan", | 726 "cwd": "[BUILDER_CACHE]/mac_asan", |
727 "name": "xmllite_xmpp_unittests" | 727 "name": "xmllite_xmpp_unittests" |
728 }, | 728 }, |
729 { | 729 { |
730 "name": "$result", | 730 "name": "$result", |
731 "recipe_result": null, | 731 "recipe_result": null, |
732 "status_code": 0 | 732 "status_code": 0 |
733 } | 733 } |
734 ] | 734 ] |
OLD | NEW |