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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 "--src-dir", | 249 "--src-dir", |
250 "[BUILDER_CACHE]/Mac64_Release/src", | 250 "[BUILDER_CACHE]/Mac64_Release/src", |
251 "--goma-cache-dir", | 251 "--goma-cache-dir", |
252 "[GOMA_CACHE]", | 252 "[GOMA_CACHE]", |
253 "--buildbot-buildername", | 253 "--buildbot-buildername", |
254 "Mac64 Release", | 254 "Mac64 Release", |
255 "--buildbot-mastername", | 255 "--buildbot-mastername", |
256 "client.webrtc", | 256 "client.webrtc", |
257 "--buildbot-slavename", | 257 "--buildbot-slavename", |
258 "slavename", | 258 "slavename", |
259 "--goma-deps-cache-dir", | 259 "--goma-deps-cache-file", |
260 "[GOMA_DEPS_CACHE]", | 260 "Mac64_Release.gomadeps", |
261 "--compiler", | 261 "--compiler", |
262 "goma-clang", | 262 "goma-clang", |
263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
265 "--goma-service-account-json-file", | 265 "--goma-service-account-json-file", |
266 "/creds/service_accounts/service-account-goma-client.json", | 266 "/creds/service_accounts/service-account-goma-client.json", |
267 "--goma-dir", | 267 "--goma-dir", |
268 "[CACHE]/cipd/goma", | 268 "[CACHE]/cipd/goma", |
269 "--" | 269 "--" |
270 ], | 270 ], |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 ], | 703 ], |
704 "cwd": "[BUILDER_CACHE]/Mac64_Release", | 704 "cwd": "[BUILDER_CACHE]/Mac64_Release", |
705 "name": "xmllite_xmpp_unittests" | 705 "name": "xmllite_xmpp_unittests" |
706 }, | 706 }, |
707 { | 707 { |
708 "name": "$result", | 708 "name": "$result", |
709 "recipe_result": null, | 709 "recipe_result": null, |
710 "status_code": 0 | 710 "status_code": 0 |
711 } | 711 } |
712 ] | 712 ] |
OLD | NEW |