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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "--goma-cache-dir", 342 "--goma-cache-dir",
343 "[GOMA_CACHE]", 343 "[GOMA_CACHE]",
344 "--build-tool", 344 "--build-tool",
345 "ninja", 345 "ninja",
346 "--build-data-dir", 346 "--build-data-dir",
347 "[ROOT]/build_data_dir", 347 "[ROOT]/build_data_dir",
348 "--compiler", 348 "--compiler",
349 "goma-clang", 349 "goma-clang",
350 "--goma-jsonstatus", 350 "--goma-jsonstatus",
351 "/path/to/tmp/json", 351 "/path/to/tmp/json",
352 "--goma-service-account-json-file",
353 "/creds/service_accounts/service-account-goma-client.json",
352 "--goma-dir", 354 "--goma-dir",
353 "[CACHE]/cipd/goma", 355 "[CACHE]/cipd/goma",
354 "--", 356 "--",
355 "browser_tests", 357 "browser_tests",
356 "browser_tests_run" 358 "browser_tests_run"
357 ], 359 ],
358 "cwd": "[SLAVE_BUILD]", 360 "cwd": "[SLAVE_BUILD]",
359 "name": "compile", 361 "name": "compile",
360 "~followup_annotations": [ 362 "~followup_annotations": [
361 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 454 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
453 "@@@STEP_LOG_END@python.inline@@@" 455 "@@@STEP_LOG_END@python.inline@@@"
454 ] 456 ]
455 }, 457 },
456 { 458 {
457 "name": "$result", 459 "name": "$result",
458 "recipe_result": null, 460 "recipe_result": null,
459 "status_code": 0 461 "status_code": 0
460 } 462 }
461 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698