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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "--src-dir", 518 "--src-dir",
519 "[SLAVE_BUILD]/src", 519 "[SLAVE_BUILD]/src",
520 "--goma-cache-dir", 520 "--goma-cache-dir",
521 "[GOMA_CACHE]", 521 "[GOMA_CACHE]",
522 "--build-tool", 522 "--build-tool",
523 "ninja", 523 "ninja",
524 "--compiler", 524 "--compiler",
525 "goma", 525 "goma",
526 "--goma-jsonstatus", 526 "--goma-jsonstatus",
527 "/path/to/tmp/json", 527 "/path/to/tmp/json",
528 "--goma-service-account-json-file",
529 "/creds/service_accounts/service-account-goma-client.json",
528 "--goma-dir", 530 "--goma-dir",
529 "[CACHE]/cipd/goma", 531 "[CACHE]/cipd/goma",
530 "--ninja-ensure-up-to-date", 532 "--ninja-ensure-up-to-date",
531 "--", 533 "--",
532 "base_unittests", 534 "base_unittests",
533 "chromium_swarm_tests" 535 "chromium_swarm_tests"
534 ], 536 ],
535 "cwd": "[SLAVE_BUILD]", 537 "cwd": "[SLAVE_BUILD]",
536 "name": "test r1.compile", 538 "name": "test r1.compile",
537 "~followup_annotations": [ 539 "~followup_annotations": [
(...skipping 28 matching lines...) Expand all
566 "@@@STEP_LOG_END@report@@@", 568 "@@@STEP_LOG_END@report@@@",
567 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 569 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
568 ] 570 ]
569 }, 571 },
570 { 572 {
571 "name": "$result", 573 "name": "$result",
572 "recipe_result": null, 574 "recipe_result": null,
573 "status_code": 0 575 "status_code": 0
574 } 576 }
575 ] 577 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698