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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "--src-dir", 692 "--src-dir",
693 "[BUILDER_CACHE]/linux/src", 693 "[BUILDER_CACHE]/linux/src",
694 "--goma-cache-dir", 694 "--goma-cache-dir",
695 "[GOMA_CACHE]", 695 "[GOMA_CACHE]",
696 "--buildbot-buildername", 696 "--buildbot-buildername",
697 "linux_variable", 697 "linux_variable",
698 "--buildbot-mastername", 698 "--buildbot-mastername",
699 "tryserver.chromium.linux", 699 "tryserver.chromium.linux",
700 "--buildbot-slavename", 700 "--buildbot-slavename",
701 "build1-a1", 701 "build1-a1",
702 "--goma-deps-cache-dir", 702 "--goma-deps-cache-file",
703 "[GOMA_DEPS_CACHE]", 703 "linux_variable.gomadeps",
704 "--compiler", 704 "--compiler",
705 "goma", 705 "goma",
706 "--goma-jsonstatus", 706 "--goma-jsonstatus",
707 "/path/to/tmp/json", 707 "/path/to/tmp/json",
708 "--goma-service-account-json-file", 708 "--goma-service-account-json-file",
709 "/creds/service_accounts/service-account-goma-client.json", 709 "/creds/service_accounts/service-account-goma-client.json",
710 "--goma-dir", 710 "--goma-dir",
711 "[CACHE]/cipd/goma", 711 "[CACHE]/cipd/goma",
712 "--ninja-ensure-up-to-date", 712 "--ninja-ensure-up-to-date",
713 "--", 713 "--",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "@@@STEP_LOG_END@report@@@", 750 "@@@STEP_LOG_END@report@@@",
751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
752 ] 752 ]
753 }, 753 },
754 { 754 {
755 "name": "$result", 755 "name": "$result",
756 "recipe_result": null, 756 "recipe_result": null,
757 "status_code": 0 757 "status_code": 0
758 } 758 }
759 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698