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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_GN.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 "Linux ChromiumOS GN", 10 "Linux ChromiumOS GN",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "--src-dir", 300 "--src-dir",
301 "[SLAVE_BUILD]/src", 301 "[SLAVE_BUILD]/src",
302 "--goma-cache-dir", 302 "--goma-cache-dir",
303 "[GOMA_CACHE]", 303 "[GOMA_CACHE]",
304 "--build-tool", 304 "--build-tool",
305 "ninja", 305 "ninja",
306 "--compiler", 306 "--compiler",
307 "goma", 307 "goma",
308 "--goma-jsonstatus", 308 "--goma-jsonstatus",
309 "/path/to/tmp/json", 309 "/path/to/tmp/json",
310 "--goma-service-account-json-file",
311 "/creds/service_accounts/service-account-goma-client.json",
310 "--goma-dir", 312 "--goma-dir",
311 "[BUILD]/goma", 313 "[BUILD]/goma",
312 "--", 314 "--",
313 "browser_tests", 315 "browser_tests",
314 "browser_tests_run" 316 "browser_tests_run"
315 ], 317 ],
316 "cwd": "[SLAVE_BUILD]", 318 "cwd": "[SLAVE_BUILD]",
317 "name": "compile", 319 "name": "compile",
318 "~followup_annotations": [ 320 "~followup_annotations": [
319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 412 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
411 "@@@STEP_LOG_END@python.inline@@@" 413 "@@@STEP_LOG_END@python.inline@@@"
412 ] 414 ]
413 }, 415 },
414 { 416 {
415 "name": "$result", 417 "name": "$result",
416 "recipe_result": null, 418 "recipe_result": null,
417 "status_code": 0 419 "status_code": 0
418 } 420 }
419 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698