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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \" recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot- linux-swarm-000\"}" 7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \" recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"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 iOS-9.2", 633 "stepname:test_skia on iOS-9.2",
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-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", 645 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release",
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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 802 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
791 }, 803 },
792 "name": "Upload DM Results" 804 "name": "Upload DM Results"
793 }, 805 },
794 { 806 {
795 "name": "$result", 807 "name": "$result",
796 "recipe_result": null, 808 "recipe_result": null,
797 "status_code": 0 809 "status_code": 0
798 } 810 }
799 ] 811 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698