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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.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-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu g-Vulkan\", \"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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 485 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
486 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 486 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
487 "/path/to/tmp/" 487 "/path/to/tmp/"
488 ], 488 ],
489 "name": "read skimage VERSION" 489 "name": "read skimage VERSION"
490 }, 490 },
491 { 491 {
492 "cmd": [ 492 "cmd": [
493 "python", 493 "python",
494 "-u", 494 "-u",
495 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
496 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
497 "/path/to/tmp/"
498 ],
499 "name": "read svg VERSION"
500 },
501 {
502 "cmd": [
503 "python",
504 "-u",
495 "\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", 505 "\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",
496 "[SLAVE_BUILD]/swarming_temp_dir", 506 "[SLAVE_BUILD]/swarming_temp_dir",
497 "511" 507 "511"
498 ], 508 ],
499 "name": "makedirs swarming tmp dir (2)", 509 "name": "makedirs swarming tmp dir (2)",
500 "~followup_annotations": [ 510 "~followup_annotations": [
501 "@@@STEP_LOG_LINE@python.inline@@@@", 511 "@@@STEP_LOG_LINE@python.inline@@@@",
502 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 512 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
503 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 513 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
504 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 514 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 "--tag", 640 "--tag",
631 "revision:abc123", 641 "revision:abc123",
632 "--tag", 642 "--tag",
633 "slavename:skiabot-linux-swarm-000", 643 "slavename:skiabot-linux-swarm-000",
634 "--tag", 644 "--tag",
635 "stepname:test_skia on Android", 645 "stepname:test_skia on Android",
636 "--cipd-package", 646 "--cipd-package",
637 "skp:skia/bots/skp:version:0", 647 "skp:skia/bots/skp:version:0",
638 "--cipd-package", 648 "--cipd-package",
639 "skimage:skia/bots/skimage:version:0", 649 "skimage:skia/bots/skimage:version:0",
650 "--cipd-package",
651 "svg:skia/bots/svg:version:0",
640 "def456", 652 "def456",
641 "--", 653 "--",
642 "--workdir", 654 "--workdir",
643 "../../..", 655 "../../..",
644 "swarm_test", 656 "swarm_test",
645 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ", 657 "buildername=Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan ",
646 "mastername=client.skia", 658 "mastername=client.skia",
647 "buildnumber=5", 659 "buildnumber=5",
648 "slavename=skiabot-linux-swarm-000", 660 "slavename=skiabot-linux-swarm-000",
649 "reason=Triggered by Skia swarm_trigger Recipe", 661 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 814 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
803 }, 815 },
804 "name": "Upload DM Results" 816 "name": "Upload DM Results"
805 }, 817 },
806 { 818 {
807 "name": "$result", 819 "name": "$result",
808 "recipe_result": null, 820 "recipe_result": null,
809 "status_code": 0 821 "status_code": 0
810 } 822 }
811 ] 823 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698