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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "--name", 180 "--name",
181 "build_product.zip" 181 "build_product.zip"
182 ], 182 ],
183 "cwd": "[SLAVE_BUILD]/src", 183 "cwd": "[SLAVE_BUILD]/src",
184 "name": "zip_build_product" 184 "name": "zip_build_product"
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
190 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 190 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
191 "--", 191 "--",
192 "[DEPOT_TOOLS]/gsutil.py", 192 "[DEPOT_TOOLS]/gsutil.py",
193 "--force-version", 193 "--force-version",
194 "4.7", 194 "4.7",
195 "----", 195 "----",
196 "cp", 196 "cp",
197 "[SLAVE_BUILD]/src/out/build_product.zip", 197 "[SLAVE_BUILD]/src/out/build_product.zip",
198 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" 198 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
201 "name": "gsutil upload_build_product", 201 "name": "gsutil upload_build_product",
202 "~followup_annotations": [ 202 "~followup_annotations": [
203 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 203 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
204 ] 204 ]
205 }, 205 },
206 { 206 {
207 "name": "$result", 207 "name": "$result",
208 "recipe_result": null, 208 "recipe_result": null,
209 "status_code": 0 209 "status_code": 0
210 } 210 }
211 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698