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]/Mac_Asan/src", | 250 "[BUILDER_CACHE]/Mac_Asan/src", |
251 "--goma-cache-dir", | 251 "--goma-cache-dir", |
252 "[GOMA_CACHE]", | 252 "[GOMA_CACHE]", |
253 "--buildbot-buildername", | 253 "--buildbot-buildername", |
254 "Mac Asan", | 254 "Mac Asan", |
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 "Mac_Asan.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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 ], | 720 ], |
721 "cwd": "[BUILDER_CACHE]/Mac_Asan", | 721 "cwd": "[BUILDER_CACHE]/Mac_Asan", |
722 "name": "xmllite_xmpp_unittests" | 722 "name": "xmllite_xmpp_unittests" |
723 }, | 723 }, |
724 { | 724 { |
725 "name": "$result", | 725 "name": "$result", |
726 "recipe_result": null, | 726 "recipe_result": null, |
727 "status_code": 0 | 727 "status_code": 0 |
728 } | 728 } |
729 ] | 729 ] |
OLD | NEW |