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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json

Issue 2306523002: 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_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",
180 "--", 186 "--",
181 "chrome" 187 "chrome"
182 ], 188 ],
183 "env": { 189 "env": {
184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
185 }, 191 },
186 "name": "compile" 192 "name": "compile"
187 }, 193 },
188 { 194 {
189 "name": "$result", 195 "name": "$result",
190 "recipe_result": null, 196 "recipe_result": null,
191 "status_code": 0 197 "status_code": 0
192 } 198 }
193 ] 199 ]
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