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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_amd64_generic_Compile.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 "chromium.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS amd64-generic Compile", 10 "ChromiumOS amd64-generic Compile",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--src-dir", 252 "--src-dir",
253 "[SLAVE_BUILD]/src", 253 "[SLAVE_BUILD]/src",
254 "--goma-cache-dir", 254 "--goma-cache-dir",
255 "[GOMA_CACHE]", 255 "[GOMA_CACHE]",
256 "--build-tool", 256 "--build-tool",
257 "ninja", 257 "ninja",
258 "--compiler", 258 "--compiler",
259 "goma", 259 "goma",
260 "--goma-jsonstatus", 260 "--goma-jsonstatus",
261 "/path/to/tmp/json", 261 "/path/to/tmp/json",
262 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json",
262 "--goma-dir", 264 "--goma-dir",
263 "[BUILD]/goma", 265 "[BUILD]/goma",
264 "--ninja-ensure-up-to-date", 266 "--ninja-ensure-up-to-date",
265 "--cros-board", 267 "--cros-board",
266 "amd64-generic", 268 "amd64-generic",
267 "--", 269 "--",
268 "chromiumos_preflight" 270 "chromiumos_preflight"
269 ], 271 ],
270 "cwd": "[SLAVE_BUILD]", 272 "cwd": "[SLAVE_BUILD]",
271 "name": "compile", 273 "name": "compile",
(...skipping 26 matching lines...) Expand all
298 ], 300 ],
299 "cwd": "[SLAVE_BUILD]", 301 "cwd": "[SLAVE_BUILD]",
300 "name": "package build" 302 "name": "package build"
301 }, 303 },
302 { 304 {
303 "name": "$result", 305 "name": "$result",
304 "recipe_result": null, 306 "recipe_result": null,
305 "status_code": 0 307 "status_code": 0
306 } 308 }
307 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698