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.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 "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",
630 "--goma-deps-cache-dir", 636 "--goma-deps-cache-dir",
631 "[GOMA_DEPS_CACHE]", 637 "[GOMA_DEPS_CACHE]",
632 "--compiler", 638 "--compiler",
633 "goma", 639 "goma",
634 "--goma-jsonstatus", 640 "--goma-jsonstatus",
635 "/path/to/tmp/json", 641 "/path/to/tmp/json",
636 "--goma-service-account-json-file", 642 "--goma-service-account-json-file",
637 "/creds/service_accounts/service-account-goma-client.json", 643 "/creds/service_accounts/service-account-goma-client.json",
638 "--goma-dir", 644 "--goma-dir",
639 "[CACHE]/cipd/goma", 645 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "@@@STEP_LOG_END@report@@@", 683 "@@@STEP_LOG_END@report@@@",
678 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 684 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
679 ] 685 ]
680 }, 686 },
681 { 687 {
682 "name": "$result", 688 "name": "$result",
683 "recipe_result": null, 689 "recipe_result": null,
684 "status_code": 0 690 "status_code": 0
685 } 691 }
686 ] 692 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698