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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "@@@STEP_LOG_LINE@json.output@}@@@", 669 "@@@STEP_LOG_LINE@json.output@}@@@",
670 "@@@STEP_LOG_END@json.output@@@", 670 "@@@STEP_LOG_END@json.output@@@",
671 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 671 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
672 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 672 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
673 ] 673 ]
674 }, 674 },
675 { 675 {
676 "cmd": [ 676 "cmd": [
677 "python", 677 "python",
678 "-u", 678 "-u",
679 "\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",
680 "[SLAVE_BUILD]/tmp",
681 "511"
682 ],
683 "name": "makedirs tmp_dir",
684 "~followup_annotations": [
685 "@@@STEP_LOG_LINE@python.inline@@@@",
686 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
687 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
688 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
689 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
690 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
691 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
692 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
693 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
694 "@@@STEP_LOG_END@python.inline@@@"
695 ]
696 },
697 {
698 "cmd": [
699 "python",
700 "-u",
701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 679 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
702 "[SLAVE_BUILD]/tmp/SKP_VERSION", 680 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
703 "/path/to/tmp/" 681 "/path/to/tmp/"
704 ], 682 ],
705 "name": "Get downloaded SKP_VERSION" 683 "name": "read skp VERSION"
706 }, 684 },
707 { 685 {
708 "cmd": [ 686 "cmd": [
709 "python",
710 "-u",
711 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
712 "[SLAVE_BUILD]/skia/SKP_VERSION",
713 "/path/to/tmp/"
714 ],
715 "name": "Get expected SKP_VERSION"
716 },
717 {
718 "cmd": [
719 "python", 687 "python",
720 "-u", 688 "-u",
721 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 689 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
722 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 690 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
723 "/path/to/tmp/" 691 "/path/to/tmp/"
724 ], 692 ],
725 "name": "read skimage VERSION" 693 "name": "read skimage VERSION"
726 }, 694 },
727 { 695 {
728 "cmd": [ 696 "cmd": [
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "master:client.skia", 833 "master:client.skia",
866 "--tag", 834 "--tag",
867 "name:test_skia", 835 "name:test_skia",
868 "--tag", 836 "--tag",
869 "os:Ubuntu", 837 "os:Ubuntu",
870 "--tag", 838 "--tag",
871 "slavename:skiabot-linux-swarm-000", 839 "slavename:skiabot-linux-swarm-000",
872 "--tag", 840 "--tag",
873 "stepname:test_skia on Ubuntu", 841 "stepname:test_skia on Ubuntu",
874 "--cipd-package", 842 "--cipd-package",
843 "skp:skia/bots/skp:version:0",
844 "--cipd-package",
875 "skimage:skia/bots/skimage:version:0", 845 "skimage:skia/bots/skimage:version:0",
876 "def456", 846 "def456",
877 "--", 847 "--",
878 "--workdir", 848 "--workdir",
879 "../../..", 849 "../../..",
880 "skia/swarm_test", 850 "skia/swarm_test",
881 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 851 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
882 "mastername=client.skia", 852 "mastername=client.skia",
883 "buildnumber=5", 853 "buildnumber=5",
884 "slavename=skiabot-linux-swarm-000", 854 "slavename=skiabot-linux-swarm-000",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 "master:client.skia", 1014 "master:client.skia",
1045 "--tag", 1015 "--tag",
1046 "name:perf_skia", 1016 "name:perf_skia",
1047 "--tag", 1017 "--tag",
1048 "os:Ubuntu", 1018 "os:Ubuntu",
1049 "--tag", 1019 "--tag",
1050 "slavename:skiabot-linux-swarm-000", 1020 "slavename:skiabot-linux-swarm-000",
1051 "--tag", 1021 "--tag",
1052 "stepname:perf_skia on Ubuntu", 1022 "stepname:perf_skia on Ubuntu",
1053 "--cipd-package", 1023 "--cipd-package",
1024 "skp:skia/bots/skp:version:0",
1025 "--cipd-package",
1054 "skimage:skia/bots/skimage:version:0", 1026 "skimage:skia/bots/skimage:version:0",
1055 "def456", 1027 "def456",
1056 "--", 1028 "--",
1057 "--workdir", 1029 "--workdir",
1058 "../../..", 1030 "../../..",
1059 "skia/swarm_perf", 1031 "skia/swarm_perf",
1060 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 1032 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
1061 "mastername=client.skia", 1033 "mastername=client.skia",
1062 "buildnumber=5", 1034 "buildnumber=5",
1063 "slavename=skiabot-linux-swarm-000", 1035 "slavename=skiabot-linux-swarm-000",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1264 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1293 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1265 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1294 ] 1266 ]
1295 }, 1267 },
1296 { 1268 {
1297 "name": "$result", 1269 "name": "$result",
1298 "recipe_result": null, 1270 "recipe_result": null,
1299 "status_code": 0 1271 "status_code": 0
1300 } 1272 }
1301 ] 1273 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698