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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2247903002: Fix up infra bot change (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION", 7 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skp\\VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "_", 470 "_",
471 "image-cacherator-from-ctable", 471 "image-cacherator-from-ctable",
472 "2ndpic-8888", 472 "2ndpic-8888",
473 "gm", 473 "gm",
474 "_", 474 "_",
475 "image-cacherator-from-ctable", 475 "image-cacherator-from-ctable",
476 "serialize-8888", 476 "serialize-8888",
477 "gm", 477 "gm",
478 "_", 478 "_",
479 "image-cacherator-from-ctable", 479 "image-cacherator-from-ctable",
480 "sp-8888",
481 "svg",
482 "_",
483 "car.svg",
484 "pic-8888",
485 "svg",
486 "_",
487 "car.svg",
488 "2ndpic-8888",
489 "svg",
490 "_",
491 "car.svg",
492 "serialize-8888",
493 "svg",
494 "_",
495 "car.svg",
496 "sp-8888",
497 "svg",
498 "_",
499 "gallardo.svg",
500 "pic-8888",
501 "svg",
502 "_",
503 "gallardo.svg",
504 "2ndpic-8888",
505 "svg",
506 "_",
507 "gallardo.svg",
508 "serialize-8888",
509 "svg",
510 "_",
511 "gallardo.svg",
512 "sp-8888",
513 "svg",
514 "_",
515 "rg1024_green_grapes.svg",
516 "pic-8888",
517 "svg",
518 "_",
519 "rg1024_green_grapes.svg",
520 "2ndpic-8888",
521 "svg",
522 "_",
523 "rg1024_green_grapes.svg",
524 "serialize-8888",
525 "svg",
526 "_",
527 "rg1024_green_grapes.svg",
528 "sp-8888",
529 "svg",
530 "_",
531 "Seal_of_Kansas.svg",
532 "pic-8888",
533 "svg",
534 "_",
535 "Seal_of_Kansas.svg",
536 "2ndpic-8888",
537 "svg",
538 "_",
539 "Seal_of_Kansas.svg",
540 "serialize-8888",
541 "svg",
542 "_",
543 "Seal_of_Kansas.svg",
480 "_", 544 "_",
481 "image", 545 "image",
482 "_", 546 "_",
483 "interlaced1.png", 547 "interlaced1.png",
484 "_", 548 "_",
485 "image", 549 "image",
486 "_", 550 "_",
487 "interlaced2.png", 551 "interlaced2.png",
488 "_", 552 "_",
489 "image", 553 "image",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "SKIA_OUT": "[SLAVE_BUILD]\\out" 643 "SKIA_OUT": "[SLAVE_BUILD]\\out"
580 }, 644 },
581 "name": "dm" 645 "name": "dm"
582 }, 646 },
583 { 647 {
584 "name": "$result", 648 "name": "$result",
585 "recipe_result": null, 649 "recipe_result": null,
586 "status_code": 0 650 "status_code": 0
587 } 651 }
588 ] 652 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698