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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--name", 135 "--name",
136 "build_product.zip" 136 "build_product.zip"
137 ], 137 ],
138 "cwd": "[SLAVE_BUILD]/src", 138 "cwd": "[SLAVE_BUILD]/src",
139 "name": "zip_build_product" 139 "name": "zip_build_product"
140 }, 140 },
141 { 141 {
142 "cmd": [ 142 "cmd": [
143 "python", 143 "python",
144 "-u", 144 "-u",
145 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 145 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
146 "--", 146 "--",
147 "[DEPOT_TOOLS]/gsutil.py", 147 "[DEPOT_TOOLS]/gsutil.py",
148 "--force-version", 148 "--force-version",
149 "4.7", 149 "4.7",
150 "--", 150 "--",
151 "cp", 151 "cp",
152 "[SLAVE_BUILD]/src/out/build_product.zip", 152 "[SLAVE_BUILD]/src/out/build_product.zip",
153 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" 153 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip"
154 ], 154 ],
155 "name": "gsutil upload_build_product", 155 "name": "gsutil upload_build_product",
156 "~followup_annotations": [ 156 "~followup_annotations": [
157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 157 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
158 ] 158 ]
159 } 159 }
160 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698