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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "--gsutil-py-path", 620 "--gsutil-py-path",
621 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 621 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
622 "--ninja-path", 622 "--ninja-path",
623 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 623 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
624 "--target", 624 "--target",
625 "Release", 625 "Release",
626 "--src-dir", 626 "--src-dir",
627 "[BUILDER_CACHE]/linux/src", 627 "[BUILDER_CACHE]/linux/src",
628 "--goma-cache-dir", 628 "--goma-cache-dir",
629 "[GOMA_CACHE]", 629 "[GOMA_CACHE]",
630 "--buildbot-buildername",
631 "linux_variable",
632 "--buildbot-mastername",
633 "tryserver.chromium.linux",
634 "--buildbot-slavename",
635 "build1-a1",
636 "--goma-deps-cache-dir", 630 "--goma-deps-cache-dir",
637 "[GOMA_DEPS_CACHE]", 631 "[GOMA_DEPS_CACHE]",
638 "--compiler", 632 "--compiler",
639 "goma", 633 "goma",
640 "--goma-jsonstatus", 634 "--goma-jsonstatus",
641 "/path/to/tmp/json", 635 "/path/to/tmp/json",
642 "--goma-service-account-json-file", 636 "--goma-service-account-json-file",
643 "/creds/service_accounts/service-account-goma-client.json", 637 "/creds/service_accounts/service-account-goma-client.json",
644 "--goma-dir", 638 "--goma-dir",
645 "[CACHE]/cipd/goma", 639 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 "@@@STEP_LOG_END@report@@@", 677 "@@@STEP_LOG_END@report@@@",
684 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 678 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
685 ] 679 ]
686 }, 680 },
687 { 681 {
688 "name": "$result", 682 "name": "$result",
689 "recipe_result": null, 683 "recipe_result": null,
690 "status_code": 0 684 "status_code": 0
691 } 685 }
692 ] 686 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698