| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 459 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
| 460 "@@@STEP_LOG_LINE@json.output@}@@@", | 460 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 461 "@@@STEP_LOG_END@json.output@@@", | 461 "@@@STEP_LOG_END@json.output@@@", |
| 462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 462 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
| 463 ] | 463 ] |
| 464 }, | 464 }, |
| 465 { | 465 { |
| 466 "cmd": [ | 466 "cmd": [ |
| 467 "python", | 467 "python", |
| 468 "-u", | 468 "-u", |
| 469 "\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", | 469 "\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", |
| 470 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 470 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
| 471 "[dummy hash for isolate_recipes]" | 471 "[dummy hash for isolate_recipes]" |
| 472 ], | 472 ], |
| 473 "name": "add_isolated_input", | 473 "name": "add_isolated_input", |
| 474 "~followup_annotations": [ | 474 "~followup_annotations": [ |
| 475 "@@@STEP_LOG_LINE@python.inline@@@@", | 475 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 476 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 476 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 477 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 477 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 478 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 479 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 482 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 483 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 484 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 483 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 485 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 484 "@@@STEP_LOG_END@python.inline@@@" | 486 "@@@STEP_LOG_END@python.inline@@@" |
| 485 ] | 487 ] |
| 486 }, | 488 }, |
| 487 { | 489 { |
| 488 "cmd": [ | 490 "cmd": [ |
| 489 "python", | 491 "python", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 826 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
| 825 "@@@STEP_LOG_LINE@json.output@}@@@", | 827 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 826 "@@@STEP_LOG_END@json.output@@@", | 828 "@@@STEP_LOG_END@json.output@@@", |
| 827 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 829 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
| 828 ] | 830 ] |
| 829 }, | 831 }, |
| 830 { | 832 { |
| 831 "cmd": [ | 833 "cmd": [ |
| 832 "python", | 834 "python", |
| 833 "-u", | 835 "-u", |
| 834 "\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", | 836 "\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", |
| 835 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 837 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
| 836 "[dummy hash for isolate_recipes]", | 838 "[dummy hash for isolate_recipes]", |
| 837 "abc123" | 839 "abc123" |
| 838 ], | 840 ], |
| 839 "name": "add_isolated_input (2)", | 841 "name": "add_isolated_input (2)", |
| 840 "~followup_annotations": [ | 842 "~followup_annotations": [ |
| 841 "@@@STEP_LOG_LINE@python.inline@@@@", | 843 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 842 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 844 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 843 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 845 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 844 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 846 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 845 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 847 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 848 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 849 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
| 846 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 850 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 847 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 851 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 848 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 852 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 849 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 853 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 850 "@@@STEP_LOG_END@python.inline@@@" | 854 "@@@STEP_LOG_END@python.inline@@@" |
| 851 ] | 855 ] |
| 852 }, | 856 }, |
| 853 { | 857 { |
| 854 "cmd": [ | 858 "cmd": [ |
| 855 "python", | 859 "python", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 997 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
| 994 "@@@STEP_LOG_LINE@json.output@}@@@", | 998 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 995 "@@@STEP_LOG_END@json.output@@@", | 999 "@@@STEP_LOG_END@json.output@@@", |
| 996 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 1000 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
| 997 ] | 1001 ] |
| 998 }, | 1002 }, |
| 999 { | 1003 { |
| 1000 "cmd": [ | 1004 "cmd": [ |
| 1001 "python", | 1005 "python", |
| 1002 "-u", | 1006 "-u", |
| 1003 "\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", | 1007 "\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", |
| 1004 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 1008 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
| 1005 "[dummy hash for isolate_recipes]", | 1009 "[dummy hash for isolate_recipes]", |
| 1006 "abc123" | 1010 "abc123" |
| 1007 ], | 1011 ], |
| 1008 "name": "add_isolated_input (3)", | 1012 "name": "add_isolated_input (3)", |
| 1009 "~followup_annotations": [ | 1013 "~followup_annotations": [ |
| 1010 "@@@STEP_LOG_LINE@python.inline@@@@", | 1014 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1011 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 1015 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
| 1012 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1016 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 1013 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 1017 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
| 1014 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 1018 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 1019 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 1020 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
| 1015 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 1021 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
| 1016 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 1022 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
| 1017 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 1023 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
| 1018 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 1024 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
| 1019 "@@@STEP_LOG_END@python.inline@@@" | 1025 "@@@STEP_LOG_END@python.inline@@@" |
| 1020 ] | 1026 ] |
| 1021 }, | 1027 }, |
| 1022 { | 1028 { |
| 1023 "cmd": [ | 1029 "cmd": [ |
| 1024 "python", | 1030 "python", |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1320 "@@@STEP_LOG_END@json.output@@@", | 1326 "@@@STEP_LOG_END@json.output@@@", |
| 1321 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1327 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1322 ] | 1328 ] |
| 1323 }, | 1329 }, |
| 1324 { | 1330 { |
| 1325 "name": "$result", | 1331 "name": "$result", |
| 1326 "recipe_result": null, | 1332 "recipe_result": null, |
| 1327 "status_code": 0 | 1333 "status_code": 0 |
| 1328 } | 1334 } |
| 1329 ] | 1335 ] |
| OLD | NEW |