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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "_", 436 "_",
437 "image-cacherator-from-ctable", 437 "image-cacherator-from-ctable",
438 "2ndpic-8888", 438 "2ndpic-8888",
439 "gm", 439 "gm",
440 "_", 440 "_",
441 "image-cacherator-from-ctable", 441 "image-cacherator-from-ctable",
442 "serialize-8888", 442 "serialize-8888",
443 "gm", 443 "gm",
444 "_", 444 "_",
445 "image-cacherator-from-ctable", 445 "image-cacherator-from-ctable",
446 "sp-8888",
447 "svg",
448 "_",
449 "car.svg",
450 "pic-8888",
451 "svg",
452 "_",
453 "car.svg",
454 "2ndpic-8888",
455 "svg",
456 "_",
457 "car.svg",
458 "serialize-8888",
459 "svg",
460 "_",
461 "car.svg",
462 "sp-8888",
463 "svg",
464 "_",
465 "gallardo.svg",
466 "pic-8888",
467 "svg",
468 "_",
469 "gallardo.svg",
470 "2ndpic-8888",
471 "svg",
472 "_",
473 "gallardo.svg",
474 "serialize-8888",
475 "svg",
476 "_",
477 "gallardo.svg",
478 "sp-8888",
479 "svg",
480 "_",
481 "rg1024_green_grapes.svg",
482 "pic-8888",
483 "svg",
484 "_",
485 "rg1024_green_grapes.svg",
486 "2ndpic-8888",
487 "svg",
488 "_",
489 "rg1024_green_grapes.svg",
490 "serialize-8888",
491 "svg",
492 "_",
493 "rg1024_green_grapes.svg",
494 "sp-8888",
495 "svg",
496 "_",
497 "Seal_of_Kansas.svg",
498 "pic-8888",
499 "svg",
500 "_",
501 "Seal_of_Kansas.svg",
502 "2ndpic-8888",
503 "svg",
504 "_",
505 "Seal_of_Kansas.svg",
506 "serialize-8888",
507 "svg",
508 "_",
509 "Seal_of_Kansas.svg",
446 "_", 510 "_",
447 "image", 511 "image",
448 "_", 512 "_",
449 "interlaced1.png", 513 "interlaced1.png",
450 "_", 514 "_",
451 "image", 515 "image",
452 "_", 516 "_",
453 "interlaced2.png", 517 "interlaced2.png",
454 "_", 518 "_",
455 "image", 519 "image",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "SKIA_OUT": "[SLAVE_BUILD]/out" 614 "SKIA_OUT": "[SLAVE_BUILD]/out"
551 }, 615 },
552 "name": "dm" 616 "name": "dm"
553 }, 617 },
554 { 618 {
555 "name": "$result", 619 "name": "$result",
556 "recipe_result": null, 620 "recipe_result": null,
557 "status_code": 0 621 "status_code": 0
558 } 622 }
559 ] 623 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698