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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-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: 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:Mac", 840 "os:Mac",
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 Mac", 844 "stepname:test_skia on Mac",
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-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release", 854 "buildername=Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release",
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1005 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1036 }, 1006 },
1037 "name": "Upload DM Results" 1007 "name": "Upload DM Results"
1038 }, 1008 },
1039 { 1009 {
1040 "name": "$result", 1010 "name": "$result",
1041 "recipe_result": null, 1011 "recipe_result": null,
1042 "status_code": 0 1012 "status_code": 0
1043 } 1013 }
1044 ] 1014 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698