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

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

Powered by Google App Engine
This is Rietveld 408576698