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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_builder.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--gsutil-py-path", 290 "--gsutil-py-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
292 "--ninja-path", 292 "--ninja-path",
293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
294 "--target", 294 "--target",
295 "Debug", 295 "Debug",
296 "--src-dir", 296 "--src-dir",
297 "[SLAVE_BUILD]\\v8", 297 "[SLAVE_BUILD]\\v8",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--buildbot-buildername",
301 "V8 Win32 - debug builder",
302 "--buildbot-mastername",
303 "client.v8",
304 "--buildbot-slavename",
305 "TestSlavename",
306 "--compiler", 300 "--compiler",
307 "goma", 301 "goma",
308 "--goma-jsonstatus", 302 "--goma-jsonstatus",
309 "/path/to/tmp/json", 303 "/path/to/tmp/json",
310 "--goma-service-account-json-file", 304 "--goma-service-account-json-file",
311 "C:\\creds\\service_accounts\\service-account-goma-client.json", 305 "C:\\creds\\service_accounts\\service-account-goma-client.json",
312 "--goma-dir", 306 "--goma-dir",
313 "[CACHE]\\cipd\\goma", 307 "[CACHE]\\cipd\\goma",
314 "--" 308 "--"
315 ], 309 ],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "~followup_annotations": [ 412 "~followup_annotations": [
419 "@@@STEP_TEXT@V8 Win32 - debug@@@" 413 "@@@STEP_TEXT@V8 Win32 - debug@@@"
420 ] 414 ]
421 }, 415 },
422 { 416 {
423 "name": "$result", 417 "name": "$result",
424 "recipe_result": null, 418 "recipe_result": null,
425 "status_code": 0 419 "status_code": 0
426 } 420 }
427 ] 421 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698