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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "--name", 137 "--name",
138 "build_product.zip" 138 "build_product.zip"
139 ], 139 ],
140 "cwd": "[SLAVE_BUILD]/src", 140 "cwd": "[SLAVE_BUILD]/src",
141 "name": "zip_build_product" 141 "name": "zip_build_product"
142 }, 142 },
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 147 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
148 "--", 148 "--",
149 "[DEPOT_TOOLS]/gsutil.py", 149 "[DEPOT_TOOLS]/gsutil.py",
150 "--force-version", 150 "--force-version",
151 "4.7", 151 "4.7",
152 "--", 152 "--",
153 "cp", 153 "cp",
154 "[SLAVE_BUILD]/src/out/build_product.zip", 154 "[SLAVE_BUILD]/src/out/build_product.zip",
155 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip" 155 "gs://chrome-perf/android_perf_rel/full-build-linux_267739.zip"
156 ], 156 ],
157 "name": "gsutil upload_build_product", 157 "name": "gsutil upload_build_product",
158 "~followup_annotations": [ 158 "~followup_annotations": [
159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
160 ] 160 ]
161 } 161 }
162 ] 162 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698