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

Side by Side Diff: scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
7 "[SLAVE_BUILD]/git_clone_bundler/bundles" 7 "[SLAVE_BUILD]/git_clone_bundler/bundles"
8 ], 8 ],
9 "name": "rmtree old bundles", 9 "name": "rmtree old bundles",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 ], 50 ],
51 "cwd": "[SLAVE_BUILD]/checkout", 51 "cwd": "[SLAVE_BUILD]/checkout",
52 "name": "create bundle" 52 "name": "create bundle"
53 }, 53 },
54 { 54 {
55 "cmd": [ 55 "cmd": [
56 "python", 56 "python",
57 "-u", 57 "-u",
58 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 58 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
59 "--", 59 "--",
60 "[DEPOT_TOOLS]/gsutil.py", 60 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
61 "----", 61 "----",
62 "cp", 62 "cp",
63 "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722. bundle", 63 "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722. bundle",
64 "gs://clone-dot-bundle-bucket/checkout/repository/clone.bundle" 64 "gs://clone-dot-bundle-bucket/checkout/repository/clone.bundle"
65 ], 65 ],
66 "name": "gsutil upload bundle", 66 "name": "gsutil upload bundle",
67 "~followup_annotations": [ 67 "~followup_annotations": [
68 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/clone.bundle@@@" 68 "@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bun dle-bucket/checkout/repository/clone.bundle@@@"
69 ] 69 ]
70 }, 70 },
71 { 71 {
72 "name": "$result", 72 "name": "$result",
73 "recipe_result": null, 73 "recipe_result": null,
74 "status_code": 0 74 "status_code": 0
75 } 75 }
76 ] 76 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698