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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 2307743002: Reland "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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "--gsutil-py-path", 296 "--gsutil-py-path",
297 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 297 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
298 "--ninja-path", 298 "--ninja-path",
299 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 299 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
300 "--target", 300 "--target",
301 "Debug", 301 "Debug",
302 "--src-dir", 302 "--src-dir",
303 "[SLAVE_BUILD]\\v8", 303 "[SLAVE_BUILD]\\v8",
304 "--goma-cache-dir", 304 "--goma-cache-dir",
305 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
306 "--buildbot-buildername",
307 "v8_win_dbg",
308 "--buildbot-mastername",
309 "tryserver.v8",
310 "--buildbot-slavename",
311 "TestSlavename",
306 "--compiler", 312 "--compiler",
307 "goma", 313 "goma",
308 "--goma-jsonstatus", 314 "--goma-jsonstatus",
309 "/path/to/tmp/json", 315 "/path/to/tmp/json",
310 "--goma-service-account-json-file", 316 "--goma-service-account-json-file",
311 "C:\\creds\\service_accounts\\service-account-goma-client.json", 317 "C:\\creds\\service_accounts\\service-account-goma-client.json",
312 "--goma-dir", 318 "--goma-dir",
313 "[CACHE]\\cipd\\goma", 319 "[CACHE]\\cipd\\goma",
314 "--goma-fail-fast", 320 "--goma-fail-fast",
315 "--goma-disable-local-fallback", 321 "--goma-disable-local-fallback",
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 925 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
920 "@@@STEP_LOG_END@durations@@@" 926 "@@@STEP_LOG_END@durations@@@"
921 ] 927 ]
922 }, 928 },
923 { 929 {
924 "name": "$result", 930 "name": "$result",
925 "recipe_result": null, 931 "recipe_result": null,
926 "status_code": 0 932 "status_code": 0
927 } 933 }
928 ] 934 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698