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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "_", 475 "_",
476 "image-cacherator-from-ctable", 476 "image-cacherator-from-ctable",
477 "2ndpic-8888", 477 "2ndpic-8888",
478 "gm", 478 "gm",
479 "_", 479 "_",
480 "image-cacherator-from-ctable", 480 "image-cacherator-from-ctable",
481 "serialize-8888", 481 "serialize-8888",
482 "gm", 482 "gm",
483 "_", 483 "_",
484 "image-cacherator-from-ctable", 484 "image-cacherator-from-ctable",
485 "sp-8888",
486 "svg",
487 "_",
488 "car.svg",
489 "pic-8888",
490 "svg",
491 "_",
492 "car.svg",
493 "2ndpic-8888",
494 "svg",
495 "_",
496 "car.svg",
497 "serialize-8888",
498 "svg",
499 "_",
500 "car.svg",
501 "sp-8888",
502 "svg",
503 "_",
504 "gallardo.svg",
505 "pic-8888",
506 "svg",
507 "_",
508 "gallardo.svg",
509 "2ndpic-8888",
510 "svg",
511 "_",
512 "gallardo.svg",
513 "serialize-8888",
514 "svg",
515 "_",
516 "gallardo.svg",
517 "sp-8888",
518 "svg",
519 "_",
520 "rg1024_green_grapes.svg",
521 "pic-8888",
522 "svg",
523 "_",
524 "rg1024_green_grapes.svg",
525 "2ndpic-8888",
526 "svg",
527 "_",
528 "rg1024_green_grapes.svg",
529 "serialize-8888",
530 "svg",
531 "_",
532 "rg1024_green_grapes.svg",
533 "sp-8888",
534 "svg",
535 "_",
536 "Seal_of_Kansas.svg",
537 "pic-8888",
538 "svg",
539 "_",
540 "Seal_of_Kansas.svg",
541 "2ndpic-8888",
542 "svg",
543 "_",
544 "Seal_of_Kansas.svg",
545 "serialize-8888",
546 "svg",
547 "_",
548 "Seal_of_Kansas.svg",
485 "--noRAW_threading" 549 "--noRAW_threading"
486 ], 550 ],
487 "env": { 551 "env": {
488 "BUILDTYPE": "Release_x64", 552 "BUILDTYPE": "Release_x64",
489 "CHROME_HEADLESS": "1", 553 "CHROME_HEADLESS": "1",
490 "SKIA_OUT": "[SLAVE_BUILD]\\out" 554 "SKIA_OUT": "[SLAVE_BUILD]\\out"
491 }, 555 },
492 "name": "dm" 556 "name": "dm"
493 }, 557 },
494 { 558 {
495 "name": "$result", 559 "name": "$result",
496 "recipe_result": null, 560 "recipe_result": null,
497 "status_code": 0 561 "status_code": 0
498 } 562 }
499 ] 563 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698