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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--gsutil-py-path", 331 "--gsutil-py-path",
332 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 332 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
333 "--ninja-path", 333 "--ninja-path",
334 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 334 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
335 "--target", 335 "--target",
336 "Release_x64", 336 "Release_x64",
337 "--src-dir", 337 "--src-dir",
338 "[BUILDER_CACHE]\\win_layout\\src", 338 "[BUILDER_CACHE]\\win_layout\\src",
339 "--goma-cache-dir", 339 "--goma-cache-dir",
340 "[GOMA_CACHE]", 340 "[GOMA_CACHE]",
341 "--buildbot-buildername",
342 "WebKit Win x64 Builder",
343 "--buildbot-mastername",
344 "chromium.webkit",
345 "--buildbot-slavename",
346 "TestSlavename",
341 "--goma-deps-cache-dir", 347 "--goma-deps-cache-dir",
342 "[GOMA_DEPS_CACHE]", 348 "[GOMA_DEPS_CACHE]",
343 "--build-data-dir", 349 "--build-data-dir",
344 "[ROOT]\\build_data_dir", 350 "[ROOT]\\build_data_dir",
345 "--compiler", 351 "--compiler",
346 "goma", 352 "goma",
347 "--goma-jsonstatus", 353 "--goma-jsonstatus",
348 "/path/to/tmp/json", 354 "/path/to/tmp/json",
349 "--goma-service-account-json-file", 355 "--goma-service-account-json-file",
350 "C:\\creds\\service_accounts\\service-account-goma-client.json", 356 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 480 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
475 }, 481 },
476 "name": "process_dumps" 482 "name": "process_dumps"
477 }, 483 },
478 { 484 {
479 "name": "$result", 485 "name": "$result",
480 "recipe_result": null, 486 "recipe_result": null,
481 "status_code": 0 487 "status_code": 0
482 } 488 }
483 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698