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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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",
190 "--goma-dir", 192 "--goma-dir",
191 "[BUILD]/goma", 193 "[BUILD]/goma",
192 "--", 194 "--",
193 "android_tools", 195 "android_tools",
194 "cc_perftests", 196 "cc_perftests",
195 "chrome_public_apk", 197 "chrome_public_apk",
196 "gpu_perftests", 198 "gpu_perftests",
197 "push_apps_to_background_apk", 199 "push_apps_to_background_apk",
198 "system_webview_apk", 200 "system_webview_apk",
199 "system_webview_shell_apk" 201 "system_webview_shell_apk"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "~followup_annotations": [ 273 "~followup_annotations": [
272 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@" 274 "@@@STEP_TEXT@WebView Nexus5 Perf (1)<br />WebView Nexus5X Perf (1)<br />W ebView Nexus5X Perf (2)@@@"
273 ] 275 ]
274 }, 276 },
275 { 277 {
276 "name": "$result", 278 "name": "$result",
277 "recipe_result": null, 279 "recipe_result": null,
278 "status_code": 0 280 "status_code": 0
279 } 281 }
280 ] 282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698