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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_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.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Android Swarm Builder", 10 "Android Swarm Builder",
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "--src-dir", 337 "--src-dir",
338 "[SLAVE_BUILD]/src", 338 "[SLAVE_BUILD]/src",
339 "--goma-cache-dir", 339 "--goma-cache-dir",
340 "[GOMA_CACHE]", 340 "[GOMA_CACHE]",
341 "--build-tool", 341 "--build-tool",
342 "ninja", 342 "ninja",
343 "--compiler", 343 "--compiler",
344 "goma", 344 "goma",
345 "--goma-jsonstatus", 345 "--goma-jsonstatus",
346 "/path/to/tmp/json", 346 "/path/to/tmp/json",
347 "--goma-service-account-json-file",
348 "/creds/service_accounts/service-account-goma-client.json",
347 "--goma-dir", 349 "--goma-dir",
348 "[BUILD]/goma", 350 "[BUILD]/goma",
349 "--", 351 "--",
350 "browser_tests_apk_run" 352 "browser_tests_apk_run"
351 ], 353 ],
352 "cwd": "[SLAVE_BUILD]", 354 "cwd": "[SLAVE_BUILD]",
353 "env": { 355 "env": {
354 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
355 }, 357 },
356 "name": "compile", 358 "name": "compile",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 471 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
470 "@@@STEP_LOG_END@python.inline@@@" 472 "@@@STEP_LOG_END@python.inline@@@"
471 ] 473 ]
472 }, 474 },
473 { 475 {
474 "name": "$result", 476 "name": "$result",
475 "recipe_result": null, 477 "recipe_result": null,
476 "status_code": 0 478 "status_code": 0
477 } 479 }
478 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698