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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_succeeded.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 "/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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "--gsutil-py-path", 590 "--gsutil-py-path",
591 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 591 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
592 "--ninja-path", 592 "--ninja-path",
593 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 593 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
594 "--target", 594 "--target",
595 "Release", 595 "Release",
596 "--src-dir", 596 "--src-dir",
597 "[BUILDER_CACHE]/linux/src", 597 "[BUILDER_CACHE]/linux/src",
598 "--goma-cache-dir", 598 "--goma-cache-dir",
599 "[GOMA_CACHE]", 599 "[GOMA_CACHE]",
600 "--buildbot-buildername",
601 "linux_variable",
602 "--buildbot-mastername",
603 "tryserver.chromium.linux",
604 "--buildbot-slavename",
605 "build1-a1",
600 "--goma-deps-cache-dir", 606 "--goma-deps-cache-dir",
601 "[GOMA_DEPS_CACHE]", 607 "[GOMA_DEPS_CACHE]",
602 "--compiler", 608 "--compiler",
603 "goma", 609 "goma",
604 "--goma-jsonstatus", 610 "--goma-jsonstatus",
605 "/path/to/tmp/json", 611 "/path/to/tmp/json",
606 "--goma-service-account-json-file", 612 "--goma-service-account-json-file",
607 "/creds/service_accounts/service-account-goma-client.json", 613 "/creds/service_accounts/service-account-goma-client.json",
608 "--goma-dir", 614 "--goma-dir",
609 "[CACHE]/cipd/goma", 615 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "@@@STEP_LOG_END@report@@@", 653 "@@@STEP_LOG_END@report@@@",
648 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 654 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
649 ] 655 ]
650 }, 656 },
651 { 657 {
652 "name": "$result", 658 "name": "$result",
653 "recipe_result": null, 659 "recipe_result": null,
654 "status_code": 0 660 "status_code": 0
655 } 661 }
656 ] 662 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698