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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_dbg.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_dbg", 10 "android_dbg",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "--src-dir", 132 "--src-dir",
133 "[SLAVE_BUILD]/src", 133 "[SLAVE_BUILD]/src",
134 "--goma-cache-dir", 134 "--goma-cache-dir",
135 "[GOMA_CACHE]", 135 "[GOMA_CACHE]",
136 "--build-tool", 136 "--build-tool",
137 "ninja", 137 "ninja",
138 "--compiler", 138 "--compiler",
139 "goma", 139 "goma",
140 "--goma-jsonstatus", 140 "--goma-jsonstatus",
141 "/path/to/tmp/json", 141 "/path/to/tmp/json",
142 "--goma-service-account-json-file",
143 "/creds/service_accounts/service-account-goma-client.json",
142 "--goma-dir", 144 "--goma-dir",
143 "[BUILD]/goma", 145 "[BUILD]/goma",
144 "--goma-fail-fast", 146 "--goma-fail-fast",
145 "--goma-disable-local-fallback", 147 "--goma-disable-local-fallback",
146 "--" 148 "--"
147 ], 149 ],
148 "cwd": "[SLAVE_BUILD]", 150 "cwd": "[SLAVE_BUILD]",
149 "env": { 151 "env": {
150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 152 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
151 }, 153 },
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 688 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
687 "@@@STEP_LOG_END@python.inline@@@" 689 "@@@STEP_LOG_END@python.inline@@@"
688 ] 690 ]
689 }, 691 },
690 { 692 {
691 "name": "$result", 693 "name": "$result",
692 "recipe_result": null, 694 "recipe_result": null,
693 "status_code": 0 695 "status_code": 0
694 } 696 }
695 ] 697 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698