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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.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_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "--gsutil-py-path", 170 "--gsutil-py-path",
171 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 171 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
172 "--ninja-path", 172 "--ninja-path",
173 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 173 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
174 "--target", 174 "--target",
175 "Debug", 175 "Debug",
176 "--src-dir", 176 "--src-dir",
177 "[SLAVE_BUILD]\\src", 177 "[SLAVE_BUILD]\\src",
178 "--goma-cache-dir", 178 "--goma-cache-dir",
179 "[GOMA_CACHE]", 179 "[GOMA_CACHE]",
180 "--buildbot-buildername",
181 "Chromium Windows Analyze",
182 "--buildbot-mastername",
183 "chromium.fyi",
184 "--buildbot-slavename",
185 "TestSlavename",
186 "--", 180 "--",
187 "chrome" 181 "chrome"
188 ], 182 ],
189 "env": { 183 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
191 }, 185 },
192 "name": "compile" 186 "name": "compile"
193 }, 187 },
194 { 188 {
195 "name": "$result", 189 "name": "$result",
196 "recipe_result": null, 190 "recipe_result": null,
197 "status_code": 0 191 "status_code": 0
198 } 192 }
199 ] 193 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | scripts/slave/upload_goma_logs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698