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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 { | 201 { |
202 "cmd": [ | 202 "cmd": [ |
203 "python", | 203 "python", |
204 "-u", | 204 "-u", |
205 "[SLAVE_BUILD]/swarming.client/swarming.py", | 205 "[SLAVE_BUILD]/swarming.client/swarming.py", |
206 "--version" | 206 "--version" |
207 ], | 207 ], |
208 "name": "swarming.py --version", | 208 "name": "swarming.py --version", |
209 "stdout": "/path/to/tmp/", | 209 "stdout": "/path/to/tmp/", |
210 "~followup_annotations": [ | 210 "~followup_annotations": [ |
211 "@@@STEP_TEXT@0.4.10@@@" | 211 "@@@STEP_TEXT@0.8.6@@@" |
212 ] | 212 ] |
213 }, | 213 }, |
214 { | 214 { |
215 "cmd": [ | 215 "cmd": [ |
216 "download_from_google_storage", | 216 "download_from_google_storage", |
217 "--no_resume", | 217 "--no_resume", |
218 "--platform=linux*", | 218 "--platform=linux*", |
219 "--no_auth", | 219 "--no_auth", |
220 "--bucket", | 220 "--bucket", |
221 "chromium-luci", | 221 "chromium-luci", |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 { | 606 { |
607 "cmd": [ | 607 "cmd": [ |
608 "python", | 608 "python", |
609 "-u", | 609 "-u", |
610 "[SLAVE_BUILD]/swarming.client/swarming.py", | 610 "[SLAVE_BUILD]/swarming.client/swarming.py", |
611 "collect", | 611 "collect", |
612 "--swarming", | 612 "--swarming", |
613 "https://chromium-swarm.appspot.com", | 613 "https://chromium-swarm.appspot.com", |
614 "--decorate", | 614 "--decorate", |
615 "--print-status-updates", | 615 "--print-status-updates", |
616 "--shards", | 616 "--json", |
617 "1", | 617 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5
\", \"tasks\": {\"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5\": {\"shard
_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps
pot.com/user/task/10000\"}}}", |
618 "compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5", | |
619 "--task-summary-json", | 618 "--task-summary-json", |
620 "/path/to/tmp/json" | 619 "/path/to/tmp/json" |
621 ], | 620 ], |
622 "name": "compile_skia on Ubuntu", | 621 "name": "compile_skia on Ubuntu", |
623 "~followup_annotations": [ | 622 "~followup_annotations": [ |
624 "@@@STEP_TEXT@swarming pending 71s@@@", | 623 "@@@STEP_TEXT@swarming pending 71s@@@", |
625 "@@@STEP_LOG_LINE@json.output@{@@@", | 624 "@@@STEP_LOG_LINE@json.output@{@@@", |
626 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 625 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
627 "@@@STEP_LOG_LINE@json.output@ {@@@", | 626 "@@@STEP_LOG_LINE@json.output@ {@@@", |
628 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 627 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 "@@@STEP_LOG_END@json.output@@@", | 716 "@@@STEP_LOG_END@json.output@@@", |
718 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"housekeeper_skia\": \"[dummy hash f
or housekeeper_skia]\"}@@@" | 717 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"housekeeper_skia\": \"[dummy hash f
or housekeeper_skia]\"}@@@" |
719 ] | 718 ] |
720 }, | 719 }, |
721 { | 720 { |
722 "cmd": [ | 721 "cmd": [ |
723 "python", | 722 "python", |
724 "-u", | 723 "-u", |
725 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", | 724 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nif not isolated.get('includes'):\n isolated['includes'] = []\nfor h
in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(sys.argv[1], 'w')
as f:\n json.dump(isolated, f, sort_keys=True)\n", |
726 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-housekeeper_skia.isolated", | 725 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-housekeeper_skia.isolated", |
727 "[dummy hash for isolate_recipes]" | 726 "[dummy hash for isolate_recipes]", |
| 727 "abc123" |
728 ], | 728 ], |
729 "name": "add_isolated_input (2)", | 729 "name": "add_isolated_input (2)", |
730 "~followup_annotations": [ | 730 "~followup_annotations": [ |
731 "@@@STEP_LOG_LINE@python.inline@@@@", | 731 "@@@STEP_LOG_LINE@python.inline@@@@", |
732 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 732 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
733 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 733 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
734 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 734 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
735 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 735 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
736 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", | 736 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
737 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", | 737 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 { | 836 { |
837 "cmd": [ | 837 "cmd": [ |
838 "python", | 838 "python", |
839 "-u", | 839 "-u", |
840 "[SLAVE_BUILD]/swarming.client/swarming.py", | 840 "[SLAVE_BUILD]/swarming.client/swarming.py", |
841 "collect", | 841 "collect", |
842 "--swarming", | 842 "--swarming", |
843 "https://chromium-swarm.appspot.com", | 843 "https://chromium-swarm.appspot.com", |
844 "--decorate", | 844 "--decorate", |
845 "--print-status-updates", | 845 "--print-status-updates", |
846 "--shards", | 846 "--json", |
847 "1", | 847 "{\"base_task_name\": \"housekeeper_skia/Ubuntu/def456/Housekeeper-PerComm
it/5\", \"tasks\": {\"housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5\":
{\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw
arm.appspot.com/user/task/10000\"}}}", |
848 "housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5", | |
849 "--task-summary-json", | 848 "--task-summary-json", |
850 "/path/to/tmp/json" | 849 "/path/to/tmp/json" |
851 ], | 850 ], |
852 "name": "housekeeper_skia on Ubuntu", | 851 "name": "housekeeper_skia on Ubuntu", |
853 "~followup_annotations": [ | 852 "~followup_annotations": [ |
854 "@@@STEP_TEXT@swarming pending 71s@@@", | 853 "@@@STEP_TEXT@swarming pending 71s@@@", |
855 "@@@STEP_LOG_LINE@json.output@{@@@", | 854 "@@@STEP_LOG_LINE@json.output@{@@@", |
856 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 855 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
857 "@@@STEP_LOG_LINE@json.output@ {@@@", | 856 "@@@STEP_LOG_LINE@json.output@ {@@@", |
858 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 857 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 "@@@STEP_LOG_END@json.output@@@", | 891 "@@@STEP_LOG_END@json.output@@@", |
893 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 892 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
894 ] | 893 ] |
895 }, | 894 }, |
896 { | 895 { |
897 "name": "$result", | 896 "name": "$result", |
898 "recipe_result": null, | 897 "recipe_result": null, |
899 "status_code": 0 | 898 "status_code": 0 |
900 } | 899 } |
901 ] | 900 ] |
OLD | NEW |