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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "--gsutil-py-path", 417 "--gsutil-py-path",
418 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 418 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
419 "--ninja-path", 419 "--ninja-path",
420 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 420 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
421 "--target", 421 "--target",
422 "Debug_x64", 422 "Debug_x64",
423 "--src-dir", 423 "--src-dir",
424 "[BUILDER_CACHE]\\win_clang\\src", 424 "[BUILDER_CACHE]\\win_clang\\src",
425 "--goma-cache-dir", 425 "--goma-cache-dir",
426 "[GOMA_CACHE]", 426 "[GOMA_CACHE]",
427 "--buildbot-buildername",
428 "win_clang",
429 "--buildbot-mastername",
430 "tryserver.chromium.win",
431 "--buildbot-slavename",
432 "TestSlavename",
433 "--goma-deps-cache-dir", 427 "--goma-deps-cache-dir",
434 "[GOMA_DEPS_CACHE]", 428 "[GOMA_DEPS_CACHE]",
435 "--compiler", 429 "--compiler",
436 "goma-clang", 430 "goma-clang",
437 "--goma-jsonstatus", 431 "--goma-jsonstatus",
438 "/path/to/tmp/json", 432 "/path/to/tmp/json",
439 "--goma-service-account-json-file", 433 "--goma-service-account-json-file",
440 "C:\\creds\\service_accounts\\service-account-goma-client.json", 434 "C:\\creds\\service_accounts\\service-account-goma-client.json",
441 "--goma-dir", 435 "--goma-dir",
442 "[CACHE]\\cipd\\goma", 436 "[CACHE]\\cipd\\goma",
(...skipping 18 matching lines...) Expand all
461 "import sys; sys.exit(0)" 455 "import sys; sys.exit(0)"
462 ], 456 ],
463 "name": "mark: before_tests" 457 "name": "mark: before_tests"
464 }, 458 },
465 { 459 {
466 "name": "$result", 460 "name": "$result",
467 "recipe_result": null, 461 "recipe_result": null,
468 "status_code": 0 462 "status_code": 0
469 } 463 }
470 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698