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

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

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace 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 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "[SLAVE_BUILD]/skia/SKP_VERSION", 708 "[SLAVE_BUILD]/skia/SKP_VERSION",
709 "/path/to/tmp/" 709 "/path/to/tmp/"
710 ], 710 ],
711 "name": "Get expected SKP_VERSION" 711 "name": "Get expected SKP_VERSION"
712 }, 712 },
713 { 713 {
714 "cmd": [ 714 "cmd": [
715 "python", 715 "python",
716 "-u", 716 "-u",
717 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 717 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
718 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 718 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
719 "/path/to/tmp/" 719 "/path/to/tmp/"
720 ], 720 ],
721 "name": "Get downloaded SK_IMAGE_VERSION" 721 "name": "read skimage VERSION"
722 }, 722 },
723 { 723 {
724 "cmd": [ 724 "cmd": [
725 "python",
726 "-u",
727 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
728 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
729 "/path/to/tmp/"
730 ],
731 "name": "Get expected SK_IMAGE_VERSION"
732 },
733 {
734 "cmd": [
735 "python", 725 "python",
736 "-u", 726 "-u",
737 "\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", 727 "\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",
738 "[SLAVE_BUILD]/swarming_temp_dir", 728 "[SLAVE_BUILD]/swarming_temp_dir",
739 "511" 729 "511"
740 ], 730 ],
741 "name": "makedirs swarming tmp dir (3)", 731 "name": "makedirs swarming tmp dir (3)",
742 "~followup_annotations": [ 732 "~followup_annotations": [
743 "@@@STEP_LOG_LINE@python.inline@@@@", 733 "@@@STEP_LOG_LINE@python.inline@@@@",
744 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 734 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "--tag", 858 "--tag",
869 "master:client.skia", 859 "master:client.skia",
870 "--tag", 860 "--tag",
871 "name:test_skia", 861 "name:test_skia",
872 "--tag", 862 "--tag",
873 "os:Ubuntu", 863 "os:Ubuntu",
874 "--tag", 864 "--tag",
875 "slavename:skiabot-linux-swarm-000", 865 "slavename:skiabot-linux-swarm-000",
876 "--tag", 866 "--tag",
877 "stepname:test_skia on Ubuntu", 867 "stepname:test_skia on Ubuntu",
868 "--cipd-package",
869 "skimage:skia/bots/skimage:version:0",
878 "def456", 870 "def456",
879 "--", 871 "--",
880 "--workdir", 872 "--workdir",
881 "../../..", 873 "../../..",
882 "skia/swarm_test", 874 "skia/swarm_test",
883 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 875 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
884 "mastername=client.skia", 876 "mastername=client.skia",
885 "buildnumber=5", 877 "buildnumber=5",
886 "slavename=skiabot-linux-swarm-000", 878 "slavename=skiabot-linux-swarm-000",
887 "reason=Triggered by Skia swarm_trigger Recipe", 879 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 "--tag", 1034 "--tag",
1043 "master:client.skia", 1035 "master:client.skia",
1044 "--tag", 1036 "--tag",
1045 "name:perf_skia", 1037 "name:perf_skia",
1046 "--tag", 1038 "--tag",
1047 "os:Ubuntu", 1039 "os:Ubuntu",
1048 "--tag", 1040 "--tag",
1049 "slavename:skiabot-linux-swarm-000", 1041 "slavename:skiabot-linux-swarm-000",
1050 "--tag", 1042 "--tag",
1051 "stepname:perf_skia on Ubuntu", 1043 "stepname:perf_skia on Ubuntu",
1044 "--cipd-package",
1045 "skimage:skia/bots/skimage:version:0",
1052 "def456", 1046 "def456",
1053 "--", 1047 "--",
1054 "--workdir", 1048 "--workdir",
1055 "../../..", 1049 "../../..",
1056 "skia/swarm_perf", 1050 "skia/swarm_perf",
1057 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1051 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1058 "mastername=client.skia", 1052 "mastername=client.skia",
1059 "buildnumber=5", 1053 "buildnumber=5",
1060 "slavename=skiabot-linux-swarm-000", 1054 "slavename=skiabot-linux-swarm-000",
1061 "reason=Triggered by Skia swarm_trigger Recipe", 1055 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 "@@@STEP_LOG_END@json.output@@@", 1280 "@@@STEP_LOG_END@json.output@@@",
1287 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1281 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1288 ] 1282 ]
1289 }, 1283 },
1290 { 1284 {
1291 "name": "$result", 1285 "name": "$result",
1292 "recipe_result": null, 1286 "recipe_result": null,
1293 "status_code": 0 1287 "status_code": 0
1294 } 1288 }
1295 ] 1289 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698