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

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

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

Powered by Google App Engine
This is Rietveld 408576698