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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
463 "@@@STEP_LOG_LINE@json.output@}@@@", | 463 "@@@STEP_LOG_LINE@json.output@}@@@", |
464 "@@@STEP_LOG_END@json.output@@@", | 464 "@@@STEP_LOG_END@json.output@@@", |
465 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 465 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
466 ] | 466 ] |
467 }, | 467 }, |
468 { | 468 { |
469 "cmd": [ | 469 "cmd": [ |
470 "python", | 470 "python", |
471 "-u", | 471 "-u", |
472 "\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", | 472 "\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", |
473 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 473 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
474 "[dummy hash for isolate_recipes]" | 474 "[dummy hash for isolate_recipes]" |
475 ], | 475 ], |
476 "name": "add_isolated_input", | 476 "name": "add_isolated_input", |
477 "~followup_annotations": [ | 477 "~followup_annotations": [ |
478 "@@@STEP_LOG_LINE@python.inline@@@@", | 478 "@@@STEP_LOG_LINE@python.inline@@@@", |
479 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 479 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
480 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 480 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
481 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 481 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
482 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 483 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 484 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
483 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 485 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
484 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 486 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
485 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 487 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
486 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 488 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
487 "@@@STEP_LOG_END@python.inline@@@" | 489 "@@@STEP_LOG_END@python.inline@@@" |
488 ] | 490 ] |
489 }, | 491 }, |
490 { | 492 { |
491 "cmd": [ | 493 "cmd": [ |
492 "python", | 494 "python", |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 755 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
754 "@@@STEP_LOG_LINE@json.output@}@@@", | 756 "@@@STEP_LOG_LINE@json.output@}@@@", |
755 "@@@STEP_LOG_END@json.output@@@", | 757 "@@@STEP_LOG_END@json.output@@@", |
756 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 758 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
757 ] | 759 ] |
758 }, | 760 }, |
759 { | 761 { |
760 "cmd": [ | 762 "cmd": [ |
761 "python", | 763 "python", |
762 "-u", | 764 "-u", |
763 "\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", | 765 "\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", |
764 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 766 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
765 "[dummy hash for isolate_recipes]", | 767 "[dummy hash for isolate_recipes]", |
766 "abc123" | 768 "abc123" |
767 ], | 769 ], |
768 "name": "add_isolated_input (2)", | 770 "name": "add_isolated_input (2)", |
769 "~followup_annotations": [ | 771 "~followup_annotations": [ |
770 "@@@STEP_LOG_LINE@python.inline@@@@", | 772 "@@@STEP_LOG_LINE@python.inline@@@@", |
771 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 773 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
772 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 774 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
773 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 775 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
774 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 776 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 777 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 778 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
775 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 779 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
776 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 780 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
777 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 781 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
778 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 782 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
779 "@@@STEP_LOG_END@python.inline@@@" | 783 "@@@STEP_LOG_END@python.inline@@@" |
780 ] | 784 ] |
781 }, | 785 }, |
782 { | 786 { |
783 "cmd": [ | 787 "cmd": [ |
784 "python", | 788 "python", |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1003 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1000 }, | 1004 }, |
1001 "name": "Upload DM Results" | 1005 "name": "Upload DM Results" |
1002 }, | 1006 }, |
1003 { | 1007 { |
1004 "name": "$result", | 1008 "name": "$result", |
1005 "recipe_result": null, | 1009 "recipe_result": null, |
1006 "status_code": 0 | 1010 "status_code": 0 |
1007 } | 1011 } |
1008 ] | 1012 ] |
OLD | NEW |