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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/linux_lucid_x64_drm.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-lucid_x64-drm", 10 "linux-lucid_x64-drm",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "xml:results" 74 "xml:results"
75 ], 75 ],
76 "name": "Pack test results" 76 "name": "Pack test results"
77 }, 77 },
78 { 78 {
79 "cmd": [ 79 "cmd": [
80 "python", 80 "python",
81 "-u", 81 "-u",
82 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 82 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
83 "--", 83 "--",
84 "[DEPOT_TOOLS]/gsutil.py", 84 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
85 "----", 85 "----",
86 "cp", 86 "cp",
87 "testlogs_r123456789abcdef_b42.7z", 87 "testlogs_r123456789abcdef_b42.7z",
88 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm" 88 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm"
89 ], 89 ],
90 "name": "gsutil upload", 90 "name": "gsutil upload",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/testlogs/from_linux-lucid_x64-drm@@@" 92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/testlogs/from_linux-lucid_x64-drm@@@"
93 ] 93 ]
94 }, 94 },
95 { 95 {
96 "name": "$result", 96 "name": "$result",
97 "recipe_result": null, 97 "recipe_result": null,
98 "status_code": 0 98 "status_code": 0
99 } 99 }
100 ] 100 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698