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

Side by Side Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_Trybot.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 290 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
291 "@@@STEP_LOG_END@python.inline@@@" 291 "@@@STEP_LOG_END@python.inline@@@"
292 ] 292 ]
293 }, 293 },
294 { 294 {
295 "cmd": [ 295 "cmd": [
296 "python", 296 "python",
297 "-u", 297 "-u",
298 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 298 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
299 "--", 299 "--",
300 "[DEPOT_TOOLS]/gsutil.py", 300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
301 "----", 301 "----",
302 "-m", 302 "-m",
303 "rsync", 303 "rsync",
304 "-d", 304 "-d",
305 "-r", 305 "-r",
306 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave1", 306 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave1",
307 "[SLAVE_BUILD]/skps/slave1" 307 "[SLAVE_BUILD]/skps/slave1"
308 ], 308 ],
309 "name": "gsutil rsync" 309 "name": "gsutil rsync"
310 }, 310 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 361 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
362 "@@@STEP_LOG_END@python.inline@@@" 362 "@@@STEP_LOG_END@python.inline@@@"
363 ] 363 ]
364 }, 364 },
365 { 365 {
366 "cmd": [ 366 "cmd": [
367 "python", 367 "python",
368 "-u", 368 "-u",
369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
370 "--", 370 "--",
371 "[DEPOT_TOOLS]/gsutil.py", 371 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
372 "----", 372 "----",
373 "-m", 373 "-m",
374 "rsync", 374 "rsync",
375 "-d", 375 "-d",
376 "-r", 376 "-r",
377 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2", 377 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave2",
378 "[SLAVE_BUILD]/skps/slave2" 378 "[SLAVE_BUILD]/skps/slave2"
379 ], 379 ],
380 "name": "gsutil rsync (2)" 380 "name": "gsutil rsync (2)"
381 }, 381 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 432 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
433 "@@@STEP_LOG_END@python.inline@@@" 433 "@@@STEP_LOG_END@python.inline@@@"
434 ] 434 ]
435 }, 435 },
436 { 436 {
437 "cmd": [ 437 "cmd": [
438 "python", 438 "python",
439 "-u", 439 "-u",
440 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 440 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
441 "--", 441 "--",
442 "[DEPOT_TOOLS]/gsutil.py", 442 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
443 "----", 443 "----",
444 "-m", 444 "-m",
445 "rsync", 445 "rsync",
446 "-d", 446 "-d",
447 "-r", 447 "-r",
448 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3", 448 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave3",
449 "[SLAVE_BUILD]/skps/slave3" 449 "[SLAVE_BUILD]/skps/slave3"
450 ], 450 ],
451 "name": "gsutil rsync (3)" 451 "name": "gsutil rsync (3)"
452 }, 452 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 503 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
504 "@@@STEP_LOG_END@python.inline@@@" 504 "@@@STEP_LOG_END@python.inline@@@"
505 ] 505 ]
506 }, 506 },
507 { 507 {
508 "cmd": [ 508 "cmd": [
509 "python", 509 "python",
510 "-u", 510 "-u",
511 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 511 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
512 "--", 512 "--",
513 "[DEPOT_TOOLS]/gsutil.py", 513 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
514 "----", 514 "----",
515 "-m", 515 "-m",
516 "rsync", 516 "rsync",
517 "-d", 517 "-d",
518 "-r", 518 "-r",
519 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4", 519 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave4",
520 "[SLAVE_BUILD]/skps/slave4" 520 "[SLAVE_BUILD]/skps/slave4"
521 ], 521 ],
522 "name": "gsutil rsync (4)" 522 "name": "gsutil rsync (4)"
523 }, 523 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 574 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
575 "@@@STEP_LOG_END@python.inline@@@" 575 "@@@STEP_LOG_END@python.inline@@@"
576 ] 576 ]
577 }, 577 },
578 { 578 {
579 "cmd": [ 579 "cmd": [
580 "python", 580 "python",
581 "-u", 581 "-u",
582 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 582 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
583 "--", 583 "--",
584 "[DEPOT_TOOLS]/gsutil.py", 584 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
585 "----", 585 "----",
586 "-m", 586 "-m",
587 "rsync", 587 "rsync",
588 "-d", 588 "-d",
589 "-r", 589 "-r",
590 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5", 590 "gs://cluster-telemetry/skps/10k/57259e0-05dcb4c/slave5",
591 "[SLAVE_BUILD]/skps/slave5" 591 "[SLAVE_BUILD]/skps/slave5"
592 ], 592 ],
593 "name": "gsutil rsync (5)" 593 "name": "gsutil rsync (5)"
594 }, 594 },
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 "@@@STEP_LOG_END@json.output@@@", 1279 "@@@STEP_LOG_END@json.output@@@",
1280 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1280 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1281 ] 1281 ]
1282 }, 1282 },
1283 { 1283 {
1284 "name": "$result", 1284 "name": "$result",
1285 "recipe_result": null, 1285 "recipe_result": null,
1286 "status_code": 0 1286 "status_code": 0
1287 } 1287 }
1288 ] 1288 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698