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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 488 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
489 "@@@STEP_LOG_LINE@json.output@}@@@", | 489 "@@@STEP_LOG_LINE@json.output@}@@@", |
490 "@@@STEP_LOG_END@json.output@@@", | 490 "@@@STEP_LOG_END@json.output@@@", |
491 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 491 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
492 ] | 492 ] |
493 }, | 493 }, |
494 { | 494 { |
495 "cmd": [ | 495 "cmd": [ |
496 "python", | 496 "python", |
497 "-u", | 497 "-u", |
498 "\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", | 498 "\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", |
499 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", | 499 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated", |
500 "[dummy hash for isolate_recipes]" | 500 "[dummy hash for isolate_recipes]" |
501 ], | 501 ], |
502 "name": "add_isolated_input", | 502 "name": "add_isolated_input", |
503 "~followup_annotations": [ | 503 "~followup_annotations": [ |
504 "@@@STEP_LOG_LINE@python.inline@@@@", | 504 "@@@STEP_LOG_LINE@python.inline@@@@", |
505 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 505 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
506 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 506 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
507 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 507 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
508 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 508 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 509 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 510 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
509 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 511 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
510 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
511 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 513 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
512 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 514 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
513 "@@@STEP_LOG_END@python.inline@@@" | 515 "@@@STEP_LOG_END@python.inline@@@" |
514 ] | 516 ] |
515 }, | 517 }, |
516 { | 518 { |
517 "cmd": [ | 519 "cmd": [ |
518 "python", | 520 "python", |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 786 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
785 "@@@STEP_LOG_LINE@json.output@}@@@", | 787 "@@@STEP_LOG_LINE@json.output@}@@@", |
786 "@@@STEP_LOG_END@json.output@@@", | 788 "@@@STEP_LOG_END@json.output@@@", |
787 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 789 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
788 ] | 790 ] |
789 }, | 791 }, |
790 { | 792 { |
791 "cmd": [ | 793 "cmd": [ |
792 "python", | 794 "python", |
793 "-u", | 795 "-u", |
794 "\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", | 796 "\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", |
795 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", | 797 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-perf_skia.isolated", |
796 "[dummy hash for isolate_recipes]", | 798 "[dummy hash for isolate_recipes]", |
797 "abc123" | 799 "abc123" |
798 ], | 800 ], |
799 "name": "add_isolated_input (2)", | 801 "name": "add_isolated_input (2)", |
800 "~followup_annotations": [ | 802 "~followup_annotations": [ |
801 "@@@STEP_LOG_LINE@python.inline@@@@", | 803 "@@@STEP_LOG_LINE@python.inline@@@@", |
802 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 804 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
803 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 805 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
804 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 806 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
805 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 807 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 808 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 809 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
806 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 810 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
807 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 811 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
808 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 812 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
809 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 813 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
810 "@@@STEP_LOG_END@python.inline@@@" | 814 "@@@STEP_LOG_END@python.inline@@@" |
811 ] | 815 ] |
812 }, | 816 }, |
813 { | 817 { |
814 "cmd": [ | 818 "cmd": [ |
815 "python", | 819 "python", |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1072 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1069 }, | 1073 }, |
1070 "name": "Upload perf results" | 1074 "name": "Upload perf results" |
1071 }, | 1075 }, |
1072 { | 1076 { |
1073 "name": "$result", | 1077 "name": "$result", |
1074 "recipe_result": null, | 1078 "recipe_result": null, |
1075 "status_code": 0 | 1079 "status_code": 0 |
1076 } | 1080 } |
1077 ] | 1081 ] |
OLD | NEW |