| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "cwd": "[BUILDER_CACHE]/iOS_API_Framework/src", | 124 "cwd": "[BUILDER_CACHE]/iOS_API_Framework/src", |
| 125 "name": "build" | 125 "name": "build" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_MODULE[build::zip]/resources/zip.py" | 131 "RECIPE_MODULE[build::zip]/resources/zip.py" |
| 132 ], | 132 ], |
| 133 "name": "zip archive", | 133 "name": "zip archive", |
| 134 "stdin": "{\"entries\": [{\"path\": \"[BUILDER_CACHE]/iOS_API_Framework/src/
out_ios_libs/WebRTC.framework\", \"type\": \"dir\"}, {\"path\": \"[BUILDER_CACHE
]/iOS_API_Framework/src/out_ios_libs/WebRTC.framework.dSYM\", \"type\": \"dir\"}
], \"output\": \"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[BUIL
DER_CACHE]/iOS_API_Framework/src/out_ios_libs\"}" | 134 "stdin": "{\"entries\": [{\"path\": \"[BUILDER_CACHE]/iOS_API_Framework/src/
out_ios_libs/WebRTC.framework\", \"type\": \"dir\"}, {\"path\": \"[BUILDER_CACHE
]/iOS_API_Framework/src/out_ios_libs/WebRTC.dSYM\", \"type\": \"dir\"}], \"outpu
t\": \"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[BUILDER_CACHE]
/iOS_API_Framework/src/out_ios_libs\"}" |
| 135 }, | 135 }, |
| 136 { | 136 { |
| 137 "cmd": [ | 137 "cmd": [ |
| 138 "python", | 138 "python", |
| 139 "-u", | 139 "-u", |
| 140 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 140 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 141 "--", | 141 "--", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 143 "----", | 143 "----", |
| 144 "cp", | 144 "cp", |
| 145 "-a", | 145 "-a", |
| 146 "public-read", | 146 "public-read", |
| 147 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", | 147 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", |
| 148 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" | 148 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" |
| 149 ], | 149 ], |
| 150 "name": "gsutil upload", | 150 "name": "gsutil upload", |
| 151 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 152 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" | 152 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" |
| 153 ] | 153 ] |
| 154 }, | 154 }, |
| 155 { | 155 { |
| 156 "name": "$result", | 156 "name": "$result", |
| 157 "recipe_result": null, | 157 "recipe_result": null, |
| 158 "status_code": 0 | 158 "status_code": 0 |
| 159 } | 159 } |
| 160 ] | 160 ] |
| OLD | NEW |