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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.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", 8 "chromium",
9 "--builder", 9 "--builder",
10 "Android", 10 "Android",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "--src-dir", 274 "--src-dir",
275 "[SLAVE_BUILD]/src", 275 "[SLAVE_BUILD]/src",
276 "--goma-cache-dir", 276 "--goma-cache-dir",
277 "[GOMA_CACHE]", 277 "[GOMA_CACHE]",
278 "--build-tool", 278 "--build-tool",
279 "ninja", 279 "ninja",
280 "--compiler", 280 "--compiler",
281 "goma", 281 "goma",
282 "--goma-jsonstatus", 282 "--goma-jsonstatus",
283 "/path/to/tmp/json", 283 "/path/to/tmp/json",
284 "--goma-service-account-json-file",
285 "/creds/service_accounts/service-account-goma-client.json",
284 "--goma-dir", 286 "--goma-dir",
285 "[BUILD]/goma", 287 "[BUILD]/goma",
286 "--clobber", 288 "--clobber",
287 "--", 289 "--",
288 "all" 290 "all"
289 ], 291 ],
290 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
291 "env": { 293 "env": {
292 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 294 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
293 }, 295 },
(...skipping 19 matching lines...) Expand all
313 ], 315 ],
314 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
315 "name": "archive_build" 317 "name": "archive_build"
316 }, 318 },
317 { 319 {
318 "name": "$result", 320 "name": "$result",
319 "recipe_result": null, 321 "recipe_result": null,
320 "status_code": 0 322 "status_code": 0
321 } 323 }
322 ] 324 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698