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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_1m_SKPs.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[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]"
10 ], 10 ],
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 260 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
261 "@@@STEP_LOG_END@python.inline@@@" 261 "@@@STEP_LOG_END@python.inline@@@"
262 ] 262 ]
263 }, 263 },
264 { 264 {
265 "cmd": [ 265 "cmd": [
266 "python", 266 "python",
267 "-u", 267 "-u",
268 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 268 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
269 "--", 269 "--",
270 "[DEPOT_TOOLS]/gsutil.py", 270 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
271 "----", 271 "----",
272 "-m", 272 "-m",
273 "rsync", 273 "rsync",
274 "-d", 274 "-d",
275 "-r", 275 "-r",
276 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1", 276 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave1",
277 "[SLAVE_BUILD]/skps/slave1" 277 "[SLAVE_BUILD]/skps/slave1"
278 ], 278 ],
279 "name": "gsutil rsync" 279 "name": "gsutil rsync"
280 }, 280 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 331 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
332 "@@@STEP_LOG_END@python.inline@@@" 332 "@@@STEP_LOG_END@python.inline@@@"
333 ] 333 ]
334 }, 334 },
335 { 335 {
336 "cmd": [ 336 "cmd": [
337 "python", 337 "python",
338 "-u", 338 "-u",
339 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 339 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
340 "--", 340 "--",
341 "[DEPOT_TOOLS]/gsutil.py", 341 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
342 "----", 342 "----",
343 "-m", 343 "-m",
344 "rsync", 344 "rsync",
345 "-d", 345 "-d",
346 "-r", 346 "-r",
347 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2", 347 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave2",
348 "[SLAVE_BUILD]/skps/slave2" 348 "[SLAVE_BUILD]/skps/slave2"
349 ], 349 ],
350 "name": "gsutil rsync (2)" 350 "name": "gsutil rsync (2)"
351 }, 351 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 402 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
403 "@@@STEP_LOG_END@python.inline@@@" 403 "@@@STEP_LOG_END@python.inline@@@"
404 ] 404 ]
405 }, 405 },
406 { 406 {
407 "cmd": [ 407 "cmd": [
408 "python", 408 "python",
409 "-u", 409 "-u",
410 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 410 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
411 "--", 411 "--",
412 "[DEPOT_TOOLS]/gsutil.py", 412 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
413 "----", 413 "----",
414 "-m", 414 "-m",
415 "rsync", 415 "rsync",
416 "-d", 416 "-d",
417 "-r", 417 "-r",
418 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3", 418 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave3",
419 "[SLAVE_BUILD]/skps/slave3" 419 "[SLAVE_BUILD]/skps/slave3"
420 ], 420 ],
421 "name": "gsutil rsync (3)" 421 "name": "gsutil rsync (3)"
422 }, 422 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 473 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
474 "@@@STEP_LOG_END@python.inline@@@" 474 "@@@STEP_LOG_END@python.inline@@@"
475 ] 475 ]
476 }, 476 },
477 { 477 {
478 "cmd": [ 478 "cmd": [
479 "python", 479 "python",
480 "-u", 480 "-u",
481 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 481 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
482 "--", 482 "--",
483 "[DEPOT_TOOLS]/gsutil.py", 483 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
484 "----", 484 "----",
485 "-m", 485 "-m",
486 "rsync", 486 "rsync",
487 "-d", 487 "-d",
488 "-r", 488 "-r",
489 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4", 489 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave4",
490 "[SLAVE_BUILD]/skps/slave4" 490 "[SLAVE_BUILD]/skps/slave4"
491 ], 491 ],
492 "name": "gsutil rsync (4)" 492 "name": "gsutil rsync (4)"
493 }, 493 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 544 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
545 "@@@STEP_LOG_END@python.inline@@@" 545 "@@@STEP_LOG_END@python.inline@@@"
546 ] 546 ]
547 }, 547 },
548 { 548 {
549 "cmd": [ 549 "cmd": [
550 "python", 550 "python",
551 "-u", 551 "-u",
552 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 552 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
553 "--", 553 "--",
554 "[DEPOT_TOOLS]/gsutil.py", 554 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
555 "----", 555 "----",
556 "-m", 556 "-m",
557 "rsync", 557 "rsync",
558 "-d", 558 "-d",
559 "-r", 559 "-r",
560 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5", 560 "gs://cluster-telemetry/skps/All/57259e0-05dcb4c/slave5",
561 "[SLAVE_BUILD]/skps/slave5" 561 "[SLAVE_BUILD]/skps/slave5"
562 ], 562 ],
563 "name": "gsutil rsync (5)" 563 "name": "gsutil rsync (5)"
564 }, 564 },
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 "@@@STEP_LOG_END@json.output@@@", 1239 "@@@STEP_LOG_END@json.output@@@",
1240 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1240 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1241 ] 1241 ]
1242 }, 1242 },
1243 { 1243 {
1244 "name": "$result", 1244 "name": "$result",
1245 "recipe_result": null, 1245 "recipe_result": null,
1246 "status_code": 0 1246 "status_code": 0
1247 } 1247 }
1248 ] 1248 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698