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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS x86-generic Compile", 10 "ChromiumOS x86-generic Compile",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "--src-dir", 195 "--src-dir",
196 "[SLAVE_BUILD]/src", 196 "[SLAVE_BUILD]/src",
197 "--goma-cache-dir", 197 "--goma-cache-dir",
198 "[GOMA_CACHE]", 198 "[GOMA_CACHE]",
199 "--build-tool", 199 "--build-tool",
200 "ninja", 200 "ninja",
201 "--compiler", 201 "--compiler",
202 "goma", 202 "goma",
203 "--goma-jsonstatus", 203 "--goma-jsonstatus",
204 "/path/to/tmp/json", 204 "/path/to/tmp/json",
205 "--goma-service-account-json-file",
206 "/creds/service_accounts/service-account-goma-client.json",
207 "--goma-dir", 205 "--goma-dir",
208 "[BUILD]/goma", 206 "[BUILD]/goma",
209 "--ninja-ensure-up-to-date", 207 "--ninja-ensure-up-to-date",
210 "--cros-board", 208 "--cros-board",
211 "x86-generic", 209 "x86-generic",
212 "--", 210 "--",
213 "chromiumos_preflight" 211 "chromiumos_preflight"
214 ], 212 ],
215 "cwd": "[SLAVE_BUILD]", 213 "cwd": "[SLAVE_BUILD]",
216 "name": "compile", 214 "name": "compile",
(...skipping 26 matching lines...) Expand all
243 ], 241 ],
244 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
245 "name": "package build" 243 "name": "package build"
246 }, 244 },
247 { 245 {
248 "name": "$result", 246 "name": "$result",
249 "recipe_result": null, 247 "recipe_result": null,
250 "status_code": 0 248 "status_code": 0
251 } 249 }
252 ] 250 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698