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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 "--gsutil-py-path", 405 "--gsutil-py-path",
406 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 406 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
407 "--ninja-path", 407 "--ninja-path",
408 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 408 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
409 "--target", 409 "--target",
410 "Release", 410 "Release",
411 "--src-dir", 411 "--src-dir",
412 "[BUILDER_CACHE]\\win\\src", 412 "[BUILDER_CACHE]\\win\\src",
413 "--goma-cache-dir", 413 "--goma-cache-dir",
414 "[GOMA_CACHE]", 414 "[GOMA_CACHE]",
415 "--buildbot-buildername",
416 "GPU Win Builder",
417 "--buildbot-mastername",
418 "chromium.gpu.fyi",
419 "--buildbot-slavename",
420 "TestSlavename",
421 "--goma-deps-cache-dir", 415 "--goma-deps-cache-dir",
422 "[GOMA_DEPS_CACHE]", 416 "[GOMA_DEPS_CACHE]",
423 "--build-data-dir", 417 "--build-data-dir",
424 "[ROOT]\\build_data_dir", 418 "[ROOT]\\build_data_dir",
425 "--compiler", 419 "--compiler",
426 "goma", 420 "goma",
427 "--goma-jsonstatus", 421 "--goma-jsonstatus",
428 "/path/to/tmp/json", 422 "/path/to/tmp/json",
429 "--goma-service-account-json-file", 423 "--goma-service-account-json-file",
430 "C:\\creds\\service_accounts\\service-account-goma-client.json", 424 "C:\\creds\\service_accounts\\service-account-goma-client.json",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 "~followup_annotations": [ 659 "~followup_annotations": [
666 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@" 660 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (AMD R7 240)<br />Win7 Release (ATI)<br />Win7 Release (NV IDIA GeForce 730)<br />Win7 Release (NVIDIA)<br />Win7 Release (New Intel)<br /> Win8 Release (NVIDIA)@@@"
667 ] 661 ]
668 }, 662 },
669 { 663 {
670 "name": "$result", 664 "name": "$result",
671 "recipe_result": null, 665 "recipe_result": null,
672 "status_code": 0 666 "status_code": 0
673 } 667 }
674 ] 668 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698