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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "--name", 197 "--name",
198 "build_product.zip" 198 "build_product.zip"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]/src", 200 "cwd": "[SLAVE_BUILD]/src",
201 "name": "zip_build_product" 201 "name": "zip_build_product"
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
206 "-u", 206 "-u",
207 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 207 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
208 "--", 208 "--",
209 "[DEPOT_TOOLS]/gsutil.py", 209 "[DEPOT_TOOLS]/gsutil.py",
210 "--force-version", 210 "--force-version",
211 "4.7", 211 "4.7",
212 "----", 212 "----",
213 "cp", 213 "cp",
214 "[SLAVE_BUILD]/src/out/build_product.zip", 214 "[SLAVE_BUILD]/src/out/build_product.zip",
215 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" 215 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip"
216 ], 216 ],
217 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
218 "name": "gsutil upload_build_product", 218 "name": "gsutil upload_build_product",
219 "~followup_annotations": [ 219 "~followup_annotations": [
220 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 220 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
221 ] 221 ]
222 }, 222 },
223 { 223 {
224 "name": "$result", 224 "name": "$result",
225 "recipe_result": null, 225 "recipe_result": null,
226 "status_code": 0 226 "status_code": 0
227 } 227 }
228 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698