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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_succeeded.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 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",
606 "--goma-deps-cache-dir", 600 "--goma-deps-cache-dir",
607 "[GOMA_DEPS_CACHE]", 601 "[GOMA_DEPS_CACHE]",
608 "--compiler", 602 "--compiler",
609 "goma", 603 "goma",
610 "--goma-jsonstatus", 604 "--goma-jsonstatus",
611 "/path/to/tmp/json", 605 "/path/to/tmp/json",
612 "--goma-service-account-json-file", 606 "--goma-service-account-json-file",
613 "/creds/service_accounts/service-account-goma-client.json", 607 "/creds/service_accounts/service-account-goma-client.json",
614 "--goma-dir", 608 "--goma-dir",
615 "[CACHE]/cipd/goma", 609 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 "@@@STEP_LOG_END@report@@@", 647 "@@@STEP_LOG_END@report@@@",
654 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 648 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
655 ] 649 ]
656 }, 650 },
657 { 651 {
658 "name": "$result", 652 "name": "$result",
659 "recipe_result": null, 653 "recipe_result": null,
660 "status_code": 0 654 "status_code": 0
661 } 655 }
662 ] 656 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698