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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.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_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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "--gsutil-py-path", 275 "--gsutil-py-path",
276 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 276 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
277 "--ninja-path", 277 "--ninja-path",
278 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 278 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
279 "--target", 279 "--target",
280 "Debug", 280 "Debug",
281 "--src-dir", 281 "--src-dir",
282 "[SLAVE_BUILD]\\v8", 282 "[SLAVE_BUILD]\\v8",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--buildbot-buildername",
286 "v8_win_compile_dbg",
287 "--buildbot-mastername",
288 "tryserver.v8",
289 "--buildbot-slavename",
290 "TestSlavename",
285 "--compiler", 291 "--compiler",
286 "goma", 292 "goma",
287 "--goma-jsonstatus", 293 "--goma-jsonstatus",
288 "/path/to/tmp/json", 294 "/path/to/tmp/json",
289 "--goma-service-account-json-file", 295 "--goma-service-account-json-file",
290 "C:\\creds\\service_accounts\\service-account-goma-client.json", 296 "C:\\creds\\service_accounts\\service-account-goma-client.json",
291 "--goma-dir", 297 "--goma-dir",
292 "[CACHE]\\cipd\\goma", 298 "[CACHE]\\cipd\\goma",
293 "--goma-fail-fast", 299 "--goma-fail-fast",
294 "--goma-disable-local-fallback", 300 "--goma-disable-local-fallback",
295 "--" 301 "--"
296 ], 302 ],
297 "env": { 303 "env": {
298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
299 }, 305 },
300 "name": "compile", 306 "name": "compile",
301 "~followup_annotations": [ 307 "~followup_annotations": [
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
303 "@@@STEP_LOG_END@json.output (invalid)@@@" 309 "@@@STEP_LOG_END@json.output (invalid)@@@"
304 ] 310 ]
305 }, 311 },
306 { 312 {
307 "name": "$result", 313 "name": "$result",
308 "recipe_result": null, 314 "recipe_result": null,
309 "status_code": 0 315 "status_code": 0
310 } 316 }
311 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698