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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload 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 json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release- Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release- Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 473 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
474 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 474 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
475 "/path/to/tmp/" 475 "/path/to/tmp/"
476 ], 476 ],
477 "name": "read skimage VERSION" 477 "name": "read skimage VERSION"
478 }, 478 },
479 { 479 {
480 "cmd": [ 480 "cmd": [
481 "python", 481 "python",
482 "-u", 482 "-u",
483 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
484 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
485 "/path/to/tmp/"
486 ],
487 "name": "read svg VERSION"
488 },
489 {
490 "cmd": [
491 "python",
492 "-u",
483 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 493 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
484 "[SLAVE_BUILD]/swarming_temp_dir", 494 "[SLAVE_BUILD]/swarming_temp_dir",
485 "511" 495 "511"
486 ], 496 ],
487 "name": "makedirs swarming tmp dir (2)", 497 "name": "makedirs swarming tmp dir (2)",
488 "~followup_annotations": [ 498 "~followup_annotations": [
489 "@@@STEP_LOG_LINE@python.inline@@@@", 499 "@@@STEP_LOG_LINE@python.inline@@@@",
490 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 500 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
491 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 501 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
492 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 502 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "--tag", 628 "--tag",
619 "revision:abc123", 629 "revision:abc123",
620 "--tag", 630 "--tag",
621 "slavename:skiabot-linux-swarm-000", 631 "slavename:skiabot-linux-swarm-000",
622 "--tag", 632 "--tag",
623 "stepname:test_skia on Ubuntu", 633 "stepname:test_skia on Ubuntu",
624 "--cipd-package", 634 "--cipd-package",
625 "skp:skia/bots/skp:version:0", 635 "skp:skia/bots/skp:version:0",
626 "--cipd-package", 636 "--cipd-package",
627 "skimage:skia/bots/skimage:version:0", 637 "skimage:skia/bots/skimage:version:0",
638 "--cipd-package",
639 "svg:skia/bots/svg:version:0",
628 "def456", 640 "def456",
629 "--", 641 "--",
630 "--workdir", 642 "--workdir",
631 "../../..", 643 "../../..",
632 "swarm_test", 644 "swarm_test",
633 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind ", 645 "buildername=Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind ",
634 "mastername=client.skia", 646 "mastername=client.skia",
635 "buildnumber=5", 647 "buildnumber=5",
636 "slavename=skiabot-linux-swarm-000", 648 "slavename=skiabot-linux-swarm-000",
637 "reason=Triggered by Skia swarm_trigger Recipe", 649 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 750 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
739 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 751 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
740 ] 752 ]
741 }, 753 },
742 { 754 {
743 "name": "$result", 755 "name": "$result",
744 "recipe_result": null, 756 "recipe_result": null,
745 "status_code": 0 757 "status_code": 0
746 } 758 }
747 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698