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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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 Linux Builder", 10 "GPU Linux Builder",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "--src-dir", 342 "--src-dir",
343 "[SLAVE_BUILD]/src", 343 "[SLAVE_BUILD]/src",
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 "--compiler", 348 "--compiler",
349 "goma", 349 "goma",
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 "[BUILD]/goma", 355 "[BUILD]/goma",
354 "--ninja-ensure-up-to-date", 356 "--ninja-ensure-up-to-date",
355 "--", 357 "--",
356 "browser_tests", 358 "browser_tests",
357 "browser_tests_run" 359 "browser_tests_run"
358 ], 360 ],
359 "cwd": "[SLAVE_BUILD]", 361 "cwd": "[SLAVE_BUILD]",
360 "name": "compile", 362 "name": "compile",
361 "~followup_annotations": [ 363 "~followup_annotations": [
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "~followup_annotations": [ 558 "~followup_annotations": [
557 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@" 559 "@@@STEP_TEXT@Optional Linux Release (NVIDIA)@@@"
558 ] 560 ]
559 }, 561 },
560 { 562 {
561 "name": "$result", 563 "name": "$result",
562 "recipe_result": null, 564 "recipe_result": null,
563 "status_code": 0 565 "status_code": 0
564 } 566 }
565 ] 567 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698