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

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

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "--src-dir", 218 "--src-dir",
219 "[SLAVE_BUILD]/src", 219 "[SLAVE_BUILD]/src",
220 "--goma-cache-dir", 220 "--goma-cache-dir",
221 "[GOMA_CACHE]", 221 "[GOMA_CACHE]",
222 "--build-tool", 222 "--build-tool",
223 "ninja", 223 "ninja",
224 "--compiler", 224 "--compiler",
225 "goma", 225 "goma",
226 "--goma-jsonstatus", 226 "--goma-jsonstatus",
227 "/path/to/tmp/json", 227 "/path/to/tmp/json",
228 "--goma-service-account-json-file",
229 "/creds/service_accounts/service-account-goma-client.json",
228 "--mode", 230 "--mode",
229 "official", 231 "official",
230 "--goma-dir", 232 "--goma-dir",
231 "[BUILD]/goma", 233 "[BUILD]/goma",
232 "--goma-hermetic", 234 "--goma-hermetic",
233 "fallback", 235 "fallback",
234 "--" 236 "--"
235 ], 237 ],
236 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
237 "env": { 239 "env": {
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "~followup_annotations": [ 753 "~followup_annotations": [
752 "@@@STEP_TEXT@Android One Perf (3)@@@" 754 "@@@STEP_TEXT@Android One Perf (3)@@@"
753 ] 755 ]
754 }, 756 },
755 { 757 {
756 "name": "$result", 758 "name": "$result",
757 "recipe_result": null, 759 "recipe_result": null,
758 "status_code": 0 760 "status_code": 0
759 } 761 }
760 ] 762 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698