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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 510 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
511 "@@@STEP_LOG_LINE@json.output@}@@@", | 511 "@@@STEP_LOG_LINE@json.output@}@@@", |
512 "@@@STEP_LOG_END@json.output@@@", | 512 "@@@STEP_LOG_END@json.output@@@", |
513 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 513 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
514 ] | 514 ] |
515 }, | 515 }, |
516 { | 516 { |
517 "cmd": [ | 517 "cmd": [ |
518 "python", | 518 "python", |
519 "-u", | 519 "-u", |
520 "\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", | 520 "\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", |
521 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", | 521 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-test_skia.isolated", |
522 "[dummy hash for isolate_recipes]" | 522 "[dummy hash for isolate_recipes]" |
523 ], | 523 ], |
524 "name": "add_isolated_input", | 524 "name": "add_isolated_input", |
525 "~followup_annotations": [ | 525 "~followup_annotations": [ |
526 "@@@STEP_LOG_LINE@python.inline@@@@", | 526 "@@@STEP_LOG_LINE@python.inline@@@@", |
527 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 527 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
528 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 528 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
529 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", | 529 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", |
530 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", | 530 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", |
| 531 "@@@STEP_LOG_LINE@python.inline@if not isolated.get('includes'):@@@", |
| 532 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'] = []@@@", |
531 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", | 533 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", |
532 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", | 534 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", |
533 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", | 535 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", |
534 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", | 536 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@
@", |
535 "@@@STEP_LOG_END@python.inline@@@" | 537 "@@@STEP_LOG_END@python.inline@@@" |
536 ] | 538 ] |
537 }, | 539 }, |
538 { | 540 { |
539 "cmd": [ | 541 "cmd": [ |
540 "python", | 542 "python", |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 "~followup_annotations": [ | 838 "~followup_annotations": [ |
837 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" | 839 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" |
838 ] | 840 ] |
839 }, | 841 }, |
840 { | 842 { |
841 "name": "$result", | 843 "name": "$result", |
842 "recipe_result": null, | 844 "recipe_result": null, |
843 "status_code": 0 | 845 "status_code": 0 |
844 } | 846 } |
845 ] | 847 ] |
OLD | NEW |