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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 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]/skia/infra/bots/assets/skimage/VERSION", 718 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
719 "/path/to/tmp/" 719 "/path/to/tmp/"
720 ], 720 ],
721 "name": "read skimage VERSION" 721 "name": "Get downloaded SK_IMAGE_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": [
725 "python", 735 "python",
726 "-u", 736 "-u",
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", 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",
728 "[SLAVE_BUILD]/swarming_temp_dir", 738 "[SLAVE_BUILD]/swarming_temp_dir",
729 "511" 739 "511"
730 ], 740 ],
731 "name": "makedirs swarming tmp dir (3)", 741 "name": "makedirs swarming tmp dir (3)",
732 "~followup_annotations": [ 742 "~followup_annotations": [
733 "@@@STEP_LOG_LINE@python.inline@@@@", 743 "@@@STEP_LOG_LINE@python.inline@@@@",
734 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 744 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 "--tag", 868 "--tag",
859 "master:client.skia", 869 "master:client.skia",
860 "--tag", 870 "--tag",
861 "name:test_skia", 871 "name:test_skia",
862 "--tag", 872 "--tag",
863 "os:Ubuntu", 873 "os:Ubuntu",
864 "--tag", 874 "--tag",
865 "slavename:skiabot-linux-swarm-000", 875 "slavename:skiabot-linux-swarm-000",
866 "--tag", 876 "--tag",
867 "stepname:test_skia on Ubuntu", 877 "stepname:test_skia on Ubuntu",
868 "--cipd-package",
869 "skimage:skia/bots/skimage:version:0",
870 "def456", 878 "def456",
871 "--", 879 "--",
872 "--workdir", 880 "--workdir",
873 "../../..", 881 "../../..",
874 "skia/swarm_test", 882 "skia/swarm_test",
875 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 883 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
876 "mastername=client.skia", 884 "mastername=client.skia",
877 "buildnumber=5", 885 "buildnumber=5",
878 "slavename=skiabot-linux-swarm-000", 886 "slavename=skiabot-linux-swarm-000",
879 "reason=Triggered by Skia swarm_trigger Recipe", 887 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "--tag", 1042 "--tag",
1035 "master:client.skia", 1043 "master:client.skia",
1036 "--tag", 1044 "--tag",
1037 "name:perf_skia", 1045 "name:perf_skia",
1038 "--tag", 1046 "--tag",
1039 "os:Ubuntu", 1047 "os:Ubuntu",
1040 "--tag", 1048 "--tag",
1041 "slavename:skiabot-linux-swarm-000", 1049 "slavename:skiabot-linux-swarm-000",
1042 "--tag", 1050 "--tag",
1043 "stepname:perf_skia on Ubuntu", 1051 "stepname:perf_skia on Ubuntu",
1044 "--cipd-package",
1045 "skimage:skia/bots/skimage:version:0",
1046 "def456", 1052 "def456",
1047 "--", 1053 "--",
1048 "--workdir", 1054 "--workdir",
1049 "../../..", 1055 "../../..",
1050 "skia/swarm_perf", 1056 "skia/swarm_perf",
1051 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1057 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1052 "mastername=client.skia", 1058 "mastername=client.skia",
1053 "buildnumber=5", 1059 "buildnumber=5",
1054 "slavename=skiabot-linux-swarm-000", 1060 "slavename=skiabot-linux-swarm-000",
1055 "reason=Triggered by Skia swarm_trigger Recipe", 1061 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 "@@@STEP_LOG_END@json.output@@@", 1286 "@@@STEP_LOG_END@json.output@@@",
1281 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1287 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1282 ] 1288 ]
1283 }, 1289 },
1284 { 1290 {
1285 "name": "$result", 1291 "name": "$result",
1286 "recipe_result": null, 1292 "recipe_result": null,
1287 "status_code": 0 1293 "status_code": 0
1288 } 1294 }
1289 ] 1295 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698