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

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

Issue 1759553006: [WebView] Fix perf builders no longer building WebView apks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--compiler", 177 "--compiler",
178 "goma", 178 "goma",
179 "--goma-jsonstatus", 179 "--goma-jsonstatus",
180 "/path/to/tmp/json", 180 "/path/to/tmp/json",
181 "--goma-dir", 181 "--goma-dir",
182 "[BUILD]/goma", 182 "[BUILD]/goma",
183 "--", 183 "--",
184 "android_tools", 184 "android_tools",
185 "cc_perftests", 185 "cc_perftests",
186 "chrome_public_apk", 186 "chrome_public_apk",
187 "gpu_perftests" 187 "gpu_perftests",
188 "system_webview_apk",
189 "system_webview_shell_apk"
188 ], 190 ],
189 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
190 "env": { 192 "env": {
191 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 193 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
192 }, 194 },
193 "name": "compile", 195 "name": "compile",
194 "~followup_annotations": [ 196 "~followup_annotations": [
195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 197 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
196 "@@@STEP_LOG_END@json.output (invalid)@@@" 198 "@@@STEP_LOG_END@json.output (invalid)@@@"
197 ] 199 ]
(...skipping 30 matching lines...) Expand all
228 "~followup_annotations": [ 230 "~followup_annotations": [
229 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@" 231 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel/full-build-linux_267739.zip@@@"
230 ] 232 ]
231 }, 233 },
232 { 234 {
233 "name": "$result", 235 "name": "$result",
234 "recipe_result": null, 236 "recipe_result": null,
235 "status_code": 0 237 "status_code": 0
236 } 238 }
237 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698