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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_Win_SyzyASAN_LKGR.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "asan-win32-release-170242", 221 "asan-win32-release-170242",
222 "[\"file 1\", \"file 2\"]", 222 "[\"file 1\", \"file 2\"]",
223 "[SLAVE_BUILD]\\src\\out\\Release" 223 "[SLAVE_BUILD]\\src\\out\\Release"
224 ], 224 ],
225 "name": "zipping" 225 "name": "zipping"
226 }, 226 },
227 { 227 {
228 "cmd": [ 228 "cmd": [
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "[DEPOT_TOOLS]\\gsutil.py", 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
232 "--", 232 "--",
233 "-h", 233 "-h",
234 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", 234 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}",
235 "-h", 235 "-h",
236 "x-goog-meta-Cr-Commit-Position-Number:170242", 236 "x-goog-meta-Cr-Commit-Position-Number:170242",
237 "-h", 237 "-h",
238 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 238 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
239 "cp", 239 "cp",
240 "-a", 240 "-a",
241 "public-read", 241 "public-read",
(...skipping 20 matching lines...) Expand all
262 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 262 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
263 "@@@STEP_LOG_END@python.inline@@@" 263 "@@@STEP_LOG_END@python.inline@@@"
264 ] 264 ]
265 }, 265 },
266 { 266 {
267 "name": "$result", 267 "name": "$result",
268 "recipe_result": null, 268 "recipe_result": null,
269 "status_code": 0 269 "status_code": 0
270 } 270 }
271 ] 271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698