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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "@@@STEP_LOG_LINE@json.output@}@@@", 672 "@@@STEP_LOG_LINE@json.output@}@@@",
673 "@@@STEP_LOG_END@json.output@@@", 673 "@@@STEP_LOG_END@json.output@@@",
674 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 674 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
675 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 675 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
676 ] 676 ]
677 }, 677 },
678 { 678 {
679 "cmd": [ 679 "cmd": [
680 "python", 680 "python",
681 "-u", 681 "-u",
682 "\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",
683 "[SLAVE_BUILD]/tmp",
684 "511"
685 ],
686 "name": "makedirs tmp_dir",
687 "~followup_annotations": [
688 "@@@STEP_LOG_LINE@python.inline@@@@",
689 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
690 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
691 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
692 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
693 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
694 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
695 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
696 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
697 "@@@STEP_LOG_END@python.inline@@@"
698 ]
699 },
700 {
701 "cmd": [
702 "python",
703 "-u",
704 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 682 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
705 "[SLAVE_BUILD]/tmp/SKP_VERSION", 683 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
706 "/path/to/tmp/" 684 "/path/to/tmp/"
707 ], 685 ],
708 "name": "Get downloaded SKP_VERSION" 686 "name": "read skp VERSION"
709 }, 687 },
710 { 688 {
711 "cmd": [ 689 "cmd": [
712 "python",
713 "-u",
714 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
715 "[SLAVE_BUILD]/skia/SKP_VERSION",
716 "/path/to/tmp/"
717 ],
718 "name": "Get expected SKP_VERSION"
719 },
720 {
721 "cmd": [
722 "python", 690 "python",
723 "-u", 691 "-u",
724 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 692 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
725 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 693 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
726 "/path/to/tmp/" 694 "/path/to/tmp/"
727 ], 695 ],
728 "name": "read skimage VERSION" 696 "name": "read skimage VERSION"
729 }, 697 },
730 { 698 {
731 "cmd": [ 699 "cmd": [
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "master:client.skia", 836 "master:client.skia",
869 "--tag", 837 "--tag",
870 "name:test_skia", 838 "name:test_skia",
871 "--tag", 839 "--tag",
872 "os:Ubuntu", 840 "os:Ubuntu",
873 "--tag", 841 "--tag",
874 "slavename:skiabot-linux-swarm-000", 842 "slavename:skiabot-linux-swarm-000",
875 "--tag", 843 "--tag",
876 "stepname:test_skia on Ubuntu", 844 "stepname:test_skia on Ubuntu",
877 "--cipd-package", 845 "--cipd-package",
846 "skp:skia/bots/skp:version:0",
847 "--cipd-package",
878 "skimage:skia/bots/skimage:version:0", 848 "skimage:skia/bots/skimage:version:0",
879 "def456", 849 "def456",
880 "--", 850 "--",
881 "--workdir", 851 "--workdir",
882 "../../..", 852 "../../..",
883 "skia/swarm_test", 853 "skia/swarm_test",
884 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 854 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN",
885 "mastername=client.skia", 855 "mastername=client.skia",
886 "buildnumber=5", 856 "buildnumber=5",
887 "slavename=skiabot-linux-swarm-000", 857 "slavename=skiabot-linux-swarm-000",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 "master:client.skia", 1017 "master:client.skia",
1048 "--tag", 1018 "--tag",
1049 "name:perf_skia", 1019 "name:perf_skia",
1050 "--tag", 1020 "--tag",
1051 "os:Ubuntu", 1021 "os:Ubuntu",
1052 "--tag", 1022 "--tag",
1053 "slavename:skiabot-linux-swarm-000", 1023 "slavename:skiabot-linux-swarm-000",
1054 "--tag", 1024 "--tag",
1055 "stepname:perf_skia on Ubuntu", 1025 "stepname:perf_skia on Ubuntu",
1056 "--cipd-package", 1026 "--cipd-package",
1027 "skp:skia/bots/skp:version:0",
1028 "--cipd-package",
1057 "skimage:skia/bots/skimage:version:0", 1029 "skimage:skia/bots/skimage:version:0",
1058 "def456", 1030 "def456",
1059 "--", 1031 "--",
1060 "--workdir", 1032 "--workdir",
1061 "../../..", 1033 "../../..",
1062 "skia/swarm_perf", 1034 "skia/swarm_perf",
1063 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 1035 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN",
1064 "mastername=client.skia", 1036 "mastername=client.skia",
1065 "buildnumber=5", 1037 "buildnumber=5",
1066 "slavename=skiabot-linux-swarm-000", 1038 "slavename=skiabot-linux-swarm-000",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1218 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1247 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1219 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1248 ] 1220 ]
1249 }, 1221 },
1250 { 1222 {
1251 "name": "$result", 1223 "name": "$result",
1252 "recipe_result": null, 1224 "recipe_result": null,
1253 "status_code": 0 1225 "status_code": 0
1254 } 1226 }
1255 ] 1227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698