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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Release.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "--gsutil-py-path", 92 "--gsutil-py-path",
93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
94 "--ninja-path", 94 "--ninja-path",
95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
96 "--target", 96 "--target",
97 "Release", 97 "Release",
98 "--src-dir", 98 "--src-dir",
99 "[SLAVE_BUILD]\\src", 99 "[SLAVE_BUILD]\\src",
100 "--goma-cache-dir", 100 "--goma-cache-dir",
101 "[GOMA_CACHE]", 101 "[GOMA_CACHE]",
102 "--buildbot-buildername",
103 "Syzygy Release",
104 "--buildbot-mastername",
105 "master.client.syzygy",
106 "--buildbot-slavename",
107 "vm331-m3",
108 "--ninja-ensure-up-to-date", 102 "--ninja-ensure-up-to-date",
109 "--", 103 "--",
110 "build_all" 104 "build_all"
111 ], 105 ],
112 "env": { 106 "env": {
113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
114 }, 108 },
115 "name": "compile" 109 "name": "compile"
116 }, 110 },
117 { 111 {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "--verbose" 245 "--verbose"
252 ], 246 ],
253 "name": "benchmark_chrome" 247 "name": "benchmark_chrome"
254 }, 248 },
255 { 249 {
256 "name": "$result", 250 "name": "$result",
257 "recipe_result": null, 251 "recipe_result": null,
258 "status_code": 0 252 "status_code": 0
259 } 253 }
260 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698