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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "--src-dir", 204 "--src-dir",
205 "[SLAVE_BUILD]\\src", 205 "[SLAVE_BUILD]\\src",
206 "--goma-cache-dir", 206 "--goma-cache-dir",
207 "[GOMA_CACHE]", 207 "[GOMA_CACHE]",
208 "--buildbot-buildername", 208 "--buildbot-buildername",
209 "win_pgo", 209 "win_pgo",
210 "--buildbot-mastername", 210 "--buildbot-mastername",
211 "tryserver.chromium.win", 211 "tryserver.chromium.win",
212 "--buildbot-slavename", 212 "--buildbot-slavename",
213 "TestSlavename", 213 "TestSlavename",
214 "--goma-deps-cache-file",
215 "win_pgo.gomadeps",
214 "--goma-fail-fast", 216 "--goma-fail-fast",
215 "--goma-disable-local-fallback", 217 "--goma-disable-local-fallback",
216 "--", 218 "--",
217 "chrome" 219 "chrome"
218 ], 220 ],
219 "env": { 221 "env": {
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
221 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" 223 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
222 }, 224 },
223 "name": "Compile: Instrumentation phase." 225 "name": "Compile: Instrumentation phase."
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "--src-dir", 712 "--src-dir",
711 "[SLAVE_BUILD]\\src", 713 "[SLAVE_BUILD]\\src",
712 "--goma-cache-dir", 714 "--goma-cache-dir",
713 "[GOMA_CACHE]", 715 "[GOMA_CACHE]",
714 "--buildbot-buildername", 716 "--buildbot-buildername",
715 "win_pgo", 717 "win_pgo",
716 "--buildbot-mastername", 718 "--buildbot-mastername",
717 "tryserver.chromium.win", 719 "tryserver.chromium.win",
718 "--buildbot-slavename", 720 "--buildbot-slavename",
719 "TestSlavename", 721 "TestSlavename",
722 "--goma-deps-cache-file",
723 "win_pgo.gomadeps",
720 "--goma-fail-fast", 724 "--goma-fail-fast",
721 "--goma-disable-local-fallback", 725 "--goma-disable-local-fallback",
722 "--", 726 "--",
723 "chrome" 727 "chrome"
724 ], 728 ],
725 "env": { 729 "env": {
726 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 730 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
727 }, 731 },
728 "name": "Compile: Optimization phase." 732 "name": "Compile: Optimization phase."
729 }, 733 },
(...skipping 22 matching lines...) Expand all
752 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 756 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"win_pgo\", \"buildnumber\": 571, \"issue\": 1 2853011, \"mastername\": \"tryserver.chromium.win\", \"patch_project\": \"chromi um\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_pgo\", \" repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": \" HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"Test Slavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
753 ], 757 ],
754 "name": "package build" 758 "name": "package build"
755 }, 759 },
756 { 760 {
757 "name": "$result", 761 "name": "$result",
758 "recipe_result": null, 762 "recipe_result": null,
759 "status_code": 0 763 "status_code": 0
760 } 764 }
761 ] 765 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698