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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "--src-dir", 559 "--src-dir",
560 "[SLAVE_BUILD]/src", 560 "[SLAVE_BUILD]/src",
561 "--goma-cache-dir", 561 "--goma-cache-dir",
562 "[GOMA_CACHE]", 562 "[GOMA_CACHE]",
563 "--build-tool", 563 "--build-tool",
564 "ninja", 564 "ninja",
565 "--compiler", 565 "--compiler",
566 "goma", 566 "goma",
567 "--goma-jsonstatus", 567 "--goma-jsonstatus",
568 "/path/to/tmp/json", 568 "/path/to/tmp/json",
569 "--goma-service-account-json-file",
570 "/creds/service_accounts/service-account-goma-client.json",
571 "--goma-dir", 569 "--goma-dir",
572 "[CACHE]/cipd/goma", 570 "[CACHE]/cipd/goma",
573 "--ninja-ensure-up-to-date", 571 "--ninja-ensure-up-to-date",
574 "--", 572 "--",
575 "target_name" 573 "target_name"
576 ], 574 ],
577 "cwd": "[SLAVE_BUILD]", 575 "cwd": "[SLAVE_BUILD]",
578 "name": "test r1.compile", 576 "name": "test r1.compile",
579 "~followup_annotations": [ 577 "~followup_annotations": [
580 "@@@STEP_NEST_LEVEL@1@@@", 578 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 27 matching lines...) Expand all
608 "@@@STEP_LOG_END@report@@@", 606 "@@@STEP_LOG_END@report@@@",
609 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 607 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
610 ] 608 ]
611 }, 609 },
612 { 610 {
613 "name": "$result", 611 "name": "$result",
614 "recipe_result": null, 612 "recipe_result": null,
615 "status_code": 0 613 "status_code": 0
616 } 614 }
617 ] 615 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698