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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 years, 5 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "@@@STEP_LOG_LINE@json.output@}@@@", 680 "@@@STEP_LOG_LINE@json.output@}@@@",
681 "@@@STEP_LOG_END@json.output@@@", 681 "@@@STEP_LOG_END@json.output@@@",
682 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 682 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
683 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 683 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
684 ] 684 ]
685 }, 685 },
686 { 686 {
687 "cmd": [ 687 "cmd": [
688 "python", 688 "python",
689 "-u", 689 "-u",
690 "\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",
691 "[SLAVE_BUILD]/tmp",
692 "511"
693 ],
694 "name": "makedirs tmp_dir",
695 "~followup_annotations": [
696 "@@@STEP_LOG_LINE@python.inline@@@@",
697 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
698 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
699 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
700 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
701 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
702 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
703 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
704 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
705 "@@@STEP_LOG_END@python.inline@@@"
706 ]
707 },
708 {
709 "cmd": [
710 "python",
711 "-u",
712 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
713 "[SLAVE_BUILD]/tmp/SKP_VERSION", 691 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
714 "/path/to/tmp/" 692 "/path/to/tmp/"
715 ], 693 ],
716 "name": "Get downloaded SKP_VERSION" 694 "name": "read skp VERSION"
717 }, 695 },
718 { 696 {
719 "cmd": [ 697 "cmd": [
720 "python",
721 "-u",
722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
723 "[SLAVE_BUILD]/skia/SKP_VERSION",
724 "/path/to/tmp/"
725 ],
726 "name": "Get expected SKP_VERSION"
727 },
728 {
729 "cmd": [
730 "python", 698 "python",
731 "-u", 699 "-u",
732 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 700 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
733 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 701 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
734 "/path/to/tmp/" 702 "/path/to/tmp/"
735 ], 703 ],
736 "name": "read skimage VERSION" 704 "name": "read skimage VERSION"
737 }, 705 },
738 { 706 {
739 "cmd": [ 707 "cmd": [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "master:client.skia", 841 "master:client.skia",
874 "--tag", 842 "--tag",
875 "name:test_skia", 843 "name:test_skia",
876 "--tag", 844 "--tag",
877 "os:Windows", 845 "os:Windows",
878 "--tag", 846 "--tag",
879 "slavename:skiabot-linux-swarm-000", 847 "slavename:skiabot-linux-swarm-000",
880 "--tag", 848 "--tag",
881 "stepname:test_skia on Windows", 849 "stepname:test_skia on Windows",
882 "--cipd-package", 850 "--cipd-package",
851 "skp:skia/bots/skp:version:0",
852 "--cipd-package",
883 "skimage:skia/bots/skimage:version:0", 853 "skimage:skia/bots/skimage:version:0",
884 "def456", 854 "def456",
885 "--", 855 "--",
886 "--workdir", 856 "--workdir",
887 "../../..", 857 "../../..",
888 "skia/swarm_test", 858 "skia/swarm_test",
889 "buildername=Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", 859 "buildername=Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release",
890 "mastername=client.skia", 860 "mastername=client.skia",
891 "buildnumber=5", 861 "buildnumber=5",
892 "slavename=skiabot-linux-swarm-000", 862 "slavename=skiabot-linux-swarm-000",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1010 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1041 }, 1011 },
1042 "name": "Upload DM Results" 1012 "name": "Upload DM Results"
1043 }, 1013 },
1044 { 1014 {
1045 "name": "$result", 1015 "name": "$result",
1046 "recipe_result": null, 1016 "recipe_result": null,
1047 "status_code": 0 1017 "status_code": 0
1048 } 1018 }
1049 ] 1019 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698