| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
| 7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui
ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"
recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-
linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui
ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"
recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-
linux-swarm-000\"}" |
| 8 ], | 8 ], |
| 9 "name": "print properties", | 9 "name": "print properties", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 506 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 507 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 507 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 508 "@@@STEP_LOG_END@python.inline@@@" | 508 "@@@STEP_LOG_END@python.inline@@@" |
| 509 ] | 509 ] |
| 510 }, | 510 }, |
| 511 { | 511 { |
| 512 "cmd": [ | 512 "cmd": [ |
| 513 "python", | 513 "python", |
| 514 "-u", | 514 "-u", |
| 515 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 515 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 516 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"iOS-9.2\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--blac
klist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_dep
s\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE_B
UILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", | 516 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia
/infra/bots/test_skia.isolate\", \n \"--isolated\", \n \"[SLAVE_BU
ILD]/swarming_temp_dir/skia-task-test_skia.isolated\", \n \"--config-vari
able\", \n \"OS\", \n \"iOS-9.3.1\", \n \"--blacklist\", \n
\".git\", \n \"--blacklist\", \n \"out\", \n \"--bl
acklist\", \n \"*.pyc\", \n \"--blacklist\", \n \".recipe_d
eps\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[SLAVE
_BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 517 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 517 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
| 518 ], | 518 ], |
| 519 "name": "Write test_skia.isolated.gen.json" | 519 "name": "Write test_skia.isolated.gen.json" |
| 520 }, | 520 }, |
| 521 { | 521 { |
| 522 "cmd": [ | 522 "cmd": [ |
| 523 "python", | 523 "python", |
| 524 "-u", | 524 "-u", |
| 525 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 525 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 526 "[SLAVE_BUILD]/swarming.client", | 526 "[SLAVE_BUILD]/swarming.client", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "trigger", | 586 "trigger", |
| 587 "--swarming", | 587 "--swarming", |
| 588 "https://chromium-swarm.appspot.com", | 588 "https://chromium-swarm.appspot.com", |
| 589 "--isolate-server", | 589 "--isolate-server", |
| 590 "https://isolateserver.appspot.com", | 590 "https://isolateserver.appspot.com", |
| 591 "--priority", | 591 "--priority", |
| 592 "90", | 592 "90", |
| 593 "--shards", | 593 "--shards", |
| 594 "1", | 594 "1", |
| 595 "--task-name", | 595 "--task-name", |
| 596 "test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5", | 596 "test_skia/iOS-9.3.1/def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5
", |
| 597 "--dump-json", | 597 "--dump-json", |
| 598 "/path/to/tmp/json", | 598 "/path/to/tmp/json", |
| 599 "--expiration", | 599 "--expiration", |
| 600 "72000", | 600 "72000", |
| 601 "--io-timeout", | 601 "--io-timeout", |
| 602 "2400", | 602 "2400", |
| 603 "--hard-timeout", | 603 "--hard-timeout", |
| 604 "14400", | 604 "14400", |
| 605 "--dimension", | 605 "--dimension", |
| 606 "device", | 606 "device", |
| 607 "iPad4,1", | 607 "iPad5,1", |
| 608 "--dimension", | 608 "--dimension", |
| 609 "os", | 609 "os", |
| 610 "iOS-9.2", | 610 "iOS-9.3.1", |
| 611 "--dimension", | 611 "--dimension", |
| 612 "pool", | 612 "pool", |
| 613 "Skia", | 613 "Skia", |
| 614 "--tag", | 614 "--tag", |
| 615 "allow_milo:1", | 615 "allow_milo:1", |
| 616 "--tag", | 616 "--tag", |
| 617 "buildername:Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 617 "buildername:Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
| 618 "--tag", | 618 "--tag", |
| 619 "buildnumber:5", | 619 "buildnumber:5", |
| 620 "--tag", | 620 "--tag", |
| 621 "data:def456", | 621 "data:def456", |
| 622 "--tag", | 622 "--tag", |
| 623 "master:client.skia", | 623 "master:client.skia", |
| 624 "--tag", | 624 "--tag", |
| 625 "name:test_skia", | 625 "name:test_skia", |
| 626 "--tag", | 626 "--tag", |
| 627 "os:iOS-9.2", | 627 "os:iOS-9.3.1", |
| 628 "--tag", | 628 "--tag", |
| 629 "revision:abc123", | 629 "revision:abc123", |
| 630 "--tag", | 630 "--tag", |
| 631 "slavename:skiabot-linux-swarm-000", | 631 "slavename:skiabot-linux-swarm-000", |
| 632 "--tag", | 632 "--tag", |
| 633 "stepname:test_skia on iOS-9.2", | 633 "stepname:test_skia on iOS-9.3.1", |
| 634 "--cipd-package", | 634 "--cipd-package", |
| 635 "skp:skia/bots/skp:version:0", | 635 "skp:skia/bots/skp:version:0", |
| 636 "--cipd-package", | 636 "--cipd-package", |
| 637 "skimage:skia/bots/skimage:version:0", | 637 "skimage:skia/bots/skimage:version:0", |
| 638 "--cipd-package", | 638 "--cipd-package", |
| 639 "svg:skia/bots/svg:version:0", | 639 "svg:skia/bots/svg:version:0", |
| 640 "def456", | 640 "def456", |
| 641 "--", | 641 "--", |
| 642 "--workdir", | 642 "--workdir", |
| 643 "../../..", | 643 "../../..", |
| 644 "swarm_test", | 644 "swarm_test", |
| 645 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 645 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
| 646 "mastername=client.skia", | 646 "mastername=client.skia", |
| 647 "buildnumber=5", | 647 "buildnumber=5", |
| 648 "slavename=skiabot-linux-swarm-000", | 648 "slavename=skiabot-linux-swarm-000", |
| 649 "reason=Triggered by Skia swarm_trigger Recipe", | 649 "reason=Triggered by Skia swarm_trigger Recipe", |
| 650 "swarm_out_dir=${ISOLATED_OUTDIR}", | 650 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 651 "revision=abc123" | 651 "revision=abc123" |
| 652 ], | 652 ], |
| 653 "name": "[trigger] test_skia on iOS-9.2", | 653 "name": "[trigger] test_skia on iOS-9.3.1", |
| 654 "~followup_annotations": [ | 654 "~followup_annotations": [ |
| 655 "@@@STEP_LOG_LINE@json.output@{@@@", | 655 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 656 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.2/de
f456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", | 656 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/iOS-9.3.1/
def456/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release/5\", @@@", |
| 657 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 658 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.2/def456/Test-iOS-Clan
g-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", | 658 "@@@STEP_LOG_LINE@json.output@ \"test_skia/iOS-9.3.1/def456/Test-iOS-Cl
ang-iPad4-GPU-SGX554-Arm7-Release/5\": {@@@", |
| 659 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 659 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 660 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 661 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 661 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 662 "@@@STEP_LOG_LINE@json.output@ }@@@", | 662 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 663 "@@@STEP_LOG_LINE@json.output@ }@@@", | 663 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 664 "@@@STEP_LOG_LINE@json.output@}@@@", | 664 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 665 "@@@STEP_LOG_END@json.output@@@", | 665 "@@@STEP_LOG_END@json.output@@@", |
| 666 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 666 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 667 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" | 667 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/10000@@@" |
| 668 ] | 668 ] |
| 669 }, | 669 }, |
| 670 { | 670 { |
| 671 "cmd": [ | 671 "cmd": [ |
| 672 "python", | 672 "python", |
| 673 "-u", | 673 "-u", |
| 674 "[SLAVE_BUILD]/swarming.client/swarming.py", | 674 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 675 "collect", | 675 "collect", |
| 676 "--swarming", | 676 "--swarming", |
| 677 "https://chromium-swarm.appspot.com", | 677 "https://chromium-swarm.appspot.com", |
| 678 "--decorate", | 678 "--decorate", |
| 679 "--print-status-updates", | 679 "--print-status-updates", |
| 680 "--json", | 680 "--json", |
| 681 "{\"base_task_name\": \"test_skia/iOS-9.2/def456/Test-iOS-Clang-iPad4-GPU-
SGX554-Arm7-Release/5\", \"tasks\": {\"test_skia/iOS-9.2/def456/Test-iOS-Clang-i
Pad4-GPU-SGX554-Arm7-Release/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", | 681 "{\"base_task_name\": \"test_skia/iOS-9.3.1/def456/Test-iOS-Clang-iPad4-GP
U-SGX554-Arm7-Release/5\", \"tasks\": {\"test_skia/iOS-9.3.1/def456/Test-iOS-Cla
ng-iPad4-GPU-SGX554-Arm7-Release/5\": {\"shard_index\": 0, \"task_id\": \"10000\
", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 682 "--task-summary-json", | 682 "--task-summary-json", |
| 683 "/path/to/tmp/json" | 683 "/path/to/tmp/json" |
| 684 ], | 684 ], |
| 685 "name": "test_skia on iOS-9.2", | 685 "name": "test_skia on iOS-9.3.1", |
| 686 "~followup_annotations": [ | 686 "~followup_annotations": [ |
| 687 "@@@STEP_TEXT@swarming pending 71s@@@", | 687 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 688 "@@@STEP_LOG_LINE@json.output@{@@@", | 688 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 689 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 689 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 690 "@@@STEP_LOG_LINE@json.output@ {@@@", | 690 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 691 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 691 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 692 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 692 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 693 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", | 693 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 694 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", | 694 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| 695 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", | 695 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 965 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 966 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 966 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 967 ] | 967 ] |
| 968 }, | 968 }, |
| 969 { | 969 { |
| 970 "name": "$result", | 970 "name": "$result", |
| 971 "recipe_result": null, | 971 "recipe_result": null, |
| 972 "status_code": 0 | 972 "status_code": 0 |
| 973 } | 973 } |
| 974 ] | 974 ] |
| OLD | NEW |