| 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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 680 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 681 "/path/to/tmp/" |
| 682 ], |
| 683 "name": "read skp VERSION" |
| 684 }, |
| 685 { |
| 686 "cmd": [ |
| 687 "python", |
| 688 "-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", | 689 "\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", | 690 "[SLAVE_BUILD]/tmp", |
| 681 "511" | 691 "511" |
| 682 ], | 692 ], |
| 683 "name": "makedirs tmp_dir", | 693 "name": "makedirs tmp_dir", |
| 684 "~followup_annotations": [ | 694 "~followup_annotations": [ |
| 685 "@@@STEP_LOG_LINE@python.inline@@@@", | 695 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 686 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 696 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 687 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 697 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 688 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 698 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 689 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 699 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 690 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 700 "@@@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@@@", | 701 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 692 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 702 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 693 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 703 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 694 "@@@STEP_LOG_END@python.inline@@@" | 704 "@@@STEP_LOG_END@python.inline@@@" |
| 695 ] | 705 ] |
| 696 }, | 706 }, |
| 697 { | 707 { |
| 698 "cmd": [ | 708 "cmd": [ |
| 699 "python", | 709 "python", |
| 700 "-u", | 710 "-u", |
| 701 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 711 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 702 "[SLAVE_BUILD]/tmp/SKP_VERSION", | |
| 703 "/path/to/tmp/" | |
| 704 ], | |
| 705 "name": "Get downloaded SKP_VERSION" | |
| 706 }, | |
| 707 { | |
| 708 "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", | |
| 720 "-u", | |
| 721 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 722 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 712 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 723 "/path/to/tmp/" | 713 "/path/to/tmp/" |
| 724 ], | 714 ], |
| 725 "name": "Get downloaded SK_IMAGE_VERSION", | 715 "name": "Get downloaded SK_IMAGE_VERSION", |
| 726 "~followup_annotations": [ | 716 "~followup_annotations": [ |
| 727 "step returned non-zero exit code: 1", | 717 "step returned non-zero exit code: 1", |
| 728 "@@@STEP_EXCEPTION@@@" | 718 "@@@STEP_EXCEPTION@@@" |
| 729 ] | 719 ] |
| 730 }, | 720 }, |
| 731 { | 721 { |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 "--tag", | 938 "--tag", |
| 949 "master:client.skia", | 939 "master:client.skia", |
| 950 "--tag", | 940 "--tag", |
| 951 "name:test_skia", | 941 "name:test_skia", |
| 952 "--tag", | 942 "--tag", |
| 953 "os:Ubuntu", | 943 "os:Ubuntu", |
| 954 "--tag", | 944 "--tag", |
| 955 "slavename:skiabot-linux-compile-000", | 945 "slavename:skiabot-linux-compile-000", |
| 956 "--tag", | 946 "--tag", |
| 957 "stepname:test_skia on Ubuntu", | 947 "stepname:test_skia on Ubuntu", |
| 948 "--cipd-package", |
| 949 "skp:skia/bots/skp:version:0", |
| 958 "def456", | 950 "def456", |
| 959 "--", | 951 "--", |
| 960 "--workdir", | 952 "--workdir", |
| 961 "../../..", | 953 "../../..", |
| 962 "skia/swarm_test", | 954 "skia/swarm_test", |
| 963 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 955 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
| 964 "mastername=client.skia", | 956 "mastername=client.skia", |
| 965 "buildnumber=5", | 957 "buildnumber=5", |
| 966 "slavename=skiabot-linux-compile-000", | 958 "slavename=skiabot-linux-compile-000", |
| 967 "reason=Triggered by Skia swarm_trigger Recipe", | 959 "reason=Triggered by Skia swarm_trigger Recipe", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 "--tag", | 1117 "--tag", |
| 1126 "master:client.skia", | 1118 "master:client.skia", |
| 1127 "--tag", | 1119 "--tag", |
| 1128 "name:perf_skia", | 1120 "name:perf_skia", |
| 1129 "--tag", | 1121 "--tag", |
| 1130 "os:Ubuntu", | 1122 "os:Ubuntu", |
| 1131 "--tag", | 1123 "--tag", |
| 1132 "slavename:skiabot-linux-compile-000", | 1124 "slavename:skiabot-linux-compile-000", |
| 1133 "--tag", | 1125 "--tag", |
| 1134 "stepname:perf_skia on Ubuntu", | 1126 "stepname:perf_skia on Ubuntu", |
| 1127 "--cipd-package", |
| 1128 "skp:skia/bots/skp:version:0", |
| 1135 "def456", | 1129 "def456", |
| 1136 "--", | 1130 "--", |
| 1137 "--workdir", | 1131 "--workdir", |
| 1138 "../../..", | 1132 "../../..", |
| 1139 "skia/swarm_perf", | 1133 "skia/swarm_perf", |
| 1140 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 1134 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
| 1141 "mastername=client.skia", | 1135 "mastername=client.skia", |
| 1142 "buildnumber=5", | 1136 "buildnumber=5", |
| 1143 "slavename=skiabot-linux-compile-000", | 1137 "slavename=skiabot-linux-compile-000", |
| 1144 "reason=Triggered by Skia swarm_trigger Recipe", | 1138 "reason=Triggered by Skia swarm_trigger Recipe", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1366 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 1373 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1367 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 1374 ] | 1368 ] |
| 1375 }, | 1369 }, |
| 1376 { | 1370 { |
| 1377 "name": "$result", | 1371 "name": "$result", |
| 1378 "recipe_result": null, | 1372 "recipe_result": null, |
| 1379 "status_code": 0 | 1373 "status_code": 0 |
| 1380 } | 1374 } |
| 1381 ] | 1375 ] |
| OLD | NEW |