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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GN.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 "chromium.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--goma-cache-dir", 321 "--goma-cache-dir",
322 "[GOMA_CACHE]", 322 "[GOMA_CACHE]",
323 "--build-tool", 323 "--build-tool",
324 "ninja", 324 "ninja",
325 "--build-data-dir", 325 "--build-data-dir",
326 "[ROOT]/build_data_dir", 326 "[ROOT]/build_data_dir",
327 "--compiler", 327 "--compiler",
328 "goma-clang", 328 "goma-clang",
329 "--goma-jsonstatus", 329 "--goma-jsonstatus",
330 "/path/to/tmp/json", 330 "/path/to/tmp/json",
331 "--goma-service-account-json-file",
332 "/creds/service_accounts/service-account-goma-client.json",
331 "--goma-dir", 333 "--goma-dir",
332 "[CACHE]/cipd/goma", 334 "[CACHE]/cipd/goma",
333 "--", 335 "--",
334 "browser_tests", 336 "browser_tests",
335 "browser_tests_run" 337 "browser_tests_run"
336 ], 338 ],
337 "cwd": "[SLAVE_BUILD]", 339 "cwd": "[SLAVE_BUILD]",
338 "name": "compile", 340 "name": "compile",
339 "~followup_annotations": [ 341 "~followup_annotations": [
340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 433 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
432 "@@@STEP_LOG_END@python.inline@@@" 434 "@@@STEP_LOG_END@python.inline@@@"
433 ] 435 ]
434 }, 436 },
435 { 437 {
436 "name": "$result", 438 "name": "$result",
437 "recipe_result": null, 439 "recipe_result": null,
438 "status_code": 0 440 "status_code": 0
439 } 441 }
440 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698