OLD | NEW |
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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "@@@STEP_LOG_LINE@json.output@}@@@", | 680 "@@@STEP_LOG_LINE@json.output@}@@@", |
681 "@@@STEP_LOG_END@json.output@@@", | 681 "@@@STEP_LOG_END@json.output@@@", |
682 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 682 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
683 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 683 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
684 ] | 684 ] |
685 }, | 685 }, |
686 { | 686 { |
687 "cmd": [ | 687 "cmd": [ |
688 "python", | 688 "python", |
689 "-u", | 689 "-u", |
690 "\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", | |
691 "[SLAVE_BUILD]/tmp", | |
692 "511" | |
693 ], | |
694 "name": "makedirs tmp_dir", | |
695 "~followup_annotations": [ | |
696 "@@@STEP_LOG_LINE@python.inline@@@@", | |
697 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
698 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
699 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
700 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
701 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
702 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
703 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
704 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
705 "@@@STEP_LOG_END@python.inline@@@" | |
706 ] | |
707 }, | |
708 { | |
709 "cmd": [ | |
710 "python", | |
711 "-u", | |
712 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 690 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
713 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 691 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
714 "/path/to/tmp/" | 692 "/path/to/tmp/" |
715 ], | 693 ], |
716 "name": "Get downloaded SKP_VERSION" | 694 "name": "read skp VERSION" |
717 }, | 695 }, |
718 { | 696 { |
719 "cmd": [ | 697 "cmd": [ |
720 "python", | |
721 "-u", | |
722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
723 "[SLAVE_BUILD]/skia/SKP_VERSION", | |
724 "/path/to/tmp/" | |
725 ], | |
726 "name": "Get expected SKP_VERSION" | |
727 }, | |
728 { | |
729 "cmd": [ | |
730 "python", | 698 "python", |
731 "-u", | 699 "-u", |
732 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 700 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
733 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 701 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
734 "/path/to/tmp/" | 702 "/path/to/tmp/" |
735 ], | 703 ], |
736 "name": "read skimage VERSION" | 704 "name": "read skimage VERSION" |
737 }, | 705 }, |
738 { | 706 { |
739 "cmd": [ | 707 "cmd": [ |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 "master:client.skia", | 844 "master:client.skia", |
877 "--tag", | 845 "--tag", |
878 "name:test_skia", | 846 "name:test_skia", |
879 "--tag", | 847 "--tag", |
880 "os:Windows-2008ServerR2-SP1", | 848 "os:Windows-2008ServerR2-SP1", |
881 "--tag", | 849 "--tag", |
882 "slavename:skiabot-linux-swarm-000", | 850 "slavename:skiabot-linux-swarm-000", |
883 "--tag", | 851 "--tag", |
884 "stepname:test_skia on Windows-2008ServerR2-SP1", | 852 "stepname:test_skia on Windows-2008ServerR2-SP1", |
885 "--cipd-package", | 853 "--cipd-package", |
| 854 "skp:skia/bots/skp:version:0", |
| 855 "--cipd-package", |
886 "skimage:skia/bots/skimage:version:0", | 856 "skimage:skia/bots/skimage:version:0", |
887 "def456", | 857 "def456", |
888 "--", | 858 "--", |
889 "--workdir", | 859 "--workdir", |
890 "../../..", | 860 "../../..", |
891 "skia/swarm_test", | 861 "skia/swarm_test", |
892 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", | 862 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", |
893 "mastername=client.skia", | 863 "mastername=client.skia", |
894 "buildnumber=5", | 864 "buildnumber=5", |
895 "slavename=skiabot-linux-swarm-000", | 865 "slavename=skiabot-linux-swarm-000", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1013 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1044 }, | 1014 }, |
1045 "name": "Upload DM Results" | 1015 "name": "Upload DM Results" |
1046 }, | 1016 }, |
1047 { | 1017 { |
1048 "name": "$result", | 1018 "name": "$result", |
1049 "recipe_result": null, | 1019 "recipe_result": null, |
1050 "status_code": 0 | 1020 "status_code": 0 |
1051 } | 1021 } |
1052 ] | 1022 ] |
OLD | NEW |