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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.json

Issue 2307743002: Reland "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 "/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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "--gsutil-py-path", 596 "--gsutil-py-path",
597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
598 "--ninja-path", 598 "--ninja-path",
599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
600 "--target", 600 "--target",
601 "Release", 601 "Release",
602 "--src-dir", 602 "--src-dir",
603 "[BUILDER_CACHE]/linux/src", 603 "[BUILDER_CACHE]/linux/src",
604 "--goma-cache-dir", 604 "--goma-cache-dir",
605 "[GOMA_CACHE]", 605 "[GOMA_CACHE]",
606 "--buildbot-buildername",
607 "linux_variable",
608 "--buildbot-mastername",
609 "tryserver.chromium.linux",
610 "--buildbot-slavename",
611 "build1-a1",
606 "--goma-deps-cache-dir", 612 "--goma-deps-cache-dir",
607 "[GOMA_DEPS_CACHE]", 613 "[GOMA_DEPS_CACHE]",
608 "--compiler", 614 "--compiler",
609 "goma", 615 "goma",
610 "--goma-jsonstatus", 616 "--goma-jsonstatus",
611 "/path/to/tmp/json", 617 "/path/to/tmp/json",
612 "--goma-service-account-json-file", 618 "--goma-service-account-json-file",
613 "/creds/service_accounts/service-account-goma-client.json", 619 "/creds/service_accounts/service-account-goma-client.json",
614 "--goma-dir", 620 "--goma-dir",
615 "[CACHE]/cipd/goma", 621 "[CACHE]/cipd/goma",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "@@@STEP_LOG_END@report@@@", 660 "@@@STEP_LOG_END@report@@@",
655 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 661 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
656 ] 662 ]
657 }, 663 },
658 { 664 {
659 "name": "$result", 665 "name": "$result",
660 "recipe_result": null, 666 "recipe_result": null,
661 "status_code": 0 667 "status_code": 0
662 } 668 }
663 ] 669 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698