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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "--src-dir", 588 "--src-dir",
589 "[BUILDER_CACHE]/linux/src", 589 "[BUILDER_CACHE]/linux/src",
590 "--goma-cache-dir", 590 "--goma-cache-dir",
591 "[GOMA_CACHE]", 591 "[GOMA_CACHE]",
592 "--buildbot-buildername", 592 "--buildbot-buildername",
593 "linux_variable", 593 "linux_variable",
594 "--buildbot-mastername", 594 "--buildbot-mastername",
595 "tryserver.chromium.linux", 595 "tryserver.chromium.linux",
596 "--buildbot-slavename", 596 "--buildbot-slavename",
597 "build1-a1", 597 "build1-a1",
598 "--goma-deps-cache-dir", 598 "--goma-deps-cache-file",
599 "[GOMA_DEPS_CACHE]", 599 "linux_variable.gomadeps",
600 "--compiler", 600 "--compiler",
601 "goma", 601 "goma",
602 "--goma-jsonstatus", 602 "--goma-jsonstatus",
603 "/path/to/tmp/json", 603 "/path/to/tmp/json",
604 "--goma-service-account-json-file", 604 "--goma-service-account-json-file",
605 "/creds/service_accounts/service-account-goma-client.json", 605 "/creds/service_accounts/service-account-goma-client.json",
606 "--goma-dir", 606 "--goma-dir",
607 "[CACHE]/cipd/goma", 607 "[CACHE]/cipd/goma",
608 "--ninja-ensure-up-to-date", 608 "--ninja-ensure-up-to-date",
609 "--", 609 "--",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "@@@STEP_LOG_END@report@@@", 646 "@@@STEP_LOG_END@report@@@",
647 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 647 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
648 ] 648 ]
649 }, 649 },
650 { 650 {
651 "name": "$result", 651 "name": "$result",
652 "recipe_result": null, 652 "recipe_result": null,
653 "status_code": 0 653 "status_code": 0
654 } 654 }
655 ] 655 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698