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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "--src-dir", 180 "--src-dir",
181 "[SLAVE_BUILD]/src", 181 "[SLAVE_BUILD]/src",
182 "--goma-cache-dir", 182 "--goma-cache-dir",
183 "[GOMA_CACHE]", 183 "[GOMA_CACHE]",
184 "--build-tool", 184 "--build-tool",
185 "ninja", 185 "ninja",
186 "--compiler", 186 "--compiler",
187 "goma", 187 "goma",
188 "--goma-jsonstatus", 188 "--goma-jsonstatus",
189 "/path/to/tmp/json", 189 "/path/to/tmp/json",
190 "--goma-service-account-json-file",
191 "/creds/service_accounts/service-account-goma-client.json",
192 "--goma-dir", 190 "--goma-dir",
193 "[BUILD]/goma", 191 "[BUILD]/goma",
194 "--", 192 "--",
195 "android_tools", 193 "android_tools",
196 "cc_perftests", 194 "cc_perftests",
197 "chrome_public_apk", 195 "chrome_public_apk",
198 "gpu_perftests", 196 "gpu_perftests",
199 "push_apps_to_background_apk", 197 "push_apps_to_background_apk",
200 "system_webview_apk", 198 "system_webview_apk",
201 "system_webview_shell_apk" 199 "system_webview_shell_apk"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "~followup_annotations": [ 271 "~followup_annotations": [
274 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@" 272 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@"
275 ] 273 ]
276 }, 274 },
277 { 275 {
278 "name": "$result", 276 "name": "$result",
279 "recipe_result": null, 277 "recipe_result": null,
280 "status_code": 0 278 "status_code": 0
281 } 279 }
282 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698