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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 "@@@STEP_LOG_END@json.output@@@", | 717 "@@@STEP_LOG_END@json.output@@@", |
718 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"housekeeper_skia\": \"[dummy hash f
or housekeeper_skia]\"}@@@" | 718 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"housekeeper_skia\": \"[dummy hash f
or housekeeper_skia]\"}@@@" |
719 ] | 719 ] |
720 }, | 720 }, |
721 { | 721 { |
722 "cmd": [ | 722 "cmd": [ |
723 "python", | 723 "python", |
724 "-u", | 724 "-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", | 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", |
726 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-housekeeper_skia.isolated", | 726 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-housekeeper_skia.isolated", |
727 "[dummy hash for isolate_recipes]" | 727 "[dummy hash for isolate_recipes]", |
| 728 "abc123" |
728 ], | 729 ], |
729 "name": "add_isolated_input (2)", | 730 "name": "add_isolated_input (2)", |
730 "~followup_annotations": [ | 731 "~followup_annotations": [ |
731 "@@@STEP_LOG_LINE@python.inline@@@@", | 732 "@@@STEP_LOG_LINE@python.inline@@@@", |
732 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 733 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
733 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 734 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
734 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 735 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
735 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 736 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
736 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", | 737 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
737 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", | 738 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 "@@@STEP_LOG_END@json.output@@@", | 893 "@@@STEP_LOG_END@json.output@@@", |
893 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 894 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
894 ] | 895 ] |
895 }, | 896 }, |
896 { | 897 { |
897 "name": "$result", | 898 "name": "$result", |
898 "recipe_result": null, | 899 "recipe_result": null, |
899 "status_code": 0 | 900 "status_code": 0 |
900 } | 901 } |
901 ] | 902 ] |
OLD | NEW |