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

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

Issue 1906513003: Revert "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",
349 "--goma-dir", 347 "--goma-dir",
350 "[CACHE]/cipd/goma", 348 "[CACHE]/cipd/goma",
351 "--", 349 "--",
352 "browser_tests_apk_run" 350 "browser_tests_apk_run"
353 ], 351 ],
354 "cwd": "[SLAVE_BUILD]", 352 "cwd": "[SLAVE_BUILD]",
355 "env": { 353 "env": {
356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 354 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
357 }, 355 },
358 "name": "compile", 356 "name": "compile",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 469 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
472 "@@@STEP_LOG_END@python.inline@@@" 470 "@@@STEP_LOG_END@python.inline@@@"
473 ] 471 ]
474 }, 472 },
475 { 473 {
476 "name": "$result", 474 "name": "$result",
477 "recipe_result": null, 475 "recipe_result": null,
478 "status_code": 0 476 "status_code": 0
479 } 477 }
480 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698