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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_builder.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.drmemory", 8 "client.drmemory",
9 "--builder", 9 "--builder",
10 "linux-builder", 10 "linux-builder",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "[SLAVE_BUILD]/drmemory/package.cmake,build=0x1234567;drmem_only" 54 "[SLAVE_BUILD]/drmemory/package.cmake,build=0x1234567;drmem_only"
55 ], 55 ],
56 "name": "Package Dr. Memory" 56 "name": "Package Dr. Memory"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 62 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
63 "--", 63 "--",
64 "[DEPOT_TOOLS]/gsutil.py", 64 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
65 "----", 65 "----",
66 "cp", 66 "cp",
67 "DrMemory-Linux-*1234567.tar.gz", 67 "DrMemory-Linux-*1234567.tar.gz",
68 "gs://chromium-drmemory-builds/builds/" 68 "gs://chromium-drmemory-builds/builds/"
69 ], 69 ],
70 "name": "gsutil upload", 70 "name": "gsutil upload",
71 "~followup_annotations": [ 71 "~followup_annotations": [
72 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@" 72 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@"
73 ] 73 ]
74 }, 74 },
75 { 75 {
76 "name": "$result", 76 "name": "$result",
77 "recipe_result": null, 77 "recipe_result": null,
78 "status_code": 0 78 "status_code": 0
79 } 79 }
80 ] 80 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698