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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release\", \" buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiab ot-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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 "--tag", 643 "--tag",
634 "revision:abc123", 644 "revision:abc123",
635 "--tag", 645 "--tag",
636 "slavename:skiabot-linux-swarm-000", 646 "slavename:skiabot-linux-swarm-000",
637 "--tag", 647 "--tag",
638 "stepname:test_skia on Windows-2008ServerR2-SP1", 648 "stepname:test_skia on Windows-2008ServerR2-SP1",
639 "--cipd-package", 649 "--cipd-package",
640 "skp:skia/bots/skp:version:0", 650 "skp:skia/bots/skp:version:0",
641 "--cipd-package", 651 "--cipd-package",
642 "skimage:skia/bots/skimage:version:0", 652 "skimage:skia/bots/skimage:version:0",
653 "--cipd-package",
654 "svg:skia/bots/svg:version:0",
643 "def456", 655 "def456",
644 "--", 656 "--",
645 "--workdir", 657 "--workdir",
646 "../../..", 658 "../../..",
647 "swarm_test", 659 "swarm_test",
648 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 660 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
649 "mastername=client.skia", 661 "mastername=client.skia",
650 "buildnumber=5", 662 "buildnumber=5",
651 "slavename=skiabot-linux-swarm-000", 663 "slavename=skiabot-linux-swarm-000",
652 "reason=Triggered by Skia swarm_trigger Recipe", 664 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 817 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
806 }, 818 },
807 "name": "Upload DM Results" 819 "name": "Upload DM Results"
808 }, 820 },
809 { 821 {
810 "name": "$result", 822 "name": "$result",
811 "recipe_result": null, 823 "recipe_result": null,
812 "status_code": 0 824 "status_code": 0
813 } 825 }
814 ] 826 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698