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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.json

Issue 1906513003: Revert "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",
368 "--goma-dir", 366 "--goma-dir",
369 "[CACHE]/cipd/goma", 367 "[CACHE]/cipd/goma",
370 "--ninja-ensure-up-to-date", 368 "--ninja-ensure-up-to-date",
371 "--", 369 "--",
372 "browser_tests", 370 "browser_tests",
373 "browser_tests_run" 371 "browser_tests_run"
374 ], 372 ],
375 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
376 "name": "compile", 374 "name": "compile",
377 "~followup_annotations": [ 375 "~followup_annotations": [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "~followup_annotations": [ 624 "~followup_annotations": [
627 "@@@STEP_TEXT@Optional Mac Retina Release@@@" 625 "@@@STEP_TEXT@Optional Mac Retina Release@@@"
628 ] 626 ]
629 }, 627 },
630 { 628 {
631 "name": "$result", 629 "name": "$result",
632 "recipe_result": null, 630 "recipe_result": null,
633 "status_code": 0 631 "status_code": 0
634 } 632 }
635 ] 633 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698