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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 ], | 115 ], |
116 "name": "zip archive", | 116 "name": "zip archive", |
117 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/WebRTC.
framework\", \"type\": \"dir\"}, {\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/Web
RTC.framework.dSYM\", \"type\": \"dir\"}, {\"archive_name\": null, \"path\": \"[
SLAVE_BUILD]/src/out_ios_libs/LICENSE.html\", \"type\": \"file\"}], \"output\":
\"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[SLAVE_BUILD]/src/ou
t_ios_libs\"}" | 117 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/WebRTC.
framework\", \"type\": \"dir\"}, {\"path\": \"[SLAVE_BUILD]/src/out_ios_libs/Web
RTC.framework.dSYM\", \"type\": \"dir\"}, {\"archive_name\": null, \"path\": \"[
SLAVE_BUILD]/src/out_ios_libs/LICENSE.html\", \"type\": \"file\"}], \"output\":
\"[SLAVE_BUILD]/webrtc_ios_api_framework.zip\", \"root\": \"[SLAVE_BUILD]/src/ou
t_ios_libs\"}" |
118 }, | 118 }, |
119 { | 119 { |
120 "cmd": [ | 120 "cmd": [ |
121 "python", | 121 "python", |
122 "-u", | 122 "-u", |
123 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 123 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
124 "--", | 124 "--", |
125 "[DEPOT_TOOLS]/gsutil.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
126 "----", | 126 "----", |
127 "cp", | 127 "cp", |
128 "-a", | 128 "-a", |
129 "public-read", | 129 "public-read", |
130 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", | 130 "[SLAVE_BUILD]/webrtc_ios_api_framework.zip", |
131 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" | 131 "gs://chromium-webrtc/ios_api_framework/webrtc_ios_api_framework_170242.zi
p" |
132 ], | 132 ], |
133 "name": "gsutil upload", | 133 "name": "gsutil upload", |
134 "~followup_annotations": [ | 134 "~followup_annotations": [ |
135 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" | 135 "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc
/ios_api_framework/webrtc_ios_api_framework_170242.zip@@@" |
136 ] | 136 ] |
137 }, | 137 }, |
138 { | 138 { |
139 "name": "$result", | 139 "name": "$result", |
140 "recipe_result": null, | 140 "recipe_result": null, |
141 "status_code": 0 | 141 "status_code": 0 |
142 } | 142 } |
143 ] | 143 ] |
OLD | NEW |