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

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

Powered by Google App Engine
This is Rietveld 408576698