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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
469 "@@@STEP_LOG_LINE@json.output@}@@@", | 469 "@@@STEP_LOG_LINE@json.output@}@@@", |
470 "@@@STEP_LOG_END@json.output@@@", | 470 "@@@STEP_LOG_END@json.output@@@", |
471 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 471 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
472 ] | 472 ] |
473 }, | 473 }, |
474 { | 474 { |
475 "cmd": [ | 475 "cmd": [ |
476 "python", | 476 "python", |
477 "-u", | 477 "-u", |
478 "\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", | 478 "\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", |
479 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 479 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
480 "[dummy hash for isolate_recipes]", | 480 "[dummy hash for isolate_recipes]", |
481 "705384d88f80da637eb367e5acc6f315c0e1db2f" | 481 "705384d88f80da637eb367e5acc6f315c0e1db2f" |
482 ], | 482 ], |
483 "name": "add_isolated_input", | 483 "name": "add_isolated_input", |
484 "~followup_annotations": [ | 484 "~followup_annotations": [ |
485 "@@@STEP_LOG_LINE@python.inline@@@@", | 485 "@@@STEP_LOG_LINE@python.inline@@@@", |
486 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 486 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
487 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 487 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
488 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 488 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
489 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 489 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 490 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 491 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
490 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 492 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
491 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 493 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
492 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 494 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
493 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 495 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
494 "@@@STEP_LOG_END@python.inline@@@" | 496 "@@@STEP_LOG_END@python.inline@@@" |
495 ] | 497 ] |
496 }, | 498 }, |
497 { | 499 { |
498 "cmd": [ | 500 "cmd": [ |
499 "python", | 501 "python", |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 762 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
761 "@@@STEP_LOG_LINE@json.output@}@@@", | 763 "@@@STEP_LOG_LINE@json.output@}@@@", |
762 "@@@STEP_LOG_END@json.output@@@", | 764 "@@@STEP_LOG_END@json.output@@@", |
763 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 765 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
764 ] | 766 ] |
765 }, | 767 }, |
766 { | 768 { |
767 "cmd": [ | 769 "cmd": [ |
768 "python", | 770 "python", |
769 "-u", | 771 "-u", |
770 "\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", | 772 "\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", |
771 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 773 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
772 "[dummy hash for isolate_recipes]", | 774 "[dummy hash for isolate_recipes]", |
773 "abc123" | 775 "abc123" |
774 ], | 776 ], |
775 "name": "add_isolated_input (2)", | 777 "name": "add_isolated_input (2)", |
776 "~followup_annotations": [ | 778 "~followup_annotations": [ |
777 "@@@STEP_LOG_LINE@python.inline@@@@", | 779 "@@@STEP_LOG_LINE@python.inline@@@@", |
778 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 780 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
779 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 781 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
780 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 782 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
781 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 783 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 784 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 785 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
782 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 786 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
783 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 787 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
784 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 788 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
785 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 789 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
786 "@@@STEP_LOG_END@python.inline@@@" | 790 "@@@STEP_LOG_END@python.inline@@@" |
787 ] | 791 ] |
788 }, | 792 }, |
789 { | 793 { |
790 "cmd": [ | 794 "cmd": [ |
791 "python", | 795 "python", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1006 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1010 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1007 }, | 1011 }, |
1008 "name": "Upload DM Results" | 1012 "name": "Upload DM Results" |
1009 }, | 1013 }, |
1010 { | 1014 { |
1011 "name": "$result", | 1015 "name": "$result", |
1012 "recipe_result": null, | 1016 "recipe_result": null, |
1013 "status_code": 0 | 1017 "status_code": 0 |
1014 } | 1018 } |
1015 ] | 1019 ] |
OLD | NEW |