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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
461 "@@@STEP_LOG_LINE@json.output@}@@@", | 461 "@@@STEP_LOG_LINE@json.output@}@@@", |
462 "@@@STEP_LOG_END@json.output@@@", | 462 "@@@STEP_LOG_END@json.output@@@", |
463 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 463 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
464 ] | 464 ] |
465 }, | 465 }, |
466 { | 466 { |
467 "cmd": [ | 467 "cmd": [ |
468 "python", | 468 "python", |
469 "-u", | 469 "-u", |
470 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 470 "\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", |
471 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 471 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
472 "[dummy hash for isolate_recipes]" | 472 "[dummy hash for isolate_recipes]" |
473 ], | 473 ], |
474 "name": "add_isolated_input", | 474 "name": "add_isolated_input", |
475 "~followup_annotations": [ | 475 "~followup_annotations": [ |
476 "@@@STEP_LOG_LINE@python.inline@@@@", | 476 "@@@STEP_LOG_LINE@python.inline@@@@", |
477 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
478 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 478 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
479 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 479 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
480 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 480 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
481 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 483 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
482 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 484 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
483 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 485 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
484 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 486 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
485 "@@@STEP_LOG_END@python.inline@@@" | 487 "@@@STEP_LOG_END@python.inline@@@" |
486 ] | 488 ] |
487 }, | 489 }, |
488 { | 490 { |
489 "cmd": [ | 491 "cmd": [ |
490 "python", | 492 "python", |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 753 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
752 "@@@STEP_LOG_LINE@json.output@}@@@", | 754 "@@@STEP_LOG_LINE@json.output@}@@@", |
753 "@@@STEP_LOG_END@json.output@@@", | 755 "@@@STEP_LOG_END@json.output@@@", |
754 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 756 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
755 ] | 757 ] |
756 }, | 758 }, |
757 { | 759 { |
758 "cmd": [ | 760 "cmd": [ |
759 "python", | 761 "python", |
760 "-u", | 762 "-u", |
761 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 763 "\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", |
762 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 764 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
763 "[dummy hash for isolate_recipes]", | 765 "[dummy hash for isolate_recipes]", |
764 "abc123" | 766 "abc123" |
765 ], | 767 ], |
766 "name": "add_isolated_input (2)", | 768 "name": "add_isolated_input (2)", |
767 "~followup_annotations": [ | 769 "~followup_annotations": [ |
768 "@@@STEP_LOG_LINE@python.inline@@@@", | 770 "@@@STEP_LOG_LINE@python.inline@@@@", |
769 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 771 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
770 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 772 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
771 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 773 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
772 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 774 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 775 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 776 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
773 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 777 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
774 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 778 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
775 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 779 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
776 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 780 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
777 "@@@STEP_LOG_END@python.inline@@@" | 781 "@@@STEP_LOG_END@python.inline@@@" |
778 ] | 782 ] |
779 }, | 783 }, |
780 { | 784 { |
781 "cmd": [ | 785 "cmd": [ |
782 "python", | 786 "python", |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 924 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
921 "@@@STEP_LOG_LINE@json.output@}@@@", | 925 "@@@STEP_LOG_LINE@json.output@}@@@", |
922 "@@@STEP_LOG_END@json.output@@@", | 926 "@@@STEP_LOG_END@json.output@@@", |
923 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 927 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
924 ] | 928 ] |
925 }, | 929 }, |
926 { | 930 { |
927 "cmd": [ | 931 "cmd": [ |
928 "python", | 932 "python", |
929 "-u", | 933 "-u", |
930 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso
n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s
ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", | 934 "\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", |
931 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 935 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
932 "[dummy hash for isolate_recipes]", | 936 "[dummy hash for isolate_recipes]", |
933 "abc123" | 937 "abc123" |
934 ], | 938 ], |
935 "name": "add_isolated_input (3)", | 939 "name": "add_isolated_input (3)", |
936 "~followup_annotations": [ | 940 "~followup_annotations": [ |
937 "@@@STEP_LOG_LINE@python.inline@@@@", | 941 "@@@STEP_LOG_LINE@python.inline@@@@", |
938 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 942 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
939 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 943 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
940 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 944 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
941 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 945 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 946 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 947 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
942 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 948 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
943 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 949 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
944 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 950 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
945 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 951 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
946 "@@@STEP_LOG_END@python.inline@@@" | 952 "@@@STEP_LOG_END@python.inline@@@" |
947 ] | 953 ] |
948 }, | 954 }, |
949 { | 955 { |
950 "cmd": [ | 956 "cmd": [ |
951 "python", | 957 "python", |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1247 "@@@STEP_LOG_END@json.output@@@", | 1253 "@@@STEP_LOG_END@json.output@@@", |
1248 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1254 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1249 ] | 1255 ] |
1250 }, | 1256 }, |
1251 { | 1257 { |
1252 "name": "$result", | 1258 "name": "$result", |
1253 "recipe_result": null, | 1259 "recipe_result": null, |
1254 "status_code": 0 | 1260 "status_code": 0 |
1255 } | 1261 } |
1256 ] | 1262 ] |
OLD | NEW |