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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_clang__dbg_.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 Clang (dbg)", 10 "Android32 Clang (dbg)",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--src-dir", 149 "--src-dir",
150 "[SLAVE_BUILD]/src", 150 "[SLAVE_BUILD]/src",
151 "--goma-cache-dir", 151 "--goma-cache-dir",
152 "[GOMA_CACHE]", 152 "[GOMA_CACHE]",
153 "--build-tool", 153 "--build-tool",
154 "ninja", 154 "ninja",
155 "--compiler", 155 "--compiler",
156 "goma-clang", 156 "goma-clang",
157 "--goma-jsonstatus", 157 "--goma-jsonstatus",
158 "/path/to/tmp/json", 158 "/path/to/tmp/json",
159 "--goma-service-account-json-file",
160 "/creds/service_accounts/service-account-goma-client.json",
159 "--goma-dir", 161 "--goma-dir",
160 "[BUILD]/goma", 162 "[BUILD]/goma",
161 "--" 163 "--"
162 ], 164 ],
163 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
164 "env": { 166 "env": {
165 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
166 }, 168 },
167 "name": "compile", 169 "name": "compile",
168 "~followup_annotations": [ 170 "~followup_annotations": [
169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
170 "@@@STEP_LOG_END@json.output (invalid)@@@" 172 "@@@STEP_LOG_END@json.output (invalid)@@@"
171 ] 173 ]
172 }, 174 },
173 { 175 {
174 "name": "$result", 176 "name": "$result",
175 "recipe_result": null, 177 "recipe_result": null,
176 "status_code": 0 178 "status_code": 0
177 } 179 }
178 ] 180 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698