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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json

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

Powered by Google App Engine
This is Rietveld 408576698