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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_tryserver_chromium_win_win_pgo.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: Created 4 years, 3 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "--gsutil-py-path", 205 "--gsutil-py-path",
206 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 206 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
207 "--ninja-path", 207 "--ninja-path",
208 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 208 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
209 "--target", 209 "--target",
210 "Release", 210 "Release",
211 "--src-dir", 211 "--src-dir",
212 "[SLAVE_BUILD]\\src", 212 "[SLAVE_BUILD]\\src",
213 "--goma-cache-dir", 213 "--goma-cache-dir",
214 "[GOMA_CACHE]", 214 "[GOMA_CACHE]",
215 "--buildbot-buildername",
216 "win_pgo",
217 "--buildbot-mastername",
218 "tryserver.chromium.win",
219 "--buildbot-slavename",
220 "TestSlavename",
221 "--goma-fail-fast", 215 "--goma-fail-fast",
222 "--goma-disable-local-fallback", 216 "--goma-disable-local-fallback",
223 "--", 217 "--",
224 "chrome" 218 "chrome"
225 ], 219 ],
226 "env": { 220 "env": {
227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
228 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" 222 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
229 }, 223 },
230 "name": "Compile: Instrumentation phase." 224 "name": "Compile: Instrumentation phase."
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "--gsutil-py-path", 705 "--gsutil-py-path",
712 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 706 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
713 "--ninja-path", 707 "--ninja-path",
714 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 708 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
715 "--target", 709 "--target",
716 "Release", 710 "Release",
717 "--src-dir", 711 "--src-dir",
718 "[SLAVE_BUILD]\\src", 712 "[SLAVE_BUILD]\\src",
719 "--goma-cache-dir", 713 "--goma-cache-dir",
720 "[GOMA_CACHE]", 714 "[GOMA_CACHE]",
721 "--buildbot-buildername",
722 "win_pgo",
723 "--buildbot-mastername",
724 "tryserver.chromium.win",
725 "--buildbot-slavename",
726 "TestSlavename",
727 "--goma-fail-fast", 715 "--goma-fail-fast",
728 "--goma-disable-local-fallback", 716 "--goma-disable-local-fallback",
729 "--", 717 "--",
730 "chrome" 718 "chrome"
731 ], 719 ],
732 "env": { 720 "env": {
733 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 721 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
734 }, 722 },
735 "name": "Compile: Optimization phase." 723 "name": "Compile: Optimization phase."
736 }, 724 },
(...skipping 22 matching lines...) Expand all
759 "{\"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\"}" 747 "{\"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\"}"
760 ], 748 ],
761 "name": "package build" 749 "name": "package build"
762 }, 750 },
763 { 751 {
764 "name": "$result", 752 "name": "$result",
765 "recipe_result": null, 753 "recipe_result": null,
766 "status_code": 0 754 "status_code": 0
767 } 755 }
768 ] 756 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698