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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_Win_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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "--gsutil-py-path", 332 "--gsutil-py-path",
333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
334 "--ninja-path", 334 "--ninja-path",
335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
336 "--target", 336 "--target",
337 "Release", 337 "Release",
338 "--src-dir", 338 "--src-dir",
339 "[BUILDER_CACHE]\\win\\src", 339 "[BUILDER_CACHE]\\win\\src",
340 "--goma-cache-dir", 340 "--goma-cache-dir",
341 "[GOMA_CACHE]", 341 "[GOMA_CACHE]",
342 "--buildbot-buildername",
343 "GPU Win Builder",
344 "--buildbot-mastername",
345 "chromium.gpu",
346 "--buildbot-slavename",
347 "TestSlavename",
342 "--goma-deps-cache-dir", 348 "--goma-deps-cache-dir",
343 "[GOMA_DEPS_CACHE]", 349 "[GOMA_DEPS_CACHE]",
344 "--build-data-dir", 350 "--build-data-dir",
345 "[ROOT]\\build_data_dir", 351 "[ROOT]\\build_data_dir",
346 "--compiler", 352 "--compiler",
347 "goma", 353 "goma",
348 "--goma-jsonstatus", 354 "--goma-jsonstatus",
349 "/path/to/tmp/json", 355 "/path/to/tmp/json",
350 "--goma-service-account-json-file", 356 "--goma-service-account-json-file",
351 "C:\\creds\\service_accounts\\service-account-goma-client.json", 357 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "~followup_annotations": [ 459 "~followup_annotations": [
454 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" 460 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@"
455 ] 461 ]
456 }, 462 },
457 { 463 {
458 "name": "$result", 464 "name": "$result",
459 "recipe_result": null, 465 "recipe_result": null,
460 "status_code": 0 466 "status_code": 0
461 } 467 }
462 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698