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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Mac_Builder.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.gpu", 8 "chromium.gpu",
9 "--builder", 9 "--builder",
10 "GPU Mac Builder", 10 "GPU Mac Builder",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "--goma-cache-dir", 341 "--goma-cache-dir",
342 "[GOMA_CACHE]", 342 "[GOMA_CACHE]",
343 "--build-tool", 343 "--build-tool",
344 "ninja", 344 "ninja",
345 "--build-data-dir", 345 "--build-data-dir",
346 "[ROOT]/build_data_dir", 346 "[ROOT]/build_data_dir",
347 "--compiler", 347 "--compiler",
348 "goma-clang", 348 "goma-clang",
349 "--goma-jsonstatus", 349 "--goma-jsonstatus",
350 "/path/to/tmp/json", 350 "/path/to/tmp/json",
351 "--goma-service-account-json-file",
352 "/creds/service_accounts/service-account-goma-client.json",
351 "--goma-dir", 353 "--goma-dir",
352 "[CACHE]/cipd/goma", 354 "[CACHE]/cipd/goma",
353 "--ninja-ensure-up-to-date", 355 "--ninja-ensure-up-to-date",
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": [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "~followup_annotations": [ 503 "~followup_annotations": [
502 "@@@STEP_TEXT@Mac Retina Release@@@" 504 "@@@STEP_TEXT@Mac Retina Release@@@"
503 ] 505 ]
504 }, 506 },
505 { 507 {
506 "name": "$result", 508 "name": "$result",
507 "recipe_result": null, 509 "recipe_result": null,
508 "status_code": 0 510 "status_code": 0
509 } 511 }
510 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698