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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 "[SLAVE_BUILD]/skia/SKP_VERSION", 742 "[SLAVE_BUILD]/skia/SKP_VERSION",
743 "/path/to/tmp/" 743 "/path/to/tmp/"
744 ], 744 ],
745 "name": "Get expected SKP_VERSION" 745 "name": "Get expected SKP_VERSION"
746 }, 746 },
747 { 747 {
748 "cmd": [ 748 "cmd": [
749 "python", 749 "python",
750 "-u", 750 "-u",
751 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 751 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
752 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 752 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
753 "/path/to/tmp/" 753 "/path/to/tmp/"
754 ], 754 ],
755 "name": "read skimage VERSION" 755 "name": "Get downloaded SK_IMAGE_VERSION"
756 }, 756 },
757 { 757 {
758 "cmd": [ 758 "cmd": [
759 "python",
760 "-u",
761 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
762 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
763 "/path/to/tmp/"
764 ],
765 "name": "Get expected SK_IMAGE_VERSION"
766 },
767 {
768 "cmd": [
759 "python", 769 "python",
760 "-u", 770 "-u",
761 "\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", 771 "\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",
762 "[SLAVE_BUILD]/swarming_temp_dir", 772 "[SLAVE_BUILD]/swarming_temp_dir",
763 "511" 773 "511"
764 ], 774 ],
765 "name": "makedirs swarming tmp dir (3)", 775 "name": "makedirs swarming tmp dir (3)",
766 "~followup_annotations": [ 776 "~followup_annotations": [
767 "@@@STEP_LOG_LINE@python.inline@@@@", 777 "@@@STEP_LOG_LINE@python.inline@@@@",
768 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 778 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 "--tag", 904 "--tag",
895 "name:perf_skia", 905 "name:perf_skia",
896 "--tag", 906 "--tag",
897 "os:Ubuntu", 907 "os:Ubuntu",
898 "--tag", 908 "--tag",
899 "rietveld:https://codereview.chromium.org/500/#ps1", 909 "rietveld:https://codereview.chromium.org/500/#ps1",
900 "--tag", 910 "--tag",
901 "slavename:skiabot-linux-swarm-000", 911 "slavename:skiabot-linux-swarm-000",
902 "--tag", 912 "--tag",
903 "stepname:perf_skia on Ubuntu", 913 "stepname:perf_skia on Ubuntu",
904 "--cipd-package",
905 "skimage:skia/bots/skimage:version:0",
906 "def456", 914 "def456",
907 "--", 915 "--",
908 "--workdir", 916 "--workdir",
909 "../../..", 917 "../../..",
910 "skia/swarm_perf", 918 "skia/swarm_perf",
911 "rietveld=https://codereview.chromium.org", 919 "rietveld=https://codereview.chromium.org",
912 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot", 920 "buildername=Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot",
913 "mastername=client.skia", 921 "mastername=client.skia",
914 "buildnumber=5", 922 "buildnumber=5",
915 "slavename=skiabot-linux-swarm-000", 923 "slavename=skiabot-linux-swarm-000",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1104 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1097 }, 1105 },
1098 "name": "Upload perf results" 1106 "name": "Upload perf results"
1099 }, 1107 },
1100 { 1108 {
1101 "name": "$result", 1109 "name": "$result",
1102 "recipe_result": null, 1110 "recipe_result": null,
1103 "status_code": 0 1111 "status_code": 0
1104 } 1112 }
1105 ] 1113 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698