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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.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 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "--gsutil-py-path", 639 "--gsutil-py-path",
640 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 640 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
641 "--ninja-path", 641 "--ninja-path",
642 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 642 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
643 "--target", 643 "--target",
644 "Release", 644 "Release",
645 "--src-dir", 645 "--src-dir",
646 "[BUILDER_CACHE]/linux/src", 646 "[BUILDER_CACHE]/linux/src",
647 "--goma-cache-dir", 647 "--goma-cache-dir",
648 "[GOMA_CACHE]", 648 "[GOMA_CACHE]",
649 "--buildbot-buildername",
650 "linux_variable",
651 "--buildbot-mastername",
652 "tryserver.chromium.linux",
653 "--buildbot-slavename",
654 "build1-a1",
655 "--goma-deps-cache-dir", 649 "--goma-deps-cache-dir",
656 "[GOMA_DEPS_CACHE]", 650 "[GOMA_DEPS_CACHE]",
657 "--compiler", 651 "--compiler",
658 "goma", 652 "goma",
659 "--goma-jsonstatus", 653 "--goma-jsonstatus",
660 "/path/to/tmp/json", 654 "/path/to/tmp/json",
661 "--goma-service-account-json-file", 655 "--goma-service-account-json-file",
662 "/creds/service_accounts/service-account-goma-client.json", 656 "/creds/service_accounts/service-account-goma-client.json",
663 "--goma-dir", 657 "--goma-dir",
664 "[CACHE]/cipd/goma", 658 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "@@@STEP_LOG_END@report@@@", 696 "@@@STEP_LOG_END@report@@@",
703 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 697 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
704 ] 698 ]
705 }, 699 },
706 { 700 {
707 "name": "$result", 701 "name": "$result",
708 "recipe_result": null, 702 "recipe_result": null,
709 "status_code": 0 703 "status_code": 0
710 } 704 }
711 ] 705 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698