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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "_", 457 "_",
458 "image-cacherator-from-ctable", 458 "image-cacherator-from-ctable",
459 "2ndpic-8888", 459 "2ndpic-8888",
460 "gm", 460 "gm",
461 "_", 461 "_",
462 "image-cacherator-from-ctable", 462 "image-cacherator-from-ctable",
463 "serialize-8888", 463 "serialize-8888",
464 "gm", 464 "gm",
465 "_", 465 "_",
466 "image-cacherator-from-ctable", 466 "image-cacherator-from-ctable",
467 "sp-8888",
468 "svg",
469 "_",
470 "car.svg",
471 "pic-8888",
472 "svg",
473 "_",
474 "car.svg",
475 "2ndpic-8888",
476 "svg",
477 "_",
478 "car.svg",
479 "serialize-8888",
480 "svg",
481 "_",
482 "car.svg",
483 "sp-8888",
484 "svg",
485 "_",
486 "gallardo.svg",
487 "pic-8888",
488 "svg",
489 "_",
490 "gallardo.svg",
491 "2ndpic-8888",
492 "svg",
493 "_",
494 "gallardo.svg",
495 "serialize-8888",
496 "svg",
497 "_",
498 "gallardo.svg",
499 "sp-8888",
500 "svg",
501 "_",
502 "rg1024_green_grapes.svg",
503 "pic-8888",
504 "svg",
505 "_",
506 "rg1024_green_grapes.svg",
507 "2ndpic-8888",
508 "svg",
509 "_",
510 "rg1024_green_grapes.svg",
511 "serialize-8888",
512 "svg",
513 "_",
514 "rg1024_green_grapes.svg",
515 "sp-8888",
516 "svg",
517 "_",
518 "Seal_of_Kansas.svg",
519 "pic-8888",
520 "svg",
521 "_",
522 "Seal_of_Kansas.svg",
523 "2ndpic-8888",
524 "svg",
525 "_",
526 "Seal_of_Kansas.svg",
527 "serialize-8888",
528 "svg",
529 "_",
530 "Seal_of_Kansas.svg",
467 "_", 531 "_",
468 "image", 532 "image",
469 "_", 533 "_",
470 "interlaced1.png", 534 "interlaced1.png",
471 "_", 535 "_",
472 "image", 536 "image",
473 "_", 537 "_",
474 "interlaced2.png", 538 "interlaced2.png",
475 "_", 539 "_",
476 "image", 540 "image",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "SKIA_OUT": "[SLAVE_BUILD]\\out" 627 "SKIA_OUT": "[SLAVE_BUILD]\\out"
564 }, 628 },
565 "name": "dm" 629 "name": "dm"
566 }, 630 },
567 { 631 {
568 "name": "$result", 632 "name": "$result",
569 "recipe_result": null, 633 "recipe_result": null,
570 "status_code": 0 634 "status_code": 0
571 } 635 }
572 ] 636 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698