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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.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.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "GPU Mac Builder", 10 "GPU Mac Builder",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "--src-dir", 356 "--src-dir",
357 "[SLAVE_BUILD]/src", 357 "[SLAVE_BUILD]/src",
358 "--goma-cache-dir", 358 "--goma-cache-dir",
359 "[GOMA_CACHE]", 359 "[GOMA_CACHE]",
360 "--build-tool", 360 "--build-tool",
361 "ninja", 361 "ninja",
362 "--compiler", 362 "--compiler",
363 "goma-clang", 363 "goma-clang",
364 "--goma-jsonstatus", 364 "--goma-jsonstatus",
365 "/path/to/tmp/json", 365 "/path/to/tmp/json",
366 "--goma-service-account-json-file",
367 "/creds/service_accounts/service-account-goma-client.json",
366 "--goma-dir", 368 "--goma-dir",
367 "[BUILD]/goma", 369 "[BUILD]/goma",
368 "--ninja-ensure-up-to-date", 370 "--ninja-ensure-up-to-date",
369 "--", 371 "--",
370 "browser_tests", 372 "browser_tests",
371 "browser_tests_run" 373 "browser_tests_run"
372 ], 374 ],
373 "cwd": "[SLAVE_BUILD]", 375 "cwd": "[SLAVE_BUILD]",
374 "name": "compile", 376 "name": "compile",
375 "~followup_annotations": [ 377 "~followup_annotations": [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "~followup_annotations": [ 626 "~followup_annotations": [
625 "@@@STEP_TEXT@Optional Mac Retina Release@@@" 627 "@@@STEP_TEXT@Optional Mac Retina Release@@@"
626 ] 628 ]
627 }, 629 },
628 { 630 {
629 "name": "$result", 631 "name": "$result",
630 "recipe_result": null, 632 "recipe_result": null,
631 "status_code": 0 633 "status_code": 0
632 } 634 }
633 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698