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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "GPU Linux Builder", 10 "GPU Linux Builder",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "--goma-cache-dir", 344 "--goma-cache-dir",
345 "[GOMA_CACHE]", 345 "[GOMA_CACHE]",
346 "--build-tool", 346 "--build-tool",
347 "ninja", 347 "ninja",
348 "--build-data-dir", 348 "--build-data-dir",
349 "[ROOT]/build_data_dir", 349 "[ROOT]/build_data_dir",
350 "--compiler", 350 "--compiler",
351 "goma", 351 "goma",
352 "--goma-jsonstatus", 352 "--goma-jsonstatus",
353 "/path/to/tmp/json", 353 "/path/to/tmp/json",
354 "--goma-service-account-json-file",
355 "/creds/service_accounts/service-account-goma-client.json",
354 "--goma-dir", 356 "--goma-dir",
355 "[CACHE]/cipd/goma", 357 "[CACHE]/cipd/goma",
356 "--ninja-ensure-up-to-date", 358 "--ninja-ensure-up-to-date",
357 "--", 359 "--",
358 "browser_tests", 360 "browser_tests",
359 "browser_tests_run" 361 "browser_tests_run"
360 ], 362 ],
361 "cwd": "[SLAVE_BUILD]", 363 "cwd": "[SLAVE_BUILD]",
362 "name": "compile", 364 "name": "compile",
363 "~followup_annotations": [ 365 "~followup_annotations": [
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "~followup_annotations": [ 560 "~followup_annotations": [
559 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" 561 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@"
560 ] 562 ]
561 }, 563 },
562 { 564 {
563 "name": "$result", 565 "name": "$result",
564 "recipe_result": null, 566 "recipe_result": null,
565 "status_code": 0 567 "status_code": 0
566 } 568 }
567 ] 569 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698