Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: scripts/slave/recipes/webrtc/ios_api_framework.expected/build_ok.json

Issue 2472473004: WebRTC: Archive the WebRTC.dSYM dir in the zip archive (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/webrtc/ios_api_framework.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios_api_framework.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698